summaryrefslogtreecommitdiffstats
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-19 06:05:55 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-19 06:05:55 +0000
commit9b48364fddff647aa4036a47ddceb623f63fce15 (patch)
treef3fc813b3068ddef834ae78c747c34b6b87b8722 /libcpp/ChangeLog
parent76a2f4fff059dc28d4e481fbef538828478ff22e (diff)
downloadppe42-gcc-9b48364fddff647aa4036a47ddceb623f63fce15.tar.gz
ppe42-gcc-9b48364fddff647aa4036a47ddceb623f63fce15.zip
PR preprocessor/58844
* macro.c (enter_macro_context): Only push macro_real_token_count (macro) tokens rather than macro->count tokens, regardless of CPP_OPTION (pfile, track-macro-expansion). * c-c++-common/cpp/pr58844-1.c: New test. * c-c++-common/cpp/pr58844-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207871 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index b7f2011190e..44736e0b9f1 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,11 @@
+2014-02-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/58844
+ * macro.c (enter_macro_context): Only push
+ macro_real_token_count (macro) tokens rather than
+ macro->count tokens, regardless of
+ CPP_OPTION (pfile, track-macro-expansion).
+
2014-02-07 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/56824
OpenPOWER on IntegriCloud