re PR rtl-optimization/80463 (ICE with -fselective-scheduling2 and -fvar-tracking...
authorJakub Jelinek <jakub@redhat.com>
Mon, 9 Apr 2018 18:21:03 +0000 (20:21 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 9 Apr 2018 18:21:03 +0000 (20:21 +0200)
PR rtl-optimization/80463
* g++.dg/pr80463.C: Add -w to dg-options.

From-SVN: r259249

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr80463.C

index 6798e3b..414ff42 100644 (file)
@@ -1,3 +1,8 @@
+2018-04-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/80463
+       * g++.dg/pr80463.C: Add -w to dg-options.
+
 2018-04-09  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/85284
index f4ea65a..417eeaa 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
-/* { dg-options "-g -fselective-scheduling2 -O2 -fvar-tracking-assignments" } */
+/* { dg-options "-g -fselective-scheduling2 -O2 -fvar-tracking-assignments -w" } */
 
 int *a;
 int b, c;