Commit 4da02559 by David Edelsohn

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..
parent 3b9e4bc9
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.
2020-04-23 Martin Sebor <msebor@redhat.com>
......
/* { 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]* } } */
......
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