diff options
author | David Malcolm <dmalcolm@redhat.com> | 2016-08-06 18:06:30 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2016-08-06 18:06:30 +0000 |
commit | e7864d68ee80371a51f3667dc0b2102c344b41c0 (patch) | |
tree | c0caa06ec8575f87392744b9a05b0b8aed5dddfc /libcpp/ChangeLog | |
parent | 851e6c6a8e43977768b9ca8db1bfd66bfda67f2f (diff) | |
download | gcc-e7864d68ee80371a51f3667dc0b2102c344b41c0.zip gcc-e7864d68ee80371a51f3667dc0b2102c344b41c0.tar.gz gcc-e7864d68ee80371a51f3667dc0b2102c344b41c0.tar.bz2 |
Fix crash in selftest::test_lexer_string_locations_ucn4 (PR bootstrap/72823)
libcpp/ChangeLog:
PR bootstrap/72823
* charset.c (_cpp_valid_ucn): Replace overzealous assert with one
that allows for char_range to be non-NULL when loc_reader is NULL.
From-SVN: r239211
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 3a530b7..f7cc1c4 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2016-08-06 David Malcolm <dmalcolm@redhat.com> + + PR bootstrap/72823 + * charset.c (_cpp_valid_ucn): Replace overzealous assert with one + that allows for char_range to be non-NULL when loc_reader is NULL. + 2016-08-05 David Malcolm <dmalcolm@redhat.com> * charset.c (cpp_substring_ranges::cpp_substring_ranges): New |