diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-11-26 00:24:56 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-11-26 00:24:56 +0000 |
| commit | 93a1cf32964510d06d931024e0fb3066fee97303 (patch) | |
| tree | 7a20c35abccc62635299cdd8d63aa8e7e26fbf28 /libcpp | |
| parent | 9214e3fdf914dd2b687f13980c39ac2db7b1565f (diff) | |
Daily bump.
Diffstat (limited to 'libcpp')
| -rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6a650999eb0..266ef87639e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2024-11-25 Lewis Hyatt <lhyatt@gmail.com> + + PR preprocessor/117118 + * lex.cc (lex_raw_string): Treat an unterminated raw string the same + way for a deferred pragma as is done for other directives. + 2024-11-20 David Malcolm <dmalcolm@redhat.com> Backported from master: |
