From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15775 invoked by alias); 28 Jun 2008 11:08:38 -0000 Received: (qmail 15767 invoked by uid 22791); 28 Jun 2008 11:08:37 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Jun 2008 11:08:18 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 26125411E7; Sat, 28 Jun 2008 13:08:15 +0200 (CEST) Date: Sat, 28 Jun 2008 11:11:00 -0000 From: Richard Guenther To: Andreas Schwab Cc: gcc-patches@gcc.gnu.org, Daniel Berlin , Diego Novillo Subject: Re: [PATCH] Re-do call-clobber computation, track non-local pt sets, fix PRs 36400, 36373 and 36344 In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (LNX 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-06/txt/msg01812.txt.bz2 On Sat, 28 Jun 2008, Andreas Schwab wrote: > Richard Guenther writes: > >> 2008-06-23 Richard Guenther >> >> PR tree-optimization/36400 >> PR tree-optimization/36373 >> PR tree-optimization/36344 >> * tree-ssa-structalias.c (var_escaped, escaped_tree, escaped_id, >> [...] > > That breaks Ada: > > /tmp/cvs/gcc-20080628/Build/./gcc/xgcc -B/tmp/cvs/gcc-20080628/Build/./gcc/ -B/tmp/cvs/gcc-20080628/Build/root/ia64-suse-linux/bin/ -B/tmp/cvs/gcc-20080628/Build/root/ia64-suse-linux/lib/ -isystem /tmp/cvs/gcc-20080628/Build/root/ia64-suse-linux/include -isystem /tmp/cvs/gcc-20080628/Build/root/ia64-suse-linux/sys-include -c -g -O2 -W -Wall -gnatpg -g -O1 -fno-inline \ > -fno-toplevel-reorder a-except.adb -o a-except.o > +===========================GNAT BUG DETECTED==============================+ > | 4.4.0 20080628 (experimental) [trunk revision 137214] (ia64-suse-linux-gnu) GCC error:| > | in process_constraint_1, at tree-ssa-structalias.c:2568 | > | Error detected around a-exexpr.adb:128 | I didn't see this on x86_64. I'll have a look. Richard.