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
This commit is contained in:
Mark Mitchell 2000-11-11 23:59:50 +00:00 committed by Mark Mitchell
parent 492cca2489
commit 5696467825
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,8 @@
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.

View file

@ -1,4 +1,3 @@
// 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.*