* obj-c++.dg/cxx-ivars-2.mm: Restore running of testcase.

From-SVN: r159138
This commit is contained in:
Mike Stump 2010-05-06 23:49:18 +00:00 committed by Mike Stump
parent 67275575d2
commit a4ca2b574e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-05-06 Mike Stump <mikestump@comcast.net>
* obj-c++.dg/cxx-ivars-2.mm: Restore running of testcase.
2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
Jason Merrill <jason@redhat.com>

View file

@ -1,8 +1,9 @@
// Check if the '- .cxx_construct' and '-.cxx_destruct' methods get called
// and if they perform their desired function.
// { dg-xfail-run-if "PR27247/PR23681" { *-*-* } { "-fgnu-runtime" } { "" } }
// { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } }
// { dg-do run { target *-*-darwin* } }
// { dg-skip-if "" { *-*-* } { "-fgnu-runtime" } { "" } }
// { dg-options "-fobjc-call-cxx-cdtors" }
#include "../objc-obj-c++-shared/Object1.h"