aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-05-26 00:16:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-05-26 00:16:23 +0000
commit3c7ae57e8824cd4807a25ce76f11e745ba830dc2 (patch)
tree0ed4dd18f45c83f15ea4205e7098ba2ea6f3d473 /gcc/cp
parent05daf617ea22e1d818295ed2d037456937e23530 (diff)
downloadgcc-3c7ae57e8824cd4807a25ce76f11e745ba830dc2.zip
gcc-3c7ae57e8824cd4807a25ce76f11e745ba830dc2.tar.gz
gcc-3c7ae57e8824cd4807a25ce76f11e745ba830dc2.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 46f1d43..3a8fe66 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-25 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/102345
+ * module.cc (module_may_redeclare): Update error message.
+
2024-05-24 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/115200