testsuite: Skip 90020.c on AIX.
Like HP/UX, AIX does not support undefined weak, so skip this test in the testsuite. * gcc.dg/torture/pr90020.c: Skip on AIX..
This commit is contained in:
parent
3b9e4bc957
commit
4da025598e
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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]* } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue