[Bug target/107336] [10/11 regression] ICE segfault expand_expr_real_1 on sparc-sun-solaris2.11 with -m32 -mcpu=niagara4 -O3

2022-10-20 Thread andrew at ishiboo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107336

--- Comment #3 from Andrew Paprocki  ---
The linked bugs have a patch for gimple-isel.cc that appears to fix the issue
in GCC 11.3.0, but the ICE in GCC 10 is in expr.c and I don't see anything
patching that. Is there another (related?) fix floating around for the GCC 10
ICE or is it a distinct bug?

[Bug target/107336] [10/11 regression] ICE segfault expand_expr_real_1 on sparc-sun-solaris2.11 with -m32 -mcpu=niagara4 -O3

2022-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107336

--- Comment #2 from Andrew Pinski  ---
See PR 105573 for the other sparc testcase.

[Bug target/107336] [10/11 regression] ICE segfault expand_expr_real_1 on sparc-sun-solaris2.11 with -m32 -mcpu=niagara4 -O3

2022-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107336

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Andrew Pinski  ---
Dup of bug 105312. Fixed for GCC 11.4.0 already.

*** This bug has been marked as a duplicate of bug 105312 ***