aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-10-30 00:16:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-10-30 00:16:25 +0000
commit4c61300f2b243756eb2e8c59997b4675aeb8f37a (patch)
tree40ae8eb5faaf2d29fbacfb101ee5d9861e94f67d /libcpp/ChangeLog
parent518bc4ef87eaf9dde8fbc83120a24ac0888c56e0 (diff)
downloadgcc-4c61300f2b243756eb2e8c59997b4675aeb8f37a.zip
gcc-4c61300f2b243756eb2e8c59997b4675aeb8f37a.tar.gz
gcc-4c61300f2b243756eb2e8c59997b4675aeb8f37a.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 32c91eb..82e0eca 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,12 @@
+2021-10-29 Tobias Burnus <tobias@codesourcery.com>
+
+ PR c++/102409
+ * directives.c (destringize_and_run): Add PRAGMA_OP to the
+ CPP_PRAGMA token's flags to mark is as coming from _Pragma.
+ * include/cpplib.h (PRAGMA_OP): #define, to be used with token flags.
+ * macro.c (collect_args): Only handle CPP_PRAGMA special if PRAGMA_OP
+ is set.
+
2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
PR other/102663