Skip to content

Extended GCC attributes parsing and processing #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 18, 2016

Conversation

tautschnig
Copy link
Collaborator

Includes support for attribute((section("foo"))) and fixes existing regression tests that were marked KNOWNBUG. Built on top of #50, hence half of the patch series is redundant.

Use -DANSI_C_DEBUG to enable.
Moved context-free logic from scanner into the grammar and fixed bugs to
permit 1) attributes on labels and 2) multiple attributes after
pointer-type declarations.
Handle placement of symbols into specified sections by prefixing symbol names
with <section-name>$$.
@kroening kroening merged commit 151bded into diffblue:master Jun 18, 2016
thk123 pushed a commit to thk123/cbmc that referenced this pull request Apr 3, 2017
At the moment pointer arithmetic is not supported by the pointer
abstract object. Modify the assertions to verify is at least sound in
this case

See issue diffblue#99
smowton pushed a commit to smowton/cbmc that referenced this pull request May 9, 2018
Update to work with latest changes to master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants