diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1457b6dca2f70a10fba4a1458d7c3e0d0471acf0..a955cd5f4f8a103816f378836e6328540c82e058 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/torture/pr90020.c b/gcc/testsuite/gcc.dg/torture/pr90020.c
index 27d1ea41dddbd6e0ec062c063b1c77359b8a140c..657c4ccfe45c47d60ed0bad865f0c5b8889f750c 100644
--- a/gcc/testsuite/gcc.dg/torture/pr90020.c
+++ b/gcc/testsuite/gcc.dg/torture/pr90020.c
@@ -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]* } } */