testsuite: Skip 90020.c on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 24 Apr 2020 02:54:07 +0000 (22:54 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 24 Apr 2020 02:56:04 +0000 (22:56 -0400)
Like HP/UX, AIX does not support undefined weak, so skip this test
in the testsuite.

* gcc.dg/torture/pr90020.c: Skip on AIX..

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr90020.c

index 1457b6dca2f70a10fba4a1458d7c3e0d0471acf0..a955cd5f4f8a103816f378836e6328540c82e058 100644 (file)
@@ -1,3 +1,7 @@
+2020-04-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.dg/torture/pr90020.c: Skip on AIX.
+
 2020-04-23  David Edelsohn  <dje.gcc@gmail.com>
 
        * g++.dg/cpp0x/lambda/pr94426-1.C: Require LTO.
index 27d1ea41dddbd6e0ec062c063b1c77359b8a140c..657c4ccfe45c47d60ed0bad865f0c5b8889f750c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* } } */
+/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* || powerpc-ibm-aix* } } */
 /* { dg-require-weak "" } */
 /* { dg-additional-options "-Wl,-undefined,dynamic_lookup" { target *-*-darwin* } } */
 /* { dg-additional-options "-Wl,-flat_namespace" { target *-*-darwin[89]* } } */