From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25488 invoked by alias); 19 Nov 2012 22:08:42 -0000 Received: (qmail 24875 invoked by uid 48); 19 Nov 2012 22:07:57 -0000 From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/55381] [4.8 Regression]: build fails on cris-elf building libgfortran with host-gcc-4.4, ICE compiling matmul_i1.c Date: Mon, 19 Nov 2012 22:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-11/txt/msg01834.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55381 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu.org --- Comment #6 from Peter Bergner 2012-11-19 22:07:55 UTC --- Minimal test case (with minimal options) reduced from matmul_i1.i: [bergner@igoo pr55381]$ cat pr55381.i void foo (char * dest, char s, long ycount) { long y; for (y = 0; y < ycount; y++) dest[y] = s; } [bergner@igoo pr55381]$ /home/bergner/gcc/build/gcc-fsf-mainline-asan-pthaugen/./gcc/xgcc -B/home/bergner/gcc/build/gcc-fsf-mainline-asan-pthaugen/./gcc/ -ftree-vectorize -O1 -S pr55381.i xgcc: internal compiler error: Trace/breakpoint trap (program cc1) 0x100079a3 execute /home/bergner/gcc/gcc-fsf-mainline-asan/gcc/gcc.c:2772 0x1000c8d7 do_spec(char const*) /home/bergner/gcc/gcc-fsf-mainline-asan/gcc/gcc.c:4245 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. I saw this using a 4.4.6 based compiler.