Commit 56964678 by Mark Mitchell Committed by Mark Mitchell

err-msg8.C: Avoid capricious line-number issues with error messages.

	* g++.brendan/err-msg8.C: Avoid capricious line-number issues with
	error messages.

From-SVN: r37395
parent 492cca24
2000-11-11 Mark Mitchell <mark@codesourcery.com>
* g++.brendan/err-msg8.C: Avoid capricious line-number issues with
error messages.
* g++.mike/p700.C: Don't typedef wchar_t.
* g++.mike/p784.C: Likewise.
* g++.mike/eb101.C: Don't use __wchar_t.
......
// Build don't link:
// GROUPS passed error-messages
operator int ;
// ERROR - declaration of `operator int' as non-function.*
operator int ; int j; // ERROR - declaration of `operator int' as non-function.*
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