From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10486 invoked by alias); 20 May 2007 16:08:31 -0000 Received: (qmail 10450 invoked by uid 48); 20 May 2007 16:08:16 -0000 Date: Sun, 20 May 2007 16:08:00 -0000 Message-ID: <20070520160816.10449.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/31994] conjg(transpose(a)) produces wrong answer. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle at gcc dot gnu dot org" 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: 2007-05/txt/msg01614.txt.bz2 ------- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-05-20 17:08 ------- I think it may have to do with the order of resolving, I think pr32002 is not picking up the shape checking because the array variables are not resolved before functions using them are resolved. I think something similar could be happening here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31994