-
Notifications
You must be signed in to change notification settings - Fork 179
Unterminated C-style comment makes gccrs to never returns #300
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
dkm
added a commit
to dkm/gccrs
that referenced
this issue
Mar 23, 2021
Returns EOF token and let parser handle the error. fix Rust-GCC#300
dkm
added a commit
to dkm/gccrs
that referenced
this issue
Mar 24, 2021
dkm
added a commit
to dkm/gccrs
that referenced
this issue
Mar 24, 2021
dkm
added a commit
to dkm/gccrs
that referenced
this issue
Mar 24, 2021
Emit an error when EOF is reached before end of C-style comment. fix Rust-GCC#300
dkm
added a commit
to dkm/gccrs
that referenced
this issue
Mar 24, 2021
Emit an error when EOF is reached before end of C-style comment. fix Rust-GCC#300
dkm
added a commit
to dkm/gccrs
that referenced
this issue
Mar 24, 2021
Emit an error when EOF is reached before end of C-style comment. Add corresponding test for non regression. fix Rust-GCC#300
dkm
added a commit
to dkm/gccrs
that referenced
this issue
Mar 26, 2021
Emit an error when EOF is reached before end of C-style comment. Add corresponding test for non regression. fix Rust-GCC#300
philberty
pushed a commit
that referenced
this issue
Mar 27, 2021
Emit an error when EOF is reached before end of C-style comment. Add corresponding test for non regression. fix #300
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This is enough to make
gccrs
hangs onAttempting to parse file:
I guess this could be an easy first PR?
The text was updated successfully, but these errors were encountered: