[Bug tree-optimization/116098] [14/15 Regression] _Bool value from tagged union is incorrect when built with optimization
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 26 03:50:02 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116098
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I will fix this. I will declare VCE that change into non-full precision mode
types as non-moveable. movement_possibility_1 in LIM should get a similar
change even though I have not seen wrong code due to that yet; I suspect there
has not been a checker for undefinedness yet for that.
More information about the Gcc-bugs
mailing list