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:
parent
7a85e2e626
commit
3ae1e1fdf4
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Reference in New Issue