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: [PATCH] PR optimization/12324


> On Fri, Oct 17, 2003 at 09:23:19AM +0200, Jan Hubicka wrote:
> > I tried that path some time ago and hit the problems with C++ frontend
> > that uses deferring for functions that are not complette yet ...
> 
> Ug.  I am indeed familiar with the problems there.
> 
> Ok, go with what you have here.  When we eventually get C++ using
> unit at a time for its function deferral, we can easilly grep and
> remove these defer output settings.

Actually you should have a followup containing patch that disables the
function deferring.  It looks like we fixed all the problems I had when
I tried that month or two ago.

Concerning the C++ function deferral,  did you made some progress on
your plan you mentioned last month?

Honza
> 
> 
> r~


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