parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x keyword warning to ...
authorDouglas Gregor <doug.gregor@gmail.com>
Sun, 4 Feb 2007 03:59:02 +0000 (03:59 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Sun, 4 Feb 2007 03:59:02 +0000 (03:59 +0000)
commitf1283f8fade5cb9063936fe13347fd349208f9b3
treeb52cf146776ac49362312f99b9eebd7a3d9ecc63
parentda55315a51eb6231f9ffa49528555884f6260a8a
parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x keyword warning to -Wc++0x-compat.

2007-02-03  Douglas Gregor  <doug.gregor@gmail.com>

       * parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x
       keyword warning to -Wc++0x-compat.

From-SVN: r121563
gcc/cp/ChangeLog
gcc/cp/parser.c