summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-10-12 11:25:59 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2006-10-12 11:25:59 +0200
commitde000d222aa7f081441b9d48eddff9301fc3d8b2 (patch)
tree8c96d7cea97a044e3c22146d563038821cbac200 /libcpp/ChangeLog
parent1e96b1c34fc5653ab1cd75b8e19034f5f56a1f84 (diff)
downloadgcc-de000d222aa7f081441b9d48eddff9301fc3d8b2.tar.gz
re PR preprocessor/28709 (Bad diagnostic pasting tokens with ##)
PR preprocessor/28709 * macro.c (paste_tokens): Do error reporting here, use BUF with the spelled LHS token as opposed to spelling it again. (paste_all_tokens): Don't report errors here, just break on failure. * gcc.dg/cpp/paste14.c: New test. From-SVN: r117664
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 5871e954ee1..ae87e0ea92a 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-12 Jakub Jelinek <jakub@redhat.com>
+
+ PR preprocessor/28709
+ * macro.c (paste_tokens): Do error reporting here, use BUF with the
+ spelled LHS token as opposed to spelling it again.
+ (paste_all_tokens): Don't report errors here, just break on failure.
+
2006-10-10 Brooks Moses <bmoses@stanford.edu>
* Makefile.in: Added empty "pdf" target.