Commit 3ae1e1fd by David Edelsohn Committed by David Edelsohn

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
parent 7a85e2e6
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment