This is the mail archive of the gcc@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: 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.


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