diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-10-31 00:18:53 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-10-31 00:18:53 +0000 |
commit | 717051a6901b1107cc264190b8ebdde21c42f371 (patch) | |
tree | 27e5adc9bbfcd7fb5d2ec036afb6b897b2a744f3 /gcc/cp | |
parent | 5e26a340b228caac04d5c33bceae0a5b7861d1b7 (diff) | |
download | gcc-717051a6901b1107cc264190b8ebdde21c42f371.zip gcc-717051a6901b1107cc264190b8ebdde21c42f371.tar.gz gcc-717051a6901b1107cc264190b8ebdde21c42f371.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e41cde2..40ff0f7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2024-10-30 Iain Sandoe <iain@sandoe.co.uk> + + PR c++/116607 + * contracts.cc (has_active_contract_condition): Use the + CONTRACT_CHAIN macro to advance through the attribute list. + 2024-10-29 David Malcolm <dmalcolm@redhat.com> PR other/116613 |