aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-04-18 00:58:58 +0000
committerTom Tromey <tromey@gcc.gnu.org>2008-04-18 00:58:58 +0000
commitbf048bea9cacd1879017eed0f1ecb1de12c16dee (patch)
tree5c35a8e5b6fb34788c3fd69310012a174a5fcceb /libcpp/ChangeLog
parent723424c861e1cfc400b5cbe2e89f90d345b7b9b4 (diff)
downloadgcc-bf048bea9cacd1879017eed0f1ecb1de12c16dee.tar.gz
gcc-bf048bea9cacd1879017eed0f1ecb1de12c16dee.tar.bz2
gcc-bf048bea9cacd1879017eed0f1ecb1de12c16dee.zip
re PR preprocessor/34866 (valgrind error indication in testsuite from errors.c:156:cpp_error with gcc.dg/cpp/Wmissingdirs.c)
PR libcpp/34866: * errors.c (cpp_error): Don't reference a token before the start of the current run. From-SVN: r134421
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 0eb632f92f9..0826b628a9b 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-17 Tom Tromey <tromey@redhat.com>
+
+ PR libcpp/34866:
+ * errors.c (cpp_error): Don't reference a token before the start
+ of the current run.
+
2008-04-16 Tom Tromey <tromey@redhat.com>
* Makefile.in (TAGS_SOURCES): New variable.