https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104319

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
No, whole >>= is one token (CPP_RSHIFT_EQ).
>=, >>= and >> are the only tokens that start with > character, and I think we 
>only handle >> specially (e.g. because in C++11 it is valid to have a<b<c>>
instead of a<b<c> > ).

Reply via email to