forked from cil-project/cil
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Milestone
Description
When running tests such as testrun/math1 on a machine with a newer version of glibc, we produce a parse error, that seems to be related to the headers using the float128 type.
We encountered this not just with toy programs, but also with real-world examples.
Find some way of still being able to parse these headers, probably by introducing a new typ for float128. On the Goblint side of things, we can just treat it (almost) like normal floats as we don't do anything for them anyway.
Related links:
- Fails to compile when including <math.h> of recent glibc samee/obliv-c#48 (other project using CIL that has this problem)
- NixOS/nixpkgs@7f8bc04 (patch for the lexer & parser to handle
float128andcomplex)
vogler
Metadata
Metadata
Assignees
Labels
No labels