From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32742 invoked by alias); 17 Jul 2007 10:24:36 -0000 Received: (qmail 32702 invoked by uid 48); 17 Jul 2007 10:24:27 -0000 Date: Tue, 17 Jul 2007 10:24:00 -0000 Message-ID: <20070717102427.32701.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: "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: 2007-07/txt/msg01840.txt.bz2 ------- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-17 10:24 ------- grpof profiling is all done via a call to mcount and mcount is controlled by libc (in the GNU/Linux case glibc). So I doubt this is a GCC bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32789