From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3986 invoked by alias); 11 Feb 2006 21:36:56 -0000 Received: (qmail 3977 invoked by uid 48); 11 Feb 2006 21:36:53 -0000 Date: Sat, 11 Feb 2006 21:36:00 -0000 Message-ID: <20060211213653.3976.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/23092] scalar mask for minval/maxval/sum/product In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg01134.txt.bz2 List-Id: ------- Comment #3 from tkoenig at gcc dot gnu dot org 2006-02-11 21:36 ------- Created an attachment (id=10824) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10824&action=view) patch for product Here's a patch for the product/sum case. minval/maxval could be fixed along the same lines, but the code path is differnent, but I still have to figure out what to do for the mask=.false. case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23092