-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
workaround for -O3 compilation issues in Geometry/HGCalCommonData #45219
workaround for -O3 compilation issues in Geometry/HGCalCommonData #45219
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45219/40581
|
A new Pull Request was created by @dan131riley for master. It involves the following packages:
@civanch, @bsunanda, @subirsarkar, @cmsbuild, @makortel, @srimanob, @Dr15Jones, @mdhildreth can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-541921/39881/summary.html Comparison SummarySummary:
|
thanks @dan131riley , can you please revert #45201 change in this PR ( you might have to rebase as #45201 was merge last night)? |
3578142
to
fb592a1
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45219/40595
|
Pull request #45219 was updated. @mdhildreth, @srimanob, @cmsbuild, @subirsarkar, @Dr15Jones, @makortel, @bsunanda, @civanch can you please check and sign again. |
@dan131riley Thanks! |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-541921/39895/summary.html Comparison SummarySummary:
|
+Upgrade |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR has a workaround for the compiler errors seen with '-O3' optimization covered in #44931 (comment). This is likely a compiler bug, but I'm not optimistic about getting a simple replication for a gcc bug report.
PR validation:
Compiles, purely technical fix.