[Bug target/58489] ICE: in reload_cse_simplify_operands, at postreload.c:411

2018-07-08 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58489 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug target/58489] ICE: in reload_cse_simplify_operands, at postreload.c:411

2015-01-23 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58489 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/58489] ICE: in reload_cse_simplify_operands, at postreload.c:411

2014-03-25 Thread timo.teras at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58489 --- Comment #2 from Timo Teräs --- I got this fixed. It seems genautomata does not work properly if it is built with -fPIC. Since PIE/PIC get added automatically in alpine toolchain it caused this. For now I'm adding explicitly -fno-PIC to genaut

[Bug target/58489] ICE: in reload_cse_simplify_operands, at postreload.c:411

2013-09-23 Thread timo.teras at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58489 --- Comment #1 from Timo Teräs --- Simplifed commandline to: armv6-alpine-linux-muslgnueabihf-gcc -Os -c -std=gnu99 aa.c -o aa.o No ICE with: armv6-alpine-linux-muslgnueabihf-gcc -c -std=gnu99 aa.c -o aa.o armv6-alpine-linux-muslgnueabihf-gcc -ma