Skip to content
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

C front-end: GCC >= 12 support __builtin_shufflevector #8170

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

tautschnig
Copy link
Collaborator

This used to be Clang-only, but is now also supported by GCC.

  • 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.

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5bce1c3) 79.69% compared to head (74ecb26) 79.69%.

❗ Current head 74ecb26 differs from pull request most recent head 3a0cc1a. Consider uploading reports for the commit 3a0cc1a to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8170      +/-   ##
===========================================
- Coverage    79.69%   79.69%   -0.01%     
===========================================
  Files         1680     1680              
  Lines       195239   195237       -2     
===========================================
- Hits        155602   155600       -2     
  Misses       39637    39637              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This used to be Clang-only, but is now also supported by GCC.
@tautschnig tautschnig force-pushed the bugfixes/gcc-shufflevector branch from 74ecb26 to 3a0cc1a Compare January 25, 2024 14:09
@tautschnig tautschnig merged commit 270e82c into diffblue:develop Jan 26, 2024
36 of 37 checks passed
@tautschnig tautschnig deleted the bugfixes/gcc-shufflevector branch January 26, 2024 06:12
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.

4 participants