From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9311 invoked by alias); 23 Sep 2004 20:13:22 -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 9294 invoked from network); 23 Sep 2004 20:13:20 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org with SMTP; 23 Sep 2004 20:13:20 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.12.11/8.12.10) with ESMTP id i8NKCArt026608; Thu, 23 Sep 2004 16:12:10 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8NKDH708764; Thu, 23 Sep 2004 16:13:17 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i8NKDHV07909; Thu, 23 Sep 2004 13:13:17 -0700 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i8NKDHQH008827; Thu, 23 Sep 2004 13:13:17 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i8NKDGRT008825; Thu, 23 Sep 2004 13:13:16 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Thu, 23 Sep 2004 23:55:00 -0000 From: Richard Henderson To: Graham Stott Cc: Tobias SchlXter , gcc@gcc.gnu.org, GCC Fortran mailing list Subject: Re: Your patch causes regression in the Fortran frontend Message-ID: <20040923201316.GB8766@redhat.com> Mail-Followup-To: Richard Henderson , Graham Stott , Tobias SchlXter , gcc@gcc.gnu.org, GCC Fortran mailing list References: <4152E765.1060702@physik.uni-muenchen.de> <20040923154512.11195.qmail@web86110.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040923154512.11195.qmail@web86110.mail.ukl.yahoo.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-09/txt/msg01357.txt.bz2 On Thu, Sep 23, 2004 at 04:45:12PM +0100, Graham Stott wrote: > Could this be related to the problem Kenner found yesterday with > inlining and shared INTEGER_CST nodes being incorrectly modified > during inlining? Don't think so. This is probably related to Andrew Pinski's PR where optimization clears the ADDRESSABLE flag. r~