-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Silence gcc 13.3.0 spurious array bounds warnings for std::vector initialization #47259
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47259/43557 |
A new Pull Request was created by @gartung for master. It involves the following packages:
@aloeliger, @atpathak, @cmsbuild, @consuegs, @epalencia, @francescobrivio, @jfernan2, @mandrenguyen, @perrotta, @valsdav, @y19y19 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test for el8_amd64_gcc13 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d80b39/44192/summary.html Comparison SummarySummary:
|
+db
|
+1 |
+l1 |
5ed344b
to
21fce4b
Compare
Sorry, pushed to the wrong branch. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47259/43648 |
Apparently deleting the branch closes the pull request. |
hold |
Pull request has been put on hold by @makortel |
The |
yes this PR is not needed any more. |
@cmsbuild, please close |
gcc 13.3 produces spurious array bounds warning/error for std::vector initialization with curly braces.
addresses
#47218
#47219
#47220
#47221
#47222