http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55566
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2012-12-02 CC| |ebotcazou at gcc dot | |gnu.org Summary|[4.8 regression] [IA64] ICE |[4.8 regression] segfault |during bootstrap (related |during build (related to |to recent "vec" |recent "vec" |re-implementation?) |re-implementation?) Ever Confirmed|0 |1 Build| |ia64-*-* --- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-12-02 21:39:08 UTC --- This isn't a bootstrap since you pass --disable-bootstrap to configure, rather a simple build, which would indeed point to a problem in the base compiler. Try with another base compiler (4.6.x or more recent 4.7.x). The compiler bootstraps fine for me btw.