testsuite: Fix up gcc.target/powerpc/pr93122.c test
authorJakub Jelinek <jakub@redhat.com>
Wed, 12 Feb 2020 22:18:56 +0000 (23:18 +0100)
committerJakub Jelinek <jakub@redhat.com>
Wed, 12 Feb 2020 22:21:33 +0000 (23:21 +0100)
The recent renaming of PowerPC -mprefixed-addr option to -mprefixed
has not adjusted the gcc.target/powerpc/pr93122.c test, so it now
FAIL: gcc.target/powerpc/pr93122.c (test for excess errors)
Excess errors:
xgcc: error: unrecognized command-line option '-mprefixed-addr'; did you mean '-mprefixed'?

2020-02-12  Jakub Jelinek  <jakub@redhat.com>

* gcc.target/powerpc/pr93122.c: Use -mprefixed instead of
-mprefixed-addr in dg-options.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr93122.c

index 2b4a189c1087190ea3d12578ccc92f7308cdf170..a8488e0688a50abe914b7c95e3b38f476a0f9c97 100644 (file)
@@ -1,5 +1,8 @@
 2020-02-12  Jakub Jelinek  <jakub@redhat.com>
 
+       * gcc.target/powerpc/pr93122.c: Use -mprefixed instead of
+       -mprefixed-addr in dg-options.
+
        PR middle-end/93663
        * gcc.dg/torture/builtin-round-roundeven.c (main): Add tests
        for DBL_MAX, inf, their negations and nan.
index 158e6788edb1a1e4b93e96714d8841d44c2fc2e9..701711a6af5e5b33ef127c446b7d56c489cb1b58 100644 (file)
@@ -1,6 +1,6 @@
 /* PR target/93122 */
 /* { dg-do compile { target lp64 } } */
-/* { dg-options "-fstack-clash-protection -mprefixed-addr -mfuture" } */
+/* { dg-options "-fstack-clash-protection -mprefixed -mfuture" } */
 
 void bar (char *);