_Pragma1.C: Disable on AIX.

* g++.dg/cpp/_Pragma1.C: Disable on AIX.
        * g++.dg/ext/visibility/namespace2.C: Add argument to
        dg-require-visibility.
        * g++.dg/ext/java-1.C: Disable on AIX.

From-SVN: r129883
This commit is contained in:
David Edelsohn 2007-11-04 16:34:37 +00:00 committed by David Edelsohn
parent 9adfa70e26
commit bc6812beee
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2007-11-04 David Edelsohn <edelsohn@gnu.org>
* g++.dg/cpp/_Pragma1.C: Disable on AIX.
* g++.dg/ext/visibility/namespace2.C: Add argument to
dg-require-visibility.
* g++.dg/ext/java-1.C: Disable on AIX.
2007-11-03 Dorit Nuzman <doirit@il.ibm.com>
* gfortran.dg/vect/no-vfa-pr32377.f90: Remove xfail.

View File

@ -2,7 +2,7 @@
// This is supposed to succeed only if
// the target defines HANDLE_PRAGMA_PACK_PUSH_POP
// and doesn't define HANDLE_PRAGMA_PACK_WITH_EXPANSION.
// { dg-do compile { target { ! { *-*-solaris2* fido-*-* m68k-*-* sh*-[us]*-elf } } } }
// { dg-do compile { target { ! { powerpc-ibm-aix* *-*-solaris2* fido-*-* m68k-*-* sh*-[us]*-elf } } } }
#define push bar
#define foo _Pragma ("pack(push)")

View File

@ -1,4 +1,4 @@
// { dg-do compile }
// { dg-do compile { target { ! { powerpc-ibm-aix* } } } }
// { dg-options "" }
// Test extern "java" and some throwing of the objects.

View File

@ -1,6 +1,6 @@
// PR c++/32470
// { dg-require-visibility }
// { dg-require-visibility "" }
// { dg-options "-fvisibility=hidden" }
// { dg-final { scan-hidden "_ZN4Test4testEv" } }