Warray-bounds-4.C: Skip AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 6 Sep 2019 15:24:28 +0000 (15:24 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 6 Sep 2019 15:24:28 +0000 (11:24 -0400)
        * g++.dg/warn/Warray-bounds-4.C: Skip AIX.
        * g++.dg/warn/Warray-bounds-8.C: Skip AIX.
        * g++.dg/opt/flifetime-dse2.C: XFAIL AIX.
        * g++.dg/opt/flifetime-dse4.C: XFAIL AIX.

From-SVN: r275462

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/flifetime-dse2.C
gcc/testsuite/g++.dg/opt/flifetime-dse4.C
gcc/testsuite/g++.dg/warn/Warray-bounds-4.C
gcc/testsuite/g++.dg/warn/Warray-bounds-8.C

index 9de41ea..f206218 100644 (file)
@@ -1,3 +1,10 @@
+2019-09-06  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++.dg/warn/Warray-bounds-4.C: Skip AIX.
+       * g++.dg/warn/Warray-bounds-8.C: Skip AIX.
+       * g++.dg/opt/flifetime-dse2.C: XFAIL AIX.
+       * g++.dg/opt/flifetime-dse4.C: XFAIL AIX.
+
 2019-09-06  Caroline Tice  <cmtice@google.com>
 
        PR testsuite/91670
index 16d9a74..5f78bc9 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-options "-O3 -flifetime-dse" }
 // { dg-do run }
+// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } }
 
 typedef __SIZE_TYPE__ size_t;
 inline void * operator new (size_t, void *p) { return p; }
index c72444a..4a6fe57 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-options "-O3 -flifetime-dse=1" }
 // { dg-do run }
+// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } }
 
 typedef __SIZE_TYPE__ size_t;
 inline void * operator new (size_t, void *p) { return p; }
index 319038a..a4c4383 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do compile }
 // { dg-options "-O2 -Warray-bounds" }
+// { dg-skip-if "" { *-*-aix* } }
 
 class String
 {
index 850414e..69226fa 100644 (file)
@@ -3,7 +3,8 @@
    See Wstringop-overflow-3.C for the same test that exercises the other
    warning.
    { dg-do compile }
-   { dg-options "-O2 -Wall -Wno-stringop-overflow" } */
+   { dg-options "-O2 -Wall -Wno-stringop-overflow" }
+   { dg-skip-if "" { *-*-aix* } } */
 
 void sink (void*);