Skip to content

C front-end: support inline (and its variants) after asm #5928

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 1 commit into from
Mar 15, 2021

Conversation

tautschnig
Copy link
Collaborator

GCC supports volatile, inline, goto as asm-qualifiers:
https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • n/a The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@tautschnig tautschnig self-assigned this Mar 15, 2021
@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #5928 (111b51e) into develop (76ad937) will increase coverage by 0.00%.
The diff coverage is 70.60%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #5928   +/-   ##
========================================
  Coverage    73.54%   73.55%           
========================================
  Files         1431     1431           
  Lines       155229   155248   +19     
========================================
+ Hits        114163   114189   +26     
+ Misses       41066    41059    -7     
Impacted Files Coverage Δ
src/analyses/cfg_dominators.h 100.00% <ø> (ø)
src/analyses/global_may_alias.cpp 0.00% <0.00%> (ø)
src/ansi-c/parser.y 77.83% <ø> (ø)
src/goto-cc/linker_script_merge.cpp 0.00% <0.00%> (ø)
.../goto-instrument/accelerate/acceleration_utils.cpp 2.27% <0.00%> (ø)
...o-instrument/accelerate/polynomial_accelerator.cpp 0.00% <0.00%> (ø)
src/goto-instrument/concurrency.cpp 0.00% <0.00%> (ø)
src/goto-instrument/dot.cpp 0.00% <0.00%> (ø)
src/goto-instrument/function_modifies.cpp 0.00% <0.00%> (ø)
src/goto-instrument/rw_set.cpp 0.00% <0.00%> (ø)
... and 84 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ea6f18...111b51e. Read the comment docs.

@tautschnig tautschnig merged commit 8a28135 into diffblue:develop Mar 15, 2021
@tautschnig tautschnig deleted the inline-asm branch March 15, 2021 13:18
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