aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-03-13 21:10:07 +0000
committerTom Tromey <tromey@gcc.gnu.org>2008-03-13 21:10:07 +0000
commit14ccf8003e6b3977fc0895bbe80335e5d2bdf8e3 (patch)
tree5f5d1ece2626b71732e651e128c1cd46bd507234 /libcpp/ChangeLog
parentca8bfb99cd460bb819a8e711f1cdcaf058106daf (diff)
downloadgcc-14ccf8003e6b3977fc0895bbe80335e5d2bdf8e3.zip
gcc-14ccf8003e6b3977fc0895bbe80335e5d2bdf8e3.tar.gz
gcc-14ccf8003e6b3977fc0895bbe80335e5d2bdf8e3.tar.bz2
re PR preprocessor/35322 (ICE with incomplete macro)
gcc/testsuite PR libcpp/35322: * gcc.dg/cpp/pr35322.c: New file. libcpp PR libcpp/35322: * directives.c (destringize_and_run): Set pfile->directive. From-SVN: r133195
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index a6be847c..8e8dfe4 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-13 Tom Tromey <tromey@redhat.com>
+
+ PR libcpp/35322:
+ * directives.c (destringize_and_run): Set pfile->directive.
+
2008-03-06 Markus Milleder <markus.milleder@generali.at>
PR preprocessor/35458