You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The environment I use:
goto-cc : the version contained in CBMC 5.7
Ubuntu 16.04
GCC:5.4
GCC can compile the project correctly.
This error seems to arise from C++ system library instead of my project code. I tried to change to gcc-4.7, gcc-3.4, reran goto-cc and got the same error message. I also tried to use the cbmc-systemc branch(https://github.com/peterschrammel/cbmc/tree/systemc). Error message is different but have no essential difference (Error message generated from different tool version is attatched here).
Unsupported C++11 feature(might be template meta-programming) is said to be responsible for this.
Is there any way to make up for this? Thank you.
Yunchou Li
The text was updated successfully, but these errors were encountered:
I'm using goto-cc to generate a GOTO binary for further CBMC verification and I meet parses errors as follows.
The environment I use:
goto-cc : the version contained in CBMC 5.7
Ubuntu 16.04
GCC:5.4
GCC can compile the project correctly.
This error seems to arise from C++ system library instead of my project code. I tried to change to gcc-4.7, gcc-3.4, reran goto-cc and got the same error message. I also tried to use the cbmc-systemc branch(https://github.com/peterschrammel/cbmc/tree/systemc). Error message is different but have no essential difference (Error message generated from different tool version is attatched here).
Unsupported C++11 feature(might be template meta-programming) is said to be responsible for this.
Is there any way to make up for this? Thank you.
Yunchou Li
The text was updated successfully, but these errors were encountered: