From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25954 invoked by alias); 29 Jun 2005 23:36:14 -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 25925 invoked by uid 48); 29 Jun 2005 23:36:09 -0000 Date: Wed, 29 Jun 2005 23:36:00 -0000 From: "danglin at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050629233607.22239.danglin@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/22239] New: i-cobol.adb:482: error: unrecognizable insn X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg03504.txt.bz2 List-Id: ../../xgcc -B../../ -c -g -O2 -fPIC -DELF=1 -DLINUX=1 -W -Wall -gnatpg i- cobol.adb -o i-cobol.o i-cobol.adb: In function 'Interfaces.Cobol.To_Display.Convert': i-cobol.adb:482: error: unrecognizable insn: (insn 213 77 83 5 i-cobol.adb:466 (set (reg/f:SI 112) (minus:SI (plus:SI (reg:SI 156) (reg/f:SI 151 [ .result___36 ])) (const_int -1 [0xffffffff]))) -1 (nil) (nil)) +===========================GNAT BUG DETECTED==============================+ | 4.1.0 20050629 (experimental) (hppa-unknown-linux-gnu) GCC error: | | in extract_insn, at recog.c:2082 | | Error detected at i-cobol.adb:989:1 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | Use a subject line meaningful to you and us to track the bug. | | Include the entire contents of this bug box in the report. | | Include the exact gcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | +==========================================================================+ Please include these source files with error report Note that list may not be accurate in some cases, so please double check that the problem can still be reproduced with the set of files listed. raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:380 The instruction is generated in the loop pass here: (insn 96 95 213 5 i-cobol.adb:466 (set (reg:SI 132) (plus:SI (subreg:SI (reg:QI 131) 0) (const_int 48 [0x30]))) -1 (nil) (nil)) (insn 213 96 97 5 i-cobol.adb:466 (set (reg/f:SI 112) (minus:SI (plus:SI (reg:SI 156) (reg/f:SI 151 [ .result___36 ])) (const_int -1 [0xffffffff]))) -1 (nil) (nil)) (insn 97 213 98 5 i-cobol.adb:466 (set (mem/s/j:QI (plus:SI (reg/f:SI 112) (const_int -1 [0xffffffff])) [14 S1 A8]) (subreg:QI (reg:SI 132) 3)) -1 (nil) (nil)) -- Summary: i-cobol.adb:482: error: unrecognizable insn Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: danglin at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: hppa-unknown-linux-gnu GCC host triplet: hppa-unknown-linux-gnu GCC target triplet: hppa-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22239