aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-02-01 11:40:50 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-02-01 11:40:50 +0000
commitdd3455f69577eed9d65e7e00161666fcfbbf444c (patch)
tree156bdfbb8b588be27cca3ec5dfcfb8123764cdcf /gcc/c-family/ChangeLog
parent31938936d740f70bede1011a8a7dbc0689b92e69 (diff)
downloadgcc-dd3455f69577eed9d65e7e00161666fcfbbf444c.zip
gcc-dd3455f69577eed9d65e7e00161666fcfbbf444c.tar.gz
gcc-dd3455f69577eed9d65e7e00161666fcfbbf444c.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index fd91628..9bce014 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-31 Marek Polacek <polacek@redhat.com>
+
+ * c-opts.cc (c_common_post_options): Add an inform saying that
+ -fconcepts-ts is deprecated and will be removed in GCC 15.
+
2024-01-27 Lewis Hyatt <lhyatt@gmail.com>
PR preprocessor/105608