-
Notifications
You must be signed in to change notification settings - Fork 747
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
segfault #36
Comments
This is basically the same as #27 I think (My fix wasn't general enough because the bug was somewhere else). The code generator changes may resolve this automatically. |
Hey there can you please give the link to the file of which you are talking about |
What file? the contents of the file are what I showed. Simply that single line. |
"What file? the contents of /*the file */ are what I showed. Simply that single line." According to your answer ...the file in the /* */ ......The file which you are talking about |
Put this in test.c
run 8cc -S ./test.c.
-> segfault.
The text was updated successfully, but these errors were encountered: