From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31796 invoked by alias); 22 May 2011 17:16:19 -0000 Received: (qmail 31786 invoked by uid 22791); 22 May 2011 17:16:19 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 May 2011 17:16:05 +0000 From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/49113] New: [4.7 Regression] ICE in int_cst_value, at tree.c:9970 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 22 May 2011 17:21:00 -0000 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: 2011-05/txt/msg01958.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49113 Summary: [4.7 Regression] ICE in int_cst_value, at tree.c:9970 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned@gcc.gnu.org ReportedBy: danglin@gcc.gnu.org Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu /home/dave/gnu/gcc/objdir/./gcc/xgcc -B/home/dave/gnu/gcc/objdir/./gcc/ -B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/bin/ -B/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/include -isystem /home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux/sys-include -c -g -O2 -fPIC -DELF=1 -DLINUX=1 -W -Wall -gnatpg a-calend.adb -o a-calend.o +===========================GNAT BUG DETECTED==============================+ | 4.7.0 20110522 (experimental) [trunk revision 174023] (hppa-unknown-linux-gnu) GCC error:| | in int_cst_value, at tree.c:9970 | | Error detected around a-calend.adb:1254:7 | | 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). | +==========================================================================+ Occurs in stage2. Revision 173926 was ok.