On Friday 03 August 2007 18:45:37 James E Keenan wrote:
> Confirmed. Over the last few weeks, my log of my 'make' output on
> Darwin has tended to run in the range of 70-73K. Tonight it ran to
> over 7.1M.
r20454 doesn't help. Of course, it looks like that's papering over the fact
that the noreturn attribute expands (for me on x86 Linux, that is) to:
#define PARROT_DOES_NOT_RETURN /[EMAIL PROTECTED]@*/
__attribute__noreturn__
... when it looks like it should be:
#define PARROT_DOES_NOT_RETURN /[EMAIL PROTECTED]@*/
__attribute__((noreturn))
So I'm not sure what went weird.
-- c