From: Jakub Jelinek Date: Mon, 15 Dec 2014 10:36:16 +0000 (+0100) Subject: re PR middle-end/58624 (gcc internal compiler error: Segmentaion fault in insert_to_a... X-Git-Tag: releases/gcc-4.8.4~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=556f2e28a4a7c7401785f4df94c3f7d05a32dc1b;p=thirdparty%2Fgcc.git re PR middle-end/58624 (gcc internal compiler error: Segmentaion fault in insert_to_assembler_name_hash) PR middle-end/58624 Backported from mainline 2014-03-07 Jason Merrill * g++.dg/plugin/plugin.exp (DEFAULT_CXXFLAGS): Remove -ansi. From-SVN: r218739 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f5b4e957015d..c7b585b3d14a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2014-12-15 Jakub Jelinek + + PR middle-end/58624 + Backported from mainline + 2014-03-07 Jason Merrill + + * g++.dg/plugin/plugin.exp (DEFAULT_CXXFLAGS): Remove -ansi. + 2014-12-13 Jakub Jelinek Backported from mainline diff --git a/gcc/testsuite/g++.dg/plugin/plugin.exp b/gcc/testsuite/g++.dg/plugin/plugin.exp index c26b8794e100..8068e49176b4 100644 --- a/gcc/testsuite/g++.dg/plugin/plugin.exp +++ b/gcc/testsuite/g++.dg/plugin/plugin.exp @@ -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.