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

56505a
diff --git a/gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100400-1-3.c b/gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100400-1-3.c
56505a
index 9779f1036f6..0595df4e7e6 100644
56505a
--- a/gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100400-1-3.c
56505a
+++ b/gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100400-1-3.c
56505a
@@ -1,6 +1,6 @@
56505a
 /* { dg-additional-options "--param openacc-kernels=decompose" } */
56505a
56505a
-/* { dg-additional-options "-fchecking" }
56505a
+/* { dg-additional-options "-fchecking -fno-report-bug" }
56505a
    { dg-ice TODO { c++ } }
56505a
    { dg-prune-output "during GIMPLE pass: omp_oacc_kernels_decompose" } */
56505a
56505a
diff --git a/gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100400-1-4.c b/gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100400-1-4.c
56505a
index 2feabf3c7d6..c20f23e6d67 100644
56505a
--- a/gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100400-1-4.c
56505a
+++ b/gcc/testsuite/c-c++-common/goacc/kernels-decompose-pr100400-1-4.c
56505a
@@ -1,6 +1,6 @@
56505a
 /* { dg-additional-options "--param openacc-kernels=decompose" } */
56505a
56505a
-/* { dg-additional-options "-fchecking" }
56505a
+/* { dg-additional-options "-fchecking -fno-report-bug" }
56505a
    { dg-ice TODO { c++ } }
56505a
    { dg-prune-output "during GIMPLE pass: omp_oacc_kernels_decompose" } */
56505a
56505a
diff --git a/gcc/testsuite/g++.dg/cpp0x/vt-88982.C b/gcc/testsuite/g++.dg/cpp0x/vt-88982.C
56505a
index 7a868233d73..45307a63483 100644
56505a
--- a/gcc/testsuite/g++.dg/cpp0x/vt-88982.C
56505a
+++ b/gcc/testsuite/g++.dg/cpp0x/vt-88982.C
56505a
@@ -1,6 +1,6 @@
56505a
 // PR c++/88982
56505a
 // { dg-do compile { target c++11 } }
56505a
-// { dg-additional-options "-fchecking" }
56505a
+// { dg-additional-options "-fchecking -fno-report-bug" }
56505a
 // { dg-ice "tsubst_pack_expansion" }
56505a
 
56505a
 template<typename...Ts> struct A {
56505a
diff --git a/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C b/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C
56505a
index bed5ea0cfc0..cb235bf891a 100644
56505a
--- a/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C
56505a
+++ b/gcc/testsuite/g++.dg/cpp1y/auto-fn61.C
56505a
@@ -1,6 +1,6 @@
56505a
 // PR c++/88003
56505a
 // { dg-do compile { target c++14 } }
56505a
-// { dg-additional-options "-fchecking" }
56505a
+// { dg-additional-options "-fchecking -fno-report-bug" }
56505a
 // { dg-ice "poplevel_class" }
56505a
 
56505a
 auto test() {
56505a
diff --git a/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C b/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C
56505a
index 0cdb400d21c..8f17cca31dd 100644
56505a
--- a/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C
56505a
+++ b/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda26.C
56505a
@@ -1,6 +1,6 @@
56505a
 // PR c++/87765
56505a
 // { dg-do compile { target c++17 } }
56505a
-// { dg-additional-options "-fchecking" }
56505a
+// { dg-additional-options "-fchecking -fno-report-bug" }
56505a
 // { dg-ice "cxx_eval_constant_expression" }
56505a
 
56505a
 template <int N>