Commit c6a4ed03 by David Edelsohn Committed by David Edelsohn

pr46799.c: XFAIL on AIX.

        * gcc.dg/autopar/pr46799.c: XFAIL on AIX.
        * gcc.dg/torture/pr59166.c: XFAIL on AIX.
        * gcc.dg/pr63914.c: Ignore non-standard ABI warning.
        * gcc.dg/pr63594-[12].c: Ignore non-standard ABI warning.

From-SVN: r217996
parent 626460a4
2014-11-23 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/autopar/pr46799.c: XFAIL on AIX.
* gcc.dg/torture/pr59166.c: XFAIL on AIX.
* gcc.dg/pr63914.c: Ignore non-standard ABI warning.
* gcc.dg/pr63594-[12].c: Ignore non-standard ABI warning.
2014-11-23 Tobias Burnus <burnus@net-b.de> 2014-11-23 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/tab_continuation.f: Update dg-*. * gfortran.dg/tab_continuation.f: Update dg-*.
......
/* PR debug/46799 */ /* PR debug/46799 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O -ftree-parallelize-loops=2 -fno-tree-dce -ftree-pre -fcompare-debug" } */ /* { dg-options "-O -ftree-parallelize-loops=2 -fno-tree-dce -ftree-pre -fcompare-debug" } */
/* { dg-xfail-if "compare-debug failure" { powerpc-ibm-aix* } { "*" } { "" } } */
int int
foo (int i, int *a) foo (int i, int *a)
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -Wno-psabi" } */ /* { dg-options "-O2 -Wno-psabi" } */
/* { dg-additional-options "-mno-mmx" { target i?86-*-* x86_64-*-* } } */ /* { dg-additional-options "-mno-mmx" { target i?86-*-* x86_64-*-* } } */
/* { dg-prune-output "non-standard ABI extension" } */
#define C1 c #define C1 c
#define C2 C1, C1 #define C2 C1, C1
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -Wno-psabi" } */ /* { dg-options "-O2 -Wno-psabi" } */
/* { dg-additional-options "-mno-mmx" { target i?86-*-* x86_64-*-* } } */ /* { dg-additional-options "-mno-mmx" { target i?86-*-* x86_64-*-* } } */
/* { dg-prune-output "non-standard ABI extension" } */
#define C1 c #define C1 c
#define C2 C1, C1 #define C2 C1, C1
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -ffast-math" } */ /* { dg-options "-O2 -ffast-math" } */
/* { dg-prune-output "non-standard ABI extension" } */
typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef float __m128 __attribute__ ((__vector_size__ (16)));
__m128 a, d, e; __m128 a, d, e;
......
/* PR rtl-optimization/59166 */ /* PR rtl-optimization/59166 */
/* { dg-additional-options "-fcompare-debug" } */ /* { dg-additional-options "-fcompare-debug" } */
/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */ /* { dg-xfail-if "compare-debug failure" { powerpc-ibm-aix* } { "*" } { "" } } */
int a, b, c, f, g; int a, b, c, f, g;
......
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