+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);