Commit 94baf2e2 by David Edelsohn Committed by David Edelsohn

* gcc.c-torture/execute/alias-3.c: Skip on AIX.

From-SVN: r247343
parent 9a448688
2017-04-27 David Edelsohn <dje.gcc@gmail.com>
* gcc.c-torture/execute/alias-3.c: Skip on AIX.
2017-04-27 Martin Liska <mliska@suse.cz>
PR testsuite/79455
......
/* { dg-require-alias "" } */
/* { dg-skip-if "" { powerpc-ibm-aix* } } */
static int a=0;
extern int b __attribute__ ((alias("a")));
__attribute__ ((noinline))
......
/* { dg-require-effective-target return_address } */
/* { dg-options "-finstrument-functions" } */
/* { dg-xfail-run-if "" { powerpc-ibm-aix* } "*" "" } */
/* { dg-xfail-run-if "" { powerpc-ibm-aix* } } */
extern void abort (void);
......
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