Bug#350778: gcc-4.0: corrupted error messages

2006-03-24 Thread Falk Hueffner
tags 350778 + unreproducible tags 350778 + moreinfo thanks Hi, I cannot reproduce this. Can you still? Seems more likely to be some kind of corruption of your system. -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#350778: gcc-4.0: corrupted error messages

2006-01-31 Thread Richard Bradshaw
Package: gcc-4.0 Version: 4.0.2-5 Severity: important gcc gives corrupted(?) error messages: % cat x.c void main() { x = 1; } % gcc x.c x.c: In function \u: x.c:4: error: \u undeclared (first use in this function) x.c:4: error: (Each undeclared identifier is reported only once x.c: