From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25493 invoked by alias); 28 Jul 2010 15:46:56 -0000 Received: (qmail 25421 invoked by uid 48); 28 Jul 2010 15:46:39 -0000 Date: Wed, 28 Jul 2010 15:46:00 -0000 Message-ID: <20100728154639.25420.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/45063] [4.6 Regression] ICE: Segmentation fault (cc1) compiling matmul_i1.c In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bernds at gcc dot gnu dot org" 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/msg03108.txt.bz2 ------- Comment #8 from bernds at gcc dot gnu dot org 2010-07-28 15:46 ------- It sounds like the compiler is being miscompiled? If so, it's probably not helpful trying to debug the miscompiled compiler binary. The best way to debug this would be to produce one working build and one failing build of the compiler, then narrow down which file is being miscompiled by copying over object files from one directory to another. You may have a candidate already in the code you're looking at. Once that's identified, please attach a .i of the file that's being miscompiled, and the exact command line options to give cc1 to reproduce the miscompilation. A set of good/bad .s files might also help. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45063