This is the mail archive of the gcc@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]

Re: Whole program optimization and functions-only-called-once.


> On Wed, Nov 4, 2009 at 1:20 PM, Toon Moene <toon@moene.org> wrote:
> > You don't happen to recall the bug number ?
> 
> It might be related to PR 41735 which I noticed when looking at the
> generated assembly and trying to compare 4.5 to 4.4.

I fixed this bug today, so it might help. But it is related to COMDAT
functions and I don't think fortran actually produce them.
We do reachability after clonning, there must be actually reason to keep
the clone, so we need to debug it.
I will try to look into it tomorrow if other new issues won't stop me
(I just got profile feedback working with LTO, it might be also
interesting if it helps your app). 

Honza
> 
> Thanks,
> Andrew Pinski


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