This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/44519] improve message for missing ";" after struct


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-08-26 10:34:31 UTC ---
GCC now gives:

mult.c:3:9: error: expected â;â, identifier or â(â before âintâ

and G++ gives:

mult.cc:1:21: error: expected â;â after struct definition


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]