forked from cil-project/cil
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hello,
I have an issue with using GCC 15.1.1 with Goblint. When I run it on a simple test, I get the following output:
/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include/stddef.h:465: Error: Cannot resolve variable nullptr.
Error: There were parsing errors in .goblint/preprocessed/stdlib.i
Fatal error: exception Goblint_lib__Maingoblint.FrontendError("Errormsg.Error")
Running it with --set exp.cpp-path to use gcc14, works as expected.
Reactions are currently unavailable