We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following commands cause a segfault:
$ echo | circle -E -dM - Segmentation fault
$ echo "" | circle -E -dM - Segmentation fault
$ echo "int main() {}" | circle -E -dM - Segmentation fault
$ circle -E -dM - <<EOF > int main() {} > EOF Segmentation fault
The expected result should be the same as executing:
$ circle -E -dM empty.cpp #define __circle_build__ 205 <... snip ...> #define _GLIBCXX_HAVE_BUILTIN_IS_CONSTANT_EVALUATED
where empty.cpp is just empty (created in bash via > empty.cpp)
empty.cpp
> empty.cpp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following commands cause a segfault:
The expected result should be the same as executing:
where
empty.cpp
is just empty (created in bash via> empty.cpp
)The text was updated successfully, but these errors were encountered: