From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31896 invoked by alias); 3 Jun 2010 09:11:11 -0000 Received: (qmail 31713 invoked by uid 48); 3 Jun 2010 09:10:36 -0000 Date: Thu, 03 Jun 2010 09:11:00 -0000 Message-ID: <20100603091036.31712.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/43170] gcc 4.5 20100218 bootstrap compare fails on os x 10.6 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: 2010-06/txt/msg00295.txt.bz2 ------- Comment #59 from jakub at gcc dot gnu dot org 2010-06-03 09:10 ------- Why would be volatile needed? pthread_join returning guarantees that the other thread's thread function finished, and the variable is only written in that thread, there is no data race on it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43170