GCC 12.1 Released
GCC 12.1 Released
Posted May 9, 2022 11:40 UTC (Mon) by anselm (subscriber, #2796)In reply to: GCC 12.1 Released by atnot
Parent article: GCC 12.1 Released
Wait wait what, the warnings change depending on optimization level?
That's not new. I seem to remember from back when I was programming in C more that some GCC warnings about unreachable code or uninitialised variables were only output under optimisation, because otherwise the analysis on which these warnings were based would not have been performed.
