From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18142 invoked by alias); 18 Jun 2007 03:09:13 -0000 Received: (qmail 17722 invoked by uid 48); 18 Jun 2007 03:09:02 -0000 Date: Mon, 18 Jun 2007 03:09:00 -0000 Message-ID: <20070618030902.17721.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32373] not vectorized: can't determine dependence (equivalence) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-06/txt/msg01417.txt.bz2 ------- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-18 03:09 ------- The problem with the first one is that we don't pull out the load of "spaces.n" from the loop which is dealing with common blocks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32373