Blame SOURCES/gcc11-dg-ice-fixes.patch

a46658
diff --git a/gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-1.c b/gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-1.c
a46658
index 8c3884bdc00..141f089d4f8 100644
a46658
--- a/gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-1.c
a46658
+++ b/gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-1.c
a46658
@@ -1,7 +1,7 @@
a46658
 /* Test OpenACC 'kernels' construct decomposition.  */
a46658
 
a46658
 /* { dg-additional-options "-fopt-info-omp-all" } */
a46658
-/* { dg-additional-options "-fchecking --param=openacc-kernels=decompose" } */
a46658
+/* { dg-additional-options "-fno-report-bug -fchecking --param=openacc-kernels=decompose" } */
a46658
 /* { dg-ice "TODO" }
a46658
    { dg-prune-output "during GIMPLE pass: omplower" } */
a46658
 
a46658
diff --git a/gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-2.c b/gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-2.c
a46658
index 8bf60a9a509..a07e0a42116 100644
a46658
--- a/gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-2.c
a46658
+++ b/gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-2.c
a46658
@@ -1,6 +1,6 @@
a46658
 /* Test OpenACC 'kernels' construct decomposition.  */
a46658
 
a46658
-/* { dg-additional-options "-fchecking --param=openacc-kernels=decompose" } */
a46658
+/* { dg-additional-options "-fno-report-bug -fchecking --param=openacc-kernels=decompose" } */
a46658
 /* { dg-ice "TODO" }
a46658
    { dg-prune-output "during GIMPLE pass: omplower" } */
a46658
 
a46658
diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C
a46658
index eae0d8c377b..ed37f95e865 100644
a46658
--- a/gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C
a46658
+++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-52830.C
a46658
@@ -1,6 +1,6 @@
a46658
 // PR c++/52830
a46658
 // { dg-do compile { target c++11 } }
a46658
-// { dg-additional-options "-fchecking" }
a46658
+// { dg-additional-options "-fchecking -fno-report-bug" }
a46658
 // { dg-ice "comptypes" }
a46658
 
a46658
 template<bool b> struct eif { typedef void type; };
a46658
diff --git a/gcc/testsuite/g++.dg/cpp0x/vt-88982.C b/gcc/testsuite/g++.dg/cpp0x/vt-88982.C
a46658
index 7a868233d73..45307a63483 100644
a46658
--- a/gcc/testsuite/g++.dg/cpp0x/vt-88982.C
a46658
+++ b/gcc/testsuite/g++.dg/cpp0x/vt-88982.C
a46658
@@ -1,6 +1,6 @@
a46658
 // PR c++/88982
a46658
 // { dg-do compile { target c++11 } }
a46658
-// { dg-additional-options "-fchecking" }
a46658
+// { dg-additional-options "-fchecking -fno-report-bug" }
a46658
 // { dg-ice "tsubst_pack_expansion" }
a46658
 
a46658
 template<typename...Ts> struct A {
a46658
diff --git a/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C b/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C
a46658
index bed5ea0cfc0..cb235bf891a 100644
a46658
--- a/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C
a46658
+++ b/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C
a46658
@@ -1,6 +1,6 @@
a46658
 // PR c++/88003
a46658
 // { dg-do compile { target c++14 } }
a46658
-// { dg-additional-options "-fchecking" }
a46658
+// { dg-additional-options "-fchecking -fno-report-bug" }
a46658
 // { dg-ice "poplevel_class" }
a46658
 
a46658
 auto test() {
a46658
diff --git a/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C b/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C
a46658
index 0cdb400d21c..8f17cca31dd 100644
a46658
--- a/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C
a46658
+++ b/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C
a46658
@@ -1,6 +1,6 @@
a46658
 // PR c++/87765
a46658
 // { dg-do compile { target c++17 } }
a46658
-// { dg-additional-options "-fchecking" }
a46658
+// { dg-additional-options "-fchecking -fno-report-bug" }
a46658
 // { dg-ice "cxx_eval_constant_expression" }
a46658
 
a46658
 template <int N>
a46658
diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/declare-vla-kernels-decompose-ice-1.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/declare-vla-kernels-decompose-ice-1.c
a46658
index 0777b612b63..53abbe2db83 100644
a46658
--- a/libgomp/testsuite/libgomp.oacc-c-c++-common/declare-vla-kernels-decompose-ice-1.c
a46658
+++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/declare-vla-kernels-decompose-ice-1.c
a46658
@@ -1,4 +1,4 @@
a46658
-/* { dg-additional-options "--param=openacc-kernels=decompose" } */
a46658
+/* { dg-additional-options "--param=openacc-kernels=decompose -fno-report-bug" } */
a46658
 /* Hopefully, this is the same issue as '../../../gcc/testsuite/c-c++-common/goacc/kernels-decompose-ice-1.c'.
a46658
    { dg-ice "TODO" }
a46658
    TODO { dg-prune-output "during GIMPLE pass: omplower" }