This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/26493] -freorder-blocks-and-partition is a dud without generated profiling data
- 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: 30 Apr 2007 22:48:53 -0000
- Subject: [Bug rtl-optimization/26493] -freorder-blocks-and-partition is a dud without generated profiling data
- References: <bug-26493-4603@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pinskia at gcc dot gnu dot org 2007-04-30 23:48 -------
(In reply to comment #6)
> But when I try to further link this object file with other object files to
> produce an executable, the .text.unlikely section is missing from the final
> executable. I've tried this with gcc4.1.2/ld2.15 and then again with
> gcc4.1.1/ld2.17 with the same results.
What do you mean by missing? The default linker scripts combines .text.* into
.text (but puts together those sections first).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26493