Commit 44399cac by Mark Mitchell Committed by Mark Mitchell

g++.exp (g++_init): Add -fmessage-length=0 to ALWAYS_CXXFLAGS.

	* lib/g++.exp (g++_init): Add -fmessage-length=0 to
	ALWAYS_CXXFLAGS.

From-SVN: r32039
parent b9a73e32
2000-02-17 Mark Mitchell <mark@codesourcery.com>
* lib/g++.exp (g++_init): Add -fmessage-length=0 to
ALWAYS_CXXFLAGS.
Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com> Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com>
* gcc.c-torture/compile/20000211-3.c: New test. * gcc.c-torture/compile/20000211-3.c: New test.
......
...@@ -131,6 +131,10 @@ proc g++_init { args } { ...@@ -131,6 +131,10 @@ proc g++_init { args } {
lappend ALWAYS_CXXFLAGS "additional_flags=$TOOL_OPTIONS"; lappend ALWAYS_CXXFLAGS "additional_flags=$TOOL_OPTIONS";
} }
# Make sure that lines are not wrapped. That can confuse the
# error-message parsing machinery.
lappend ALWAYS_CXXFLAGS "additional_flags={-fmessage-length=0}"
verbose -log "ALWAYS_CXXFLAGS set to $ALWAYS_CXXFLAGS" verbose -log "ALWAYS_CXXFLAGS set to $ALWAYS_CXXFLAGS"
verbose "g++ is initialized" 3 verbose "g++ is initialized" 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment