-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preprocessor hangs on an example from the C standard #30
Comments
This seems to be fixed with the updated plan9 cpp (#26) |
@ksherlock There's more, unfortunately. The following two don't produce correct output even with your pull request #26.
is still broken. |
@ksherlock I think abandoning this preprocessor, which lcc's authors didn't even write and may have problems debugging/fixing, and instead going for ucpp may be a far better solution. I just integrated it into my Smaller C compiler. Haven't yet seen a problem with ucpp. The sample code from the C standard preprocesses correctly with it. |
Reproducible with the preprocessor compiled with Open Watcom C/C++ 1.9, MinGW 4.8.2, my Smaller C and run on Windows 7 x64. Also reproducible with the preprocessor compiled with gcc 4.6.3 on Ubuntu 12.04LTS.
The text was updated successfully, but these errors were encountered: