]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) in lex_ch...
authorJakub Jelinek <jakub@redhat.com>
Fri, 5 Feb 2016 19:39:48 +0000 (20:39 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 5 Feb 2016 19:39:48 +0000 (20:39 +0100)
commitb5c1c988528a8761d802e923fe0a94160810c732
tree25ec72b899a14342869ac614655061632af0f850
parent0fd9d4921f7ba2fc910078dd5271da6e8e1c9e85
re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) in lex_charconst(cpp_token const*) (c-lex.c:1252))

PR c++/69628
* charset.c (cpp_interpret_charconst): Clear *PCHARS_SEEN
and *UNSIGNEDP if bailing out early due to errors.

* g++.dg/parse/pr69628.C: New test.

From-SVN: r233186
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/pr69628.C [new file with mode: 0644]
libcpp/ChangeLog
libcpp/charset.c