[Bug rtl-optimization/84682] internal compiler error: Segmentation fault (process_address_1)

2018-03-02 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84682 --- Comment #2 from Vegard Nossum --- I'm also seeing a different crash with this (using -O3): int a; void b() { float c; for (int d; d;) ; a = c; asm("" : : "pIr"(c)); } Output: $ xgcc -x c++ -S -Wall -fpermissive -O3 - : In

[Bug rtl-optimization/84682] internal compiler error: Segmentation fault (process_address_1)

2018-03-02 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84682 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|