diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-11-16 00:18:47 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-11-16 00:18:47 +0000 |
commit | 349368aeba4b4a7e7bc6c1c188d4759e63af2c66 (patch) | |
tree | 023bf0693321c7cbc69ec0d3b2a654958675b58a /libcpp | |
parent | 55e3bd376b2214e200fa76d12b67ff259b06c212 (diff) | |
download | gcc-349368aeba4b4a7e7bc6c1c188d4759e63af2c66.zip gcc-349368aeba4b4a7e7bc6c1c188d4759e63af2c66.tar.gz gcc-349368aeba4b4a7e7bc6c1c188d4759e63af2c66.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 8dbeffd..59f63d6 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2024-11-15 Jakub Jelinek <jakub@redhat.com> + + * expr.cc (interpret_float_suffix): Handle d64x and D64x + suffixes, adjust comment. + 2024-11-13 Jakub Jelinek <jakub@redhat.com> * expr.cc (interpret_float_suffix): Handle d32 and D32 suffixes |