[Bug c/104310] ice in forwprop

2022-01-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104310 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug c/104310] ice in forwprop

2022-01-31 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104310 --- Comment #3 from Jakub Jelinek --- r12-6931-ga1544878966020d1f7a640b35d1f7a5f0e055624 should fix that.

[Bug c/104310] ice in forwprop

2022-01-31 Thread dcb314 at hotmail dot com via Gcc-bugs
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

[Bug c/104310] ice in forwprop

2022-01-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104310 --- Comment #1 from Andrew Pinski --- I think this was already fixed.