-
Notifications
You must be signed in to change notification settings - Fork 183
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
[GCC Flags] drop -Wstrict-overflow which has been deprecated since gcc8 #8026
Conversation
test parameters:
|
please test |
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_12_5_X/master. @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Unit TestsI found errors in the following unit tests: ---> test testTauEmbeddingProducers had ERRORS Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
please test for CMSSW_12_5_CLANG_X |
abort |
please test for CMSSW_12_5_LTO_X |
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_12_5_X/master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
-Wstrict-overflow
is deprecated and using-fsanitize=signed-integer-overflow
is now the preferred way to audit code (see cms-sw/cmssw#38679 (comment) )This PR proposes to drop this flag