cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide character...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 24 Feb 2002 12:52:30 +0000 (12:52 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 24 Feb 2002 12:52:30 +0000 (12:52 +0000)
commita47ed31052e27000eb57521bb4c9e600a4768a98
treeb8bc66887f2c3523f7edef448ecb1be8ff9d481a
parentcb8f73be28c7ad42f8244cc9e442c7559d39f725
cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide character constants correct.

* cpplex.c (cpp_interpret_charconst): Get signedness or
otherwise of wide character constants correct.
* cppexp.c (lex): Get signedness of wide charconsts correct.
* testsuite/gcc.dg/cpp/wchar-1.c: New test.

From-SVN: r50005
gcc/ChangeLog
gcc/cppexp.c
gcc/cpplex.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/wchar-1.c [new file with mode: 0644]