[Bug c++/59030] [4.9 Regression] Caret diagnostic always points to the first line

reichelt at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 6 20:21:00 GMT 2013


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

--- Comment #1 from Volker Reichelt <reichelt at gcc dot gnu.org> ---
With yesterday's build I got a correct diagnostic:

====================================================================
bug.cc:5:9: error: expected primary-expression before ';' token
 int j = ;
         ^
====================================================================



More information about the Gcc-bugs mailing list