https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280
Andrew Pinski changed:
What|Removed |Added
CC||gabravier at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280
--- Comment #3 from Jakub Jelinek ---
(In reply to Richard Biener from comment #1)
> Confirmed. g and h end up like this before RTL expansion (initial folding
> produces this):
>
> j_6 = i_4(D) & a_5(D);
> _1 = i_4(D) != 0;
> _2 = j_6 !=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280
--- Comment #2 from denis.campredon at gmail dot com ---
I don't know if I should create a separate bug report or not, since it looks
kind of related.
I've tried to replace the operator of the function e with other and it
generates a branch with t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|