------- Additional Comments From tobi at gcc dot gnu dot org  2005-04-15 15:17 
-------
(In reply to comment #9)
> I'm surprised that the line truncation warning is omitted in the error case. 
> Somewhere in the dark of the parser or error reporter someone advances to the
> next line without my notice.

Yes, I had just figured out that there's a problem WRT to this.  I guess that
next_statement is not called if the statement is not finished, as is the case
with the expression that is cut in half.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14569

Reply via email to