Skip to content

C99 fixed-width integer and floating-point types #8

@michael-schwarz

Description

@michael-schwarz

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions