]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__)
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Thu, 14 Aug 2008 13:01:58 +0000 (13:01 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Thu, 14 Aug 2008 13:01:58 +0000 (13:01 +0000)
commit4265559a69290dee56a0df1e7d83610a869b02fc
treecfc90d2ea2218ab2d5b667698a0e1fd6a3647de9
parent32ff12435e068632cc28b1521b087e019ecf6717
re PR c++/28152 (Diagnostic about wrong use _Complex prints __complex__)

2008-08-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

        PR c/28152
* c-parser.c (c_lex_one_token): Do not store the canonical spelling
for keywords.
testsuite/
* gcc.dg/parser-pr28152.c: New.
* gcc.dg/parser-pr28152-2.c: New.

From-SVN: r139097
gcc/ChangeLog
gcc/c-parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/parser-pr28152-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/parser-pr28152.c [new file with mode: 0644]