From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14293 invoked by alias); 21 Sep 2004 16:09:49 -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 14274 invoked from network); 21 Sep 2004 16:09:47 -0000 Received: from unknown (HELO geburtsjahr.neunzehnhunderteinundachtzig.de) (217.160.92.50) by sourceware.org with SMTP; 21 Sep 2004 16:09:47 -0000 Received: from bauernhof (pD9EBF137.dip.t-dialin.net [217.235.241.55]) by geburtsjahr.neunzehnhunderteinundachtzig.de (Postfix) with ESMTP id 762CF8FC82; Tue, 21 Sep 2004 18:11:04 +0200 (CEST) Received: from [192.168.1.6] (unknown [192.168.1.6]) by bauernhof (Postfix) with ESMTP id F0E8963249; Tue, 21 Sep 2004 18:09:30 +0200 (CEST) Message-ID: <41505234.2070602@physik.uni-muenchen.de> Date: Tue, 21 Sep 2004 18:22:00 -0000 From: =?ISO-8859-1?Q?Tobias_Schl=FCter?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 MIME-Version: 1.0 To: Richard Henderson , gcc@gcc.gnu.org, GCC Fortran mailing list Subject: Your patch causes regression in the Fortran frontend Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg01244.txt.bz2 The patch you submitted on Sept 13th, , with ChangeLog entry PR tree-opt/10528 * tree-inline.c (copy_body_r): Recompute bits for ADDR_EXPR, after copying its argument. causes the following regressions in the Fortran frontend on i686-pc-linux: FAIL: gfortran.fortran-torture/execute/contained_3.f90 compilation, -O2 FAIL: gfortran.fortran-torture/execute/contained_3.f90 compilation, -O3 -fomit-frame-pointer FAIL: gfortran.fortran-torture/execute/contained_3.f90 compilation, -O3 -fomit-frame-pointer -funroll-loops FAIL: gfortran.fortran-torture/execute/contained_3.f90 compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gfortran.fortran-torture/execute/contained_3.f90 compilation, -O3 -g FAIL: gfortran.fortran-torture/execute/contained_3.f90 compilation, -Os FAIL: gfortran.fortran-torture/execute/st_function.f90 compilation, -O2 FAIL: gfortran.fortran-torture/execute/st_function.f90 compilation, -O3 -fomit-frame-pointer FAIL: gfortran.fortran-torture/execute/st_function.f90 compilation, -O3 -fomit-frame-pointer -funroll-loops FAIL: gfortran.fortran-torture/execute/st_function.f90 compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gfortran.fortran-torture/execute/st_function.f90 compilation, -O3 -g FAIL: gfortran.fortran-torture/execute/st_function.f90 compilation, -Os I.e. all of these disappear if the above change is backed out. Regards, - Tobi