https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108481
--- Comment #4 from Li Shaohua ---
(In reply to Andrew Pinski from comment #2)
> i = i - 6822162149299574294;
>
> Is not being invoked on the executable code.
>
> If we look at look at the original code:
>
>
> if ((i * (unsigned lo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108481
--- Comment #3 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #2)
> i = i - 6822162149299574294;
>
> Is not being invoked on the executable code.
>
> If we look at look at the original code:
>
>
> if ((i * (unsigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108481
--- Comment #2 from Andrew Pinski ---
i = i - 6822162149299574294;
Is not being invoked on the executable code.
If we look at look at the original code:
if ((i * (unsigned long)7 <= 1) << j)
;
else {
i = i - 6822162
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108481
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection, wrong-code