From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10232 invoked by alias); 11 Nov 2003 04:34:15 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10225 invoked by uid 48); 11 Nov 2003 04:34:14 -0000 Date: Tue, 11 Nov 2003 04:34:00 -0000 From: "matt at 3am-software dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20031111043412.13004.matt@3am-software.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/13004] New: ICE during -O0 DI assignment. X-Bugzilla-Reason: CC X-SW-Source: 2003-11/txt/msg00902.txt.bz2 List-Id: void bug(unsigned long long *x) { *x = 60486; } compiled by: hppa--netbsd-gcc -O0 -c pabug.c will die with: pabug.c: In function `bug': pabug.c:5: error: unrecognizable insn: (insn 11 10 12 0 0x0 (set (reg:DI 95) (plus:DI (reg:DI 96) (const_int -5050 [0xffffffffffffec46]))) -1 (nil) (expr_list:REG_DEAD (reg:DI 96) (expr_list:REG_EQUAL (const_int 60486 [0xec46]) (nil)))) pabug.c:5: internal compiler error: in extract_insn, at recog.c:2175 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Using -O2 does not produce any errors. -- Summary: ICE during -O0 DI assignment. Product: gcc Version: 3.3.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: matt at 3am-software dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64--netbsd GCC host triplet: x86_64--netbsd GCC target triplet: hppa--netbsd http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13004