]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add option -fweb for pr47763.c
authorJiufu Guo <guojiufu@linux.ibm.com>
Wed, 13 Nov 2019 05:04:22 +0000 (05:04 +0000)
committerJiufu Guo <guojiufu@gcc.gnu.org>
Wed, 13 Nov 2019 05:04:22 +0000 (05:04 +0000)
This case is testing 'web' on ignore naked clobber.
-funroll-loops no longer implies -fweb for powerpc.
So, add -fweb to enable 'web' for this case.

gcc.testsuite/
2019-11-13  Jiufu Guo  <guojiufu@linux.ibm.com>

PR target/92465
* gcc.dg/pr47763.c: Add option -fweb.

From-SVN: r278112

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr47763.c

index a03b6844d290ee437a58c7606b94b0d0be193734..5f68ee496fc7f49345ed0c7d91af177624e2ab9d 100644 (file)
@@ -1,3 +1,8 @@
+2019-11-13  Jiufu Guo  <guojiufu@linux.ibm.com>
+
+       PR target/92465
+       * gcc.dg/pr47763.c: Add option -fweb.
+
 2019-11-12  Nathan Sidwell  <nathan@acm.org>
 
        * g++.dg/cpp0x/using-enum-2.C: Adjust expected error text.
index 4f0cebee46304d0bfd2fad5e83061e33e122eae8..c3cd2175240d36ad692be446e8976b0b811ff15b 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -funroll-loops -fdump-rtl-web" } */
+/* { dg-options "-O2 -funroll-loops -fweb -fdump-rtl-web" } */
 
 int
 foo()