------- Comment #3 from jakub at gcc dot gnu dot org 2009-12-08 14:30 ------- Is your CPU SSE4 capable? cat /proc/cpuinfo would reveal this. Can you post disassembly at the point of SIGILL (run it under gdb, p/x $pc disas $pc-64 $pc+64 info reg when it crashes?
-- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42332