[Bug target/96072] ICE: Segmentation fault (in add_reg_note)

2020-08-10 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96072 --- Comment #1 from Arseny Solokha --- testsuite/gcc.target/s390/20041109-1.c is another similar case which clobbers SP on PowerPC. Maybe it's time to turn warning: listing the stack pointer register 'sp' in a clobber list is deprecated into

[Bug target/96072] ICE: Segmentation fault (in add_reg_note)

2020-08-19 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96072 --- Comment #2 from Arseny Solokha --- Finally, yet another testcase which also plays games w/ SP but, unlike the previous two, does not involve its "manual" manipulation. void he (int jn) { { int bh[jn]; if (jn != 0) goto wa;

[Bug target/96072] ICE: Segmentation fault (in add_reg_note)

2022-09-13 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96072 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org

[Bug target/96072] ICE: Segmentation fault (in add_reg_note)

2022-09-13 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96072 --- Comment #4 from Arseny Solokha --- They still ICE for me. % powerpc-e300c3-linux-gnu-gcc-13.0.0 -v Using built-in specs. COLLECT_GCC=powerpc-e300c3-linux-gnu-gcc-13.0.0 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc-e300c3-linux-gnu/13.0.0/lto

[Bug target/96072] ICE: Segmentation fault (in add_reg_note)

2022-09-14 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96072 Kewen Lin changed: What|Removed |Added CC||linkw at gcc dot gnu.org Status|

[Bug target/96072] ICE: Segmentation fault (in add_reg_note)

2022-09-14 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96072 Kewen Lin changed: What|Removed |Added CC||bergner at gcc dot gnu.org --- Comment #6 fr