From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6908 invoked by alias); 4 Sep 2008 17:40:35 -0000 Received: (qmail 6588 invoked by uid 48); 4 Sep 2008 17:39:11 -0000 Date: Thu, 04 Sep 2008 17:40:00 -0000 Message-ID: <20080904173911.6587.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/37360] [4.4 Regression] ICE in haifa-sched.c when compiling __popcountsi2 from libgcc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "daney 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: 2008-09/txt/msg00558.txt.bz2 ------- Comment #8 from daney at gcc dot gnu dot org 2008-09-04 17:39 ------- It is reproducible in a cross compiler as well. This is my command line: /home/daney/gccsvn/mipsel-trunk/gcc/cc1 -fpreprocessed j.i -quiet -march=sb1 -O2 -o j.s Changing to -march={mips32,mips32r2,r5000} "fixes" the problem. It seems to be sb1 specific. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37360