From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9767 invoked by alias); 11 May 2003 23:47:04 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 9718 invoked from network); 11 May 2003 23:47:03 -0000 Received: from unknown (HELO gauvain.u-strasbg.fr) (130.79.74.5) by sources.redhat.com with SMTP; 11 May 2003 23:47:03 -0000 Received: from pop by gauvain.u-strasbg.fr with local (Exim 3.36 #1 (Debian)) id 19F0X0-0005wU-00; Mon, 12 May 2003 01:47:02 +0200 Date: Sun, 11 May 2003 23:47:00 -0000 To: Andreas Jaeger Cc: gcc@gcc.gnu.org Subject: Re: bootstrap of tree-ssa fails with ada Message-ID: <20030511234702.GA22375@gauvain.u-strasbg.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i From: =?iso-8859-1?Q?Pop_S=E9bastian?= X-SW-Source: 2003-05/txt/msg01064.txt.bz2 On Fri, Jan 03, 2003 at 10:42:30AM +0100, Andreas Jaeger wrote: > > On i686-linux-gnu the current tree-ssa CVS version fails with: > stage1/xgcc -Bstage1/ -B/opt/gcc/tree-ssa-20020619-branch/i686-pc-linux-gnu/bin/ -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I/cvs/gcc-tree-ssa-20020619-branch/gcc/ada /cvs/gcc-tree-ssa-20020619-branch/gcc/ada/errout.adb -o ada/errout.o > +===========================GNAT BUG DETECTED==============================+ > | 3.5-tree-ssa 20021226 (experimental) (i686-pc-linux-gnu) GCC error: | > | in walk_tree, at tree-inline.c:1354 | > | Error detected at /cvs/gcc-tree-ssa-20020619-branch/gcc/ada/errout.adb:477:28| > | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | > | 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. | > +==========================================================================+ > [...] > (gdb) p code > $1 = PLACEHOLDER_EXPR > > So, is the PLACEHOLDER_EXPR wrong here - or should it get handled? > ada/errout.adb compiles fine now, however I'm seeing the same problem in ada/sem_util.adb : PLACEHOLDER_EXPR is not handled in walk_tree. stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/sem_util.adb -o ada/sem_util.o +===========================GNAT BUG DETECTED==============================+ | 3.5-tree-ssa 20030511 (merged 20030504) (i686-pc-linux-gnu) GCC error: | | in walk_tree, at tree-inline.c:1594 | | Error detected at ../../gcc/gcc/ada/sem_util.adb:126:21 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | 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). | +==========================================================================+