cppexp.c (eval_token): Permit true and false even if pedantic.
authorNeil Booth <neil@daikokuya.co.uk>
Sat, 19 Apr 2003 10:04:47 +0000 (10:04 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 19 Apr 2003 10:04:47 +0000 (10:04 +0000)
commit4e1f0f8e1fee97fc492f6204c02447a29673a954
tree95f32f4463e62cdb21c1f10503cffc8f1bba5e93
parentbf805def610dbb7c1d685ea1f5696ad503aff7aa
cppexp.c (eval_token): Permit true and false even if pedantic.

* cppexp.c (eval_token): Permit true and false even if pedantic.
testsuite:
* gcc.dg/cpp/truefalse.cpp: New test.
* gcc.dg/cpp/cpp.exp: Update.

From-SVN: r65811
gcc/ChangeLog
gcc/cppexp.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/cpp.exp
gcc/testsuite/gcc.dg/cpp/truefalse.cpp [new file with mode: 0644]