From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2267 invoked by alias); 16 Jul 2007 11:24:18 -0000 Received: (qmail 2232 invoked by uid 48); 16 Jul 2007 11:24:06 -0000 Date: Mon, 16 Jul 2007 11:24:00 -0000 Subject: [Bug rtl-optimization/32776] New: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rask at sygehus dot dk" 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: 2007-07/txt/msg01699.txt.bz2 The attached (slightly reduced) test case causes an ICE: $ ./xgcc -B./ -S -o /dev/null -O2 /tmp/delta/dtoa-00-o.c. [several warnings] /tmp/delta/dtoa-00-o.c:23: internal compiler error: RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 I'm using revision 126676. These are my configure flags: --target m32c-unknown-elf --with-newlib --enable-sim --disable-gdb --disable-nls --disable-multilib --enable-languages=c,c++ --enable-cxx-flags=-O2 --enable-checking=yes,rtl -- Summary: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rask at sygehus dot dk GCC target triplet: m32c-unknown-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32776