This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/32789] Profiling not possible with -fopenmp
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2007 10:24:27 -0000
- Subject: [Bug libgomp/32789] Profiling not possible with -fopenmp
- References: <bug-32789-14868@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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