http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54612
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-18 11:49:21 UTC --- I get lots of failures on i386-linux bootstrap too. While include/ext/random has #ifdef __SSE2__ # include <x86intrin.h> #endif and all other spots guarded with #ifdef __SSE2__, config/cpu/i486/opt/ext/opt_random.h doesn't have any #ifdef __SSE2__ guards in it.