aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2019-09-06 12:54:19 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2019-09-06 12:54:19 +0000
commit400b8274e6992c348a822a99ef0c38290aede386 (patch)
tree15ee707e72667a7bc08d9754ef8502189f2cdc9a /libcpp/ChangeLog
parentaff342a3c1808044323044506e0d034b55310bf1 (diff)
[preprocessor] Popping "" file names
https://gcc.gnu.org/ml/gcc-patches/2019-08/msg02069.html New # semantics for popping to "" name. libcpp/ * directives.c (do_linemarker): Popping to "" name means get the name from the include stack.. From-SVN: r275457
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index c418d75c950..1ec8541a54c 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2019-08-30 Nathan Sidwell <nathan@acm.org>
+
+ New # semantics for popping to "" name.
+ libcpp/
+ * directives.c (do_linemarker): Popping to "" name means get the
+ name from the include stack..
+
2019-09-05 Nathan Sidwell <nathan@acm.org>
PR preprocessor/91639