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

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