This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/38292] [4.3/4.4/4.5/4.6 Regression] corrupted profile info with -O[23] -fprofile-use
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 8 Jan 2011 15:32:07 +0000
- Subject: [Bug gcov-profile/38292] [4.3/4.4/4.5/4.6 Regression] corrupted profile info with -O[23] -fprofile-use
- Auto-submitted: auto-generated
- References: <bug-38292-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38292
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2011.01.08 15:32:01
CC| |hubicka at gcc dot gnu.org
Ever Confirmed|0 |1
Known to fail| |
--- Comment #11 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-08 15:32:01 UTC ---
Richard's reorg of profiling to SSA uncovered some of issues with pure&const
functions that are fixed in the current mainline. Can you, please, check if
that solves your problem?