From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16799 invoked by alias); 17 Jul 2007 09:55:24 -0000 Received: (qmail 16770 invoked by uid 48); 17 Jul 2007 09:55:15 -0000 Date: Tue, 17 Jul 2007 09:55:00 -0000 Message-ID: <20070717095515.16769.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgomp/32789] Profiling not possible with -fopenmp In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "theodore dot papadopoulo at sophia dot inria dot fr" 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/msg01833.txt.bz2 ------- Comment #1 from theodore dot papadopoulo at sophia dot inria dot fr 2007-07-17 09:55 ------- This is similar to the comment (maybe misplaced) of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31862 The problem, as far as I understand it is that any kind of profiling (gprof, profile-arcs, probably mudflap, ...) rely on some global variables that would need to be made thread local. I do not know how difficult this would be however.... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32789