Bug#644727: gcc fails on i586 processor

2011-10-15 Thread Pierre Ynard
mpile > > anything. Isn't this the same issue as #629009 ? > I don't think so: > > see gcc-4.6 -v: > --with-arch-32=i586 --with-tune=generic Yeah my gcc-4.6 binaries were built with --with-arch-32=i586 too, yet `objdump -d /usr/lib/gcc/i486-linux-gnu/4.6/* | gre

Bug#629009: gcc-4.6: "Illegal instruction (program cc1)" error on i586

2011-06-02 Thread Pierre Ynard
Package: gcc-4.6 Version: 4.6.0-10 Severity: important It seems that gcc-4.6 tries to use some instruction unsupported by my old Pentium MMX, and gets killed by SIGILL: % gcc -E - < /dev/null gcc: internal compiler error: Illegal instruction (program cc1) Please submit a full bug report, ... %