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


Zack Weinberg <zack@wolery.cumb.org> said:
> On Fri, Mar 31, 2000 at 08:29:27PM +0900, Neil Booth wrote:

[...]

> > This patch fixes the following bugs:-

[...]

> > 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?
-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616

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