]> gcc.gnu.org Git - gcc.git/commit
re PR go/61746 (A line starting with /*// causes an error even if the /* is closed...
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 8 Jul 2014 20:49:38 +0000 (20:49 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 8 Jul 2014 20:49:38 +0000 (20:49 +0000)
commit0630a48fdf38d31f5a413b5907f95ca0c3bed52b
treece859a4e15455a3a034abdcbfc540daea36a3753
parent7e6d8fd9f6f2d3ef1a3c4d439b669b6de574aed9
re PR go/61746 (A line starting with /*// causes an error even if the /* is closed on the next line)

PR go/61746
compiler: Fix C-style comment parsing.

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

From-SVN: r212370
gcc/go/gofrontend/lex.cc
This page took 0.055941 seconds and 5 git commands to generate.