From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27857 invoked by alias); 27 Nov 2009 08:34:34 -0000 Received: (qmail 27836 invoked by uid 48); 27 Nov 2009 08:34:24 -0000 Date: Fri, 27 Nov 2009 08:34:00 -0000 Message-ID: <20091127083424.27835.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/41278] internal compiler error related to matmul and transpose In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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: 2009-11/txt/msg02305.txt.bz2 ------- Comment #11 from burnus at gcc dot gnu dot org 2009-11-27 08:34 ------- (In reply to comment #10) > Just a note of appreciation to Chris for reporting this bug and providing a > simple and extremely useful test case. When I get a moment, I will add Chris > to the test case as recognition. > > Shall we backport this fix to 4.4? I would say one should: The fix is extremely simple and having TRANSPOSE is not uncommon in Fortran. (Having TRANSPOSE( ) is less common, though.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41278