gcov-14.c: Skip on AIX.

* gcc.misc-tests/gcov-14.c: Skip on AIX.
        * gcc.dg/simulate-thread/simulate-thread.exp: Skip on AIX.

From-SVN: r201062
This commit is contained in:
David Edelsohn 2013-07-19 14:42:59 +00:00 committed by David Edelsohn
parent 7a85e2e626
commit 3ae1e1fdf4
3 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,10 @@
* g++.old-deja/g++.other/init19.C: Require cxa_atext.
* gcc.misc-tests/gcov-14.c: Skip on AIX.
* gcc.dg/simulate-thread/simulate-thread.exp: Skip on AIX.
2013-07-19 Georg-Johann Lay <avr@gjlay.de>
PR target/57516

View File

@ -20,6 +20,11 @@ load_lib gcc-dg.exp
load_lib gcc-simulate-thread.exp
load_lib torture-options.exp
if { [istarget "powerpc-ibm-aix*"] } {
set torture_execute_xfail "powerpc-ibm-aix*"
return
}
dg-init
torture-init
set-torture-options [list \

View File

@ -6,6 +6,7 @@
/* { dg-require-weak "" } */
/* { dg-do run { target native } } */
/* { dg-skip-if "undefined weak not supported" { { hppa*-*-hpux* } && { ! lp64 } } } */
/* { dg-skip-if "undefined weak not supported" { powerpc-ibm-aix* } } */
extern int __attribute__ ((weak)) Foo ();