https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104310
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104310
--- Comment #3 from Jakub Jelinek ---
r12-6931-ga1544878966020d1f7a640b35d1f7a5f0e055624
should fix that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104310
--- Comment #2 from David Binderman ---
The code I gave crashes in fre. This code crashes in forwprop:
int i_5;
void func_3() {
int *ptr_11;
unsigned int ui_15;
ptr_11 = &ui_15;
(ui_15 = 0 >= 0) / i_5 << 1;
}
My apologies for getting t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104310
--- Comment #1 from Andrew Pinski ---
I think this was already fixed.