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
+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
# 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.