Skip to content

Everything fails on MacOS 14 because of attributes with assignment in time.h #168

@vesalvojdani

Description

@vesalvojdani

Running goblint on Mac OS 14 (maybe limited to older Intel Macs) fails immediately because of attributes like __attribute__((availability(macos,introduced=10.15))). We can handle something like __attribute__((availability(macos,introduced && 10))), but CIL does not handle assignment expressions and I'm not sure what 10.15 actually is because gcc 14 can also handle introduced=10.15.2, so are these strings then?

Anyway, the problem is goblint fails out-of-the-box on Intel Macs with the current OS.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions