[Bug c/118742] No way to do ~a for a boolean type with the gimple FE
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 4 09:39:05 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118742
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Same issue with
char __GIMPLE (ssa,startwith("optimized")) g1(char i)
{
char _1;
char _2;
__BB(2,guessed_local(97603132)):
_1 = i_3(D);
_2 = -_1;
return _2;
}
More information about the Gcc-bugs
mailing list