[Bug target/111260] arm: ice in maybe_legitimize_operand, at optabs.cc:8054

2023-10-05 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111260 --- Comment #4 from Zdenek Sojka --- (In reply to Andrew Pinski from comment #3) > (In reply to Zdenek Sojka from comment #2) ... > > ... > > That is 100% a different bug and should be filed separately. Than you for checking, I've created

[Bug target/111260] arm: ice in maybe_legitimize_operand, at optabs.cc:8054

2023-10-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111260 --- Comment #3 from Andrew Pinski --- (In reply to Zdenek Sojka from comment #2) > Different testcase: > $ cat testcase.c > long > bar (long x) > { > x *= x == 0 / 0; > return (x); > } > > long > foo (void) > { > return bar (822920); > }

[Bug target/111260] arm: ice in maybe_legitimize_operand, at optabs.cc:8054

2023-10-05 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111260 Zdenek Sojka changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #2

[Bug target/111260] arm: ice in maybe_legitimize_operand, at optabs.cc:8054

2023-09-01 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111260 David Binderman changed: What|Removed |Added Keywords||needs-bisection --- Comment #1 from