From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9111 invoked by alias); 1 Nov 2008 13:38:32 -0000 Received: (qmail 32256 invoked by uid 48); 1 Nov 2008 13:37:10 -0000 Date: Sat, 01 Nov 2008 13:38:00 -0000 Message-ID: <20081101133710.32255.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/35681] wrong result for vector subscripted array expression in MVBITS In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "domob 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: 2008-11/txt/msg00037.txt.bz2 ------- Comment #16 from domob at gcc dot gnu dot org 2008-11-01 13:37 ------- This commit implements correct dependency and temporary handling if the arguments to MVBITS are *not* expressions; thus it does not yet fix the original test, although it fixes it if the parentheses are taken off the first argument. This other problem with ELEMENTAL scalarization will be part 2... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35681