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]

Re: cpplib: expression parser


Horst von Brand wrote:-

> > > o "#if 1 + + + 1" was accepted.
> 
> What is wrong with that? It should be taken as:
> 
>  1 + (+(+1))
> 
> (Unary '+'s), or am I totally lost here?

Hmmm, on second thoughts I'm inclined to agree with you.  Zack?
Should I remove this test?  If so, I'll take it out with patch 3.

Neil.

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