Skip to content
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

Handling of ."cc" file extension in c_preprocess.cpp #4358

Closed
cliffordwolf opened this issue Mar 9, 2019 · 1 comment · Fixed by #4363
Closed

Handling of ."cc" file extension in c_preprocess.cpp #4358

cliffordwolf opened this issue Mar 9, 2019 · 1 comment · Fixed by #4363

Comments

tautschnig added a commit to tautschnig/cbmc that referenced this issue Mar 11, 2019
Largely follows GCC's documentation at
https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html#index-file-name-suffix-71,
with the extension that we accept some uppercase variants in C/C++
pre-processing.

Fixes: diffblue#4358
@tautschnig
Copy link
Collaborator

Thank you very much for the detailed report, this will be fixed in #4363.

tautschnig added a commit to tautschnig/cbmc that referenced this issue Mar 11, 2019
Largely follows GCC's documentation at
https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html#index-file-name-suffix-71,
with the extension that we accept some uppercase variants in C/C++
pre-processing.

Fixes: diffblue#4358
kroening pushed a commit that referenced this issue Mar 11, 2019
Largely follows GCC's documentation at
https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html#index-file-name-suffix-71,
with the extension that we accept some uppercase variants in C/C++
pre-processing.

Fixes: #4358
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants