-
Notifications
You must be signed in to change notification settings - Fork 3
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
/usr/include/NativeJIT/Function.h:192:44: internal compiler error: in cp_parser_template_id, at cp/parser.cc #11
Comments
given that it states its an internal compiler error, i'm not sure what we can do here. @shoops stefan, do you have an idea? |
Hello Antonio
This has to be reported to gcc or the annobin plugin providers. I would
try to disable annobin first. If the problem persists it is a gcc
problem. If not it is a annobin problem. The flag to disable the
annobin plugin is:
-fplugin-arg-annobin-disable
Thanks,
Stefan
|
GCC problem:
GCC bug #104235 says fixed (??) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all.
I'm no longer able to build COPASI with JIT enabled in Fedora 36+ x86_64 where GCC-12.0.1 is the new default compiler;
g++
fails with following error:So i'm forced to use the CMake option
-DENABLE_JIT:BOOL=OFF
to skip this error.The text was updated successfully, but these errors were encountered: