From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15760 invoked by alias); 8 Jul 2010 03:45:23 -0000 Received: (qmail 15588 invoked by uid 48); 8 Jul 2010 03:45:03 -0000 Date: Thu, 08 Jul 2010 03:45:00 -0000 Subject: [Bug lto/44865] New: Compiling a single file with -O3 -march=pentium4 -flto ICEs X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "moonshine at kapsi dot fi" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg00803.txt.bz2 Remove any of the options (or change -O3 to -O2) and this will pass. Found while compiling Ghostscript. gcc-trunk -c -O3 -march=pentium4 -flto ttinterp.i In file included from ./base/ttobjs.h:42:0, from ./base/ttinterp.h:53, from ./base/ttinterp.c:68: ./base/setjmp_.h:30:5: warning: variably modified ‘stuff’ at file scope [enabled by default] ./base/ttinterp.c: In function ‘Ins_ROUND’: ./base/ttinterp.c:2172:15: internal compiler error: in get_alias_set, at alias.c:734 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: Compiling a single file with -O3 -march=pentium4 -flto ICEs Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: moonshine at kapsi dot fi GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44865