OSDN Git Service

* cpplex.c (cpp_interpret_charconst): Sign-extend each
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 23:13:04 +0000 (23:13 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 23:13:04 +0000 (23:13 +0000)
commitd507cd2fca73e8e258169f99831eb0bfd61b3188
tree15ed44a42e459ceafe9e014f17378a1a184f2bc1
parent15f8e49ba270545b48b2057b9ca5269992c27a70
* cpplex.c (cpp_interpret_charconst): Sign-extend each
character.  Don't ignore excess characters.  Treat
multicharacter character constants as signed.
(cpp_parse_escape): Clarify diagnostic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53200 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpplex.c