]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR middle-end/58624 (gcc internal compiler error: Segmentaion fault in insert_to_a...
authorJakub Jelinek <jakub@redhat.com>
Mon, 15 Dec 2014 10:36:16 +0000 (11:36 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 15 Dec 2014 10:36:16 +0000 (11:36 +0100)
PR middle-end/58624
Backported from mainline
2014-03-07  Jason Merrill  <jason@redhat.com>

* g++.dg/plugin/plugin.exp (DEFAULT_CXXFLAGS): Remove -ansi.

From-SVN: r218739

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/plugin/plugin.exp

index f5b4e957015df931c535f1eb0606e5f48c4b7288..c7b585b3d14ac0b3f674e70c35a71266db7a2219 100644 (file)
@@ -1,3 +1,11 @@
+2014-12-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/58624
+       Backported from mainline
+       2014-03-07  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/plugin/plugin.exp (DEFAULT_CXXFLAGS): Remove -ansi.
+
 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from mainline
index c26b8794e10022585afc4267206e5327e9922909..8068e49176b409e8909f472b46d92d8b03733772 100644 (file)
@@ -31,7 +31,7 @@ if { ![info exists TESTING_IN_BUILD_TREE] || ![info exists ENABLE_PLUGIN] } {
 # If a testcase doesn't have special options, use these.
 global DEFAULT_CXXFLAGS
 if ![info exists DEFAULT_CXXFLAGS] then {
-    set DEFAULT_CXXFLAGS " -ansi -pedantic-errors -Wno-long-long"
+    set DEFAULT_CXXFLAGS " -pedantic-errors -Wno-long-long"
 }
 
 # The procedures in plugin-support.exp need these parameters.