From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31141 invoked by alias); 2 Jul 2007 12:05:39 -0000 Received: (qmail 31097 invoked by uid 48); 2 Jul 2007 12:05:26 -0000 Date: Mon, 02 Jul 2007 12:05:00 -0000 Message-ID: <20070702120526.31096.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32551] incorrect output obtained from nested parallelism that is serialized In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub 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-07/txt/msg00121.txt.bz2 ------- Comment #3 from jakub at gcc dot gnu dot org 2007-07-02 12:05 ------- If you remove = 0 after tmp decl and add tmp = 0 on a line right below it (so that tmp isn't saved), it will work just fine even with pre-PR32362 gfortran. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32551