This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/41313] g++.dg/tree-prof/partition1.C compilation and execution test failures on *-apple-darwin*



------- Comment #17 from howarth at nitro dot med dot uc dot edu  2009-10-01 15:55 -------
(In reply to comment #15)
> Yeah, the patch in #11 is about the right for half the problem (darwin10), if
> it weren't for ld's warning message.  I don't know quite why it is doing that,
> so guess we'll just have to nix that idea.  So, the next best thing would be to
> just turn off hot/cold partitioning for darwin.  In override_option in
> darwin.c, just do hot_cold = 0.
> 

Won't disabling hot/cold partitioning for darwin potentially degrade the code
generation at -O3 or is this issue limited to -freorder-blocks-and-partition
only?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41313


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]