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 go/61746] A line starting with /*// causes an error even if the /* is closed on the next line


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61746

--- Comment #2 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> ---
Author: ian
Date: Tue Jul  8 20:49:38 2014
New Revision: 212370

URL: https://gcc.gnu.org/viewcvs?rev=212370&root=gcc&view=rev
Log:
    PR go/61746
compiler: Fix C-style comment parsing.

The compiler was incorrectly seeing /*/ as a complete C-style
comment.

Modified:
    trunk/gcc/go/gofrontend/lex.cc


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