This is the mail archive of the gcc-patches@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: More memory reductions on PR c++/12850


> > On what tree do you see this?
> 
> According to gcc-testresults, the failures have been present on mainline and 
> 3.4 branch since 01/30.  I personally see them on 3.4 branch.
> 
> > and when didi you updated? 
> 
> Yesterday morning.

I see, then it must be something different, unfortunately.
It looks more like I exposed latent bug in communication with cgraph
backend - C++ frontend somehow leaks the thunks to the backend, but
they appear dead.
This is quite ugly, as the thunks shall really look more like usual
functions, I will try to add some knob to the cgraph to get this
working.

Honza


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