* gcc.dg/recip_sqrt_mult_[12345]: Do not add -fcompare-debug on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 28 Nov 2018 18:33:46 +0000 (18:33 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 28 Nov 2018 18:33:46 +0000 (13:33 -0500)
From-SVN: r266577

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/recip_sqrt_mult_1.c
gcc/testsuite/gcc.dg/recip_sqrt_mult_2.c
gcc/testsuite/gcc.dg/recip_sqrt_mult_3.c
gcc/testsuite/gcc.dg/recip_sqrt_mult_4.c
gcc/testsuite/gcc.dg/recip_sqrt_mult_5.c

index bbc27be2ebac7c8e7cd475bd3044e465dc2a94fa..86bc7c7119d10e2d6e43030a21b226828d6c510e 100644 (file)
@@ -2,6 +2,7 @@
 
        * g++.dg/debug/dwarf2/pr86900.C: XFAIL AIX.
        * g++.dg/opt/pr83084.C: XFAIL AIX.
+       * gcc.dg/recip_sqrt_mult_[12345]: Do not add -fcompare-debug on AIX.
 
 2018-11-28  Richard Biener  <rguenther@suse.de>
 
index e057306a4ee89514f7a0b1651e024ad4339b3d3f..80b9f679ed53e1e13eb1940eeeadc6404d4c9d6e 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-Ofast -fdump-tree-recip -fcompare-debug" } */
+/* { dg-options "-Ofast -fdump-tree-recip" } */
+/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
 
 double res, res2, tmp;
 void
index 6ff284b60d3a14bf4764f191ea697acedbfed94c..fe40bf7d791a2b7ba3c9618ddf23faec4e5e2297 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-Ofast -fdump-tree-optimized -fcompare-debug" } */
+/* { dg-options "-Ofast -fdump-tree-optimized" } */
+/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
 
 float
 foo (float a)
index 7a8305de72745df20f4840538c4f999426eee551..7d191b6612862a287bcbeb3d873d9bc4e8f77ed2 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-Ofast -fdump-tree-optimized -fcompare-debug" } */
+/* { dg-options "-Ofast -fdump-tree-optimized" } */
+/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
 
 double
 foo (double a)
index 3b8c1ec600f2b1c7478c777822aadff3706cf000..e192a3fb8578952bccab56d010cb22d523da3cff 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-Ofast -fdump-tree-recip -fcompare-debug" } */
+/* { dg-options "-Ofast -fdump-tree-recip" } */
+/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
 
 /* The main path doesn't have any multiplications.
    Avoid introducing them in the recip pass.  */
index 27c6cd2e5128336b0812cce52ea70245c66a726d..764fbcad18519a278a4fe0ce24141b3a05c9e017 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-Ofast -fdump-tree-recip -fcompare-debug" } */
+/* { dg-options "-Ofast -fdump-tree-recip" } */
+/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
 
 /* We want to do the recip_sqrt transformations here there is already
    a multiplication on the main path.  */