Skip to content

Conversation

kroening
Copy link
Member

The __builtin_ declarations of gcc and clang are highly version-specific, and constantly changing. User see a lot of warnings about missing declarations of __builtin_ functions owing to compiler header files that use these builtins in inline wrappers. This increases the verbosity level of these warnings to "debug".

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

@kroening kroening marked this pull request as ready for review June 15, 2024 14:48
Copy link

codecov bot commented Jun 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.37%. Comparing base (8646bfa) to head (c427d7b).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8333   +/-   ##
========================================
  Coverage    78.37%   78.37%           
========================================
  Files         1726     1726           
  Lines       188322   188325    +3     
  Branches     18460    18456    -4     
========================================
+ Hits        147606   147609    +3     
  Misses       40716    40716           

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

@tautschnig tautschnig force-pushed the verbosity-builtin-warning branch 2 times, most recently from f8bcc25 to 1234292 Compare June 17, 2024 11:52
The __builtin_ declarations of gcc and clang are highly version-specific,
and constantly changing.  User see a lot of warnings about missing
declarations of __builtin_ functions owing to compiler header files that use
these builtins in inline wrappers.  This increases the verbosity level of
these warnings to "debug".
@tautschnig tautschnig force-pushed the verbosity-builtin-warning branch from 1234292 to c427d7b Compare June 17, 2024 21:34
@kroening kroening merged commit 61f2410 into develop Jun 17, 2024
@kroening kroening deleted the verbosity-builtin-warning branch June 17, 2024 23:48
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