[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2009-04-22 Thread manu at gcc dot gnu dot org
--- Comment #14 from manu at gcc dot gnu dot org 2009-04-22 15:33 --- FIXED in GCC 4.5. -- manu at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2009-04-22 Thread manu at gcc dot gnu dot org
--- Comment #13 from manu at gcc dot gnu dot org 2009-04-22 15:32 --- Subject: Bug 14875 Author: manu Date: Wed Apr 22 15:32:18 2009 New Revision: 146589 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146589 Log: 2009-04-22 Manuel Lopez-Ibanez PR c++/14875 *

[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2009-02-07 Thread manu at gcc dot gnu dot org
--- Comment #12 from manu at gcc dot gnu dot org 2009-02-07 20:29 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00971.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14875

[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2007-11-22 Thread spiridenok at tut dot by
--- Comment #11 from spiridenok at tut dot by 2007-11-22 08:39 --- Since when are "or"/"and"/"xor" C++ keywords? (In reply to comment #1) > In C++ or is a keyword for |, so this is invalid. > > Also the follow are keywords: > and& > xor^ -- spiridenok at tut dot by changed:

[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2007-02-01 Thread manu at gcc dot gnu dot org
--- Comment #10 from manu at gcc dot gnu dot org 2007-02-01 12:16 --- (In reply to comment #9) > Subject: Re: When using 'or' keyword, the error message speaks of a '||' > token > > "manu at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > > | Unless someone decides to fix the whol

[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2007-01-27 Thread gdr at cs dot tamu dot edu
--- Comment #9 from gdr at cs dot tamu dot edu 2007-01-28 04:11 --- Subject: Re: When using 'or' keyword, the error message speaks of a '||' token "manu at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | Unless someone decides to fix the whole C++ parser error handling, | this and

[Bug c++/14875] When using 'or' keyword, the error message speaks of a '||' token

2007-01-27 Thread manu at gcc dot gnu dot org
--- Comment #8 from manu at gcc dot gnu dot org 2007-01-28 02:41 --- (In reply to comment #7) > I seem to recall that when Giovanni worked on these digraph thingies, > it was pointed out that our CPP is able to mark a pp-token whether it > is a digraph or not. > Actually, it is marked