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: [C++ patch] final? unit-at-a-time patch


Mark Mitchell wrote:
On Sat, 2003-06-21 at 15:31, Jan Hubicka wrote:

Hi,
this patch finally implements unit-at-a-time mode in C++.  I
regtested/bootstrapped it in both unit-at-a-time and non-unit-at-a-time mode.
In unit-at-a-time mode it still fails with testcase pretty1.c/pretty2.c, but I
can trigger same failure by deferring the functions via inline keyword, so it
is latent bug I will try to fix shortly too.
ext/pretty[12].C have been failing for some time. I tride to locate
when they broke, but failed. The problem is that we fail to emit the
toplevel __PRETTY_FUNCTION__ in code like

int i = (foo (__PRETTY_FUNCTION__), 1);

It'd be neat to discover when that broke

nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
         The voices in my head said this was stupid too
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk



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