[Bug tree-optimization/116098] [14/15 Regression] _Bool value from tagged union is incorrect when built with optimization
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 26 06:04:36 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116098
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rguenth at gcc dot gnu.org
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Why should they be non-moveable? Because the padding might be not initialized?
That there's a V_C_E to bool looks odd (I assume the value type is void * or
int?)
More information about the Gcc-bugs
mailing list