https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91656

--- Comment #1 from Zdenek Sojka <zsojka at seznam dot cz> ---
Created attachment 46811
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46811&action=edit
another testcase (needs -O3)

$ riscv64-unknown-linux-gnu-gcc -O3 testcase340.c -static && ./a.out
Aborted
$ riscv64-unknown-linux-gnu-gcc -O3 testcase340.c -static
-fno-gcse-after-reload && ./a.out
(finishes correctly)

r275318 is OK, r275369 is BAD

Reply via email to