-
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
[GCC12] Multiple maybe-uninitialized warnings in L1CaloLayer1 #41794
Comments
assign l1 |
New categories assigned: l1 @epalencia,@aloeliger,@cecilecaillol you have been requested to review this Pull request/Issue and eventually sign? Thanks |
A new Issue was created by @iarspider . @Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
Poking around the code of https://github.com/Xilinx/HLS_arbitrary_Precision_Types.git I think the warning is technically correct. All(?) the |
@aloeliger gentle ping on this |
@iarspider Thanks for bringing this back to my attention. I can try to take a look at this tomorrow unless it is more urgent? |
@hftsoi I also want to make one more attempt to ping you to see if there is a Wisconsin maintainer of |
For reference: build log with the issue. @aloeliger this is not urgent. |
sorry I missed your earlier tag somehow. As far as I know there is no active emulator maintainer for CaloL1, people come and go making modification whenever their development depends on it. |
Given the statement
in #42390 (comment), maybe this issue could be closed now? |
cms-bot internal usage |
GCC 12 is emitting compilation warnings about maybe-uninitialized variables in L1TCaloLayer1 code:
L1TCaloLayer1::costruct
:L1TCaloSummary::produce
(as far as I understand, it is filled later, so maybe silence the warning for that block?)L1TCaloLayer1FetchLUTs(...)
:(here I would suggest moving
eLUT.push_back(phiLUT);
after the code that fillsphiLUT
)The text was updated successfully, but these errors were encountered: