[Bug tree-optimization/116117] late_warn_uninitialized should just split edges directly instead of using the pass manager
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jul 27 20:27:07 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116117
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|ASSIGNED |RESOLVED
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Actually wait this can't be done as it will change the code generation if the
uninitialized warnings are not turned on vs turned on. I didn't think of that
until now.
More information about the Gcc-bugs
mailing list