testsuite: Add -Wpsabi to gcc.dg/torture/pr93170.c [PR93460]
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 28 Jan 2020 09:59:49 +0000 (09:59 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 28 Jan 2020 10:40:09 +0000 (10:40 +0000)
2020-01-28  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
PR testsuite/93460
* gcc.dg/torture/pr93170.c: Add -Wpsabi.

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

index 255cd08df3143a1dd4a8be46e567b250b737a9f1..e3f7592b5f6ceb221ed535e720a5aefe939082d3 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-28  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR testsuite/93460
+       * gcc.dg/torture/pr93170.c: Add -Wpsabi.
+
 2020-01-28  Martin Liska  <mliska@suse.cz>
 
        PR c++/92440
index 25a93a3743e62b5e150983cb9c2f51fd919e207e..80910bfb3d57b84d6fd5fc4af1e89cd0e950b46c 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-require-effective-target int128 } */
+/* { dg-options "-Wno-psabi" } */
 /* { dg-additional-options "-frename-registers -fno-tree-forwprop -fno-tree-fre -fira-algorithm=priority -mstringop-strategy=loop --param=hot-bb-frequency-fraction=0 -Wno-psabi" { target { x86_64-*-* i?86-*-* } } } */
 
 typedef unsigned char v64u8 __attribute__ ((vector_size (64)));