From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2550 invoked by alias); 22 Sep 2010 21:39:57 -0000 Received: (qmail 32680 invoked by uid 48); 22 Sep 2010 21:39:34 -0000 Date: Wed, 22 Sep 2010 21:39:00 -0000 Message-ID: <20100922213934.32679.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/45744] [4.6 Regression] ICE with -O1 in gfc_conv_expr_op, at fortran/trans-expr.c:1366 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2010-09/txt/msg02528.txt.bz2 ------- Comment #8 from dominiq at lps dot ens dot fr 2010-09-22 21:39 ------- The patch in comment #6 fixes this PR, but gfortran.dg/dependency_35.f90 fails: ... output is: /opt/gcc/work/gcc/testsuite/gfortran.dg/dependency_35.f90:19.6: a = matmul(b,c) + d 1 Warning: Creating array temporary at (1) /opt/gcc/work/gcc/testsuite/gfortran.dg/dependency_35.f90:22.6: e = sum(b,1) + 3 1 Warning: Creating array temporary at (1) FAIL: gfortran.dg/dependency_35.f90 -O (test for excess errors) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45744