This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/7970] Arc profiling doesn't work reliably on global destructors
- 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: 5 Nov 2003 07:48:00 -0000
- Subject: [Bug middle-end/7970] Arc profiling doesn't work reliably on global destructors
- References: <20020918065602.7970.asuffield@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7970
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-08-04 00:25:55 |2003-11-05 07:48:00
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-05 07:47 -------
The problem is that the write out for the data is done before global destructors are done.