From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6969 invoked by alias); 7 Jun 2009 06:23:06 -0000 Received: (qmail 6946 invoked by uid 48); 7 Jun 2009 06:22:56 -0000 Date: Sun, 07 Jun 2009 06:23:00 -0000 Message-ID: <20090607062256.6945.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/40362] openmp: some libgomp functions trigger data races 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-06/txt/msg00363.txt.bz2 ------- Comment #3 from pinskia at gcc dot gnu dot org 2009-06-07 06:22 ------- Except this is a false positive as thread 4 is not created when the thread 2 writes to *thr. It looks like valgrind does not know what is happening here really. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40362