-
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
base: master
Are you sure you want to change the base?
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 |
Milestone for this pull request has been moved to CMSSW_15_1_X. Please open a backport if it should also go in to CMSSW_15_0_X. |
gcc 13.3 produces spurious array bounds warning/error for std::vector initialization with curly braces.
addresses
#47218
#47219
#47220
#47221
#47222