From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27055 invoked by alias); 25 Feb 2009 18:07:50 -0000 Received: (qmail 26976 invoked by uid 48); 25 Feb 2009 18:07:25 -0000 Date: Wed, 25 Feb 2009 18:07:00 -0000 Message-ID: <20090225180724.26975.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/31862] Loop IM and other optimizations harmful for -fopenmp 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: 2009-02/txt/msg02195.txt.bz2 ------- Comment #22 from pinskia at gcc dot gnu dot org 2009-02-25 18:07 ------- Really to me this is still a valid transformation even in the inside threads. If you want to be able to access via different threads, use locks, heavy or light weight ones. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31862