aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-11-25 00:17:46 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-11-25 00:17:46 +0000
commit77cf1dba78b25f2e57bdbcffd6499a288772e700 (patch)
tree067bf4c1dbee9ca48899128df9db8f50c94a60d7 /gcc/c-family/ChangeLog
parent5d4abd9219dfa53b52b341255e99139bb6cad302 (diff)
downloadgcc-77cf1dba78b25f2e57bdbcffd6499a288772e700.zip
gcc-77cf1dba78b25f2e57bdbcffd6499a288772e700.tar.gz
gcc-77cf1dba78b25f2e57bdbcffd6499a288772e700.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 69459fd..25ab676 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,17 @@
+2023-11-24 Lewis Hyatt <lhyatt@gmail.com>
+
+ PR pch/112319
+ * c-ppoutput.cc (cb_read_pch): Reinitialize the frontend parser
+ after loading a PCH.
+
+2023-11-24 Tobias Burnus <tobias@codesourcery.com>
+
+ * c.opt (-Wopenmp): Add missing tailing '.'.
+
+2023-11-24 Tobias Burnus <tobias@codesourcery.com>
+
+ * c.opt (Wopenmp): Add, enable by default.
+
2023-11-23 Marek Polacek <polacek@redhat.com>
* c-opts.cc: Include "target.h".