This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa-cvs corrupt
Diego Novillo wrote:-
> On Sat, 04 Jan 2003, Zack Weinberg wrote:
>
> > Phil Edwards <phil@jaj.com> writes:
> >
> > > Might I suggest a self-documenting way of causing an immediate syntax error?
> > >
> > > CRASH NOW, there are memeory problems blah blah blah
> > > /* This testcase exposed two branch shortening bugs on powerpc. */
> >
> > A distant voice on the wind whispers "#error ..."
> >
> The wind replies "we still try to compile the file anyway ..."
Yeah, #error should stop compilation like the standard requires. I've
never gotten round to fixing it. CPP would need a way to stop it lexing
any more tokens (not too hard), and a way to signal to the front end to
not do any more work.
Neil.