This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14684] [lno] -fprofile-use/-fprofile-generate failure because of coverage mismatch
- 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: 22 Mar 2004 21:15:58 -0000
- Subject: [Bug bootstrap/14684] [lno] -fprofile-use/-fprofile-generate failure because of coverage mismatch
- References: <20040322211035.14684.1319@bot.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-22 21:15 -------
Know problem, -funroll-loops (which is enabled by -fprofile-use) is done at the tree level while
profiling is still done at the RTL level.
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-03-22 21:15:56
date| |
Summary|profiledbootstrap failure |[lno] -fprofile-use/-
|because of coverage mismatch|fprofile-generate failure
| |because of coverage mismatch
Target Milestone|--- |lno
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14684