aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-08-18 17:54:11 +0000
committerTom Tromey <tromey@redhat.com>2007-08-18 17:54:11 +0000
commit9b21aabca4addf4b1c75b2a0bb263d795ace0698 (patch)
tree4c75e2cbaa26bf6fb1d0cb5e2c8b8967e47c1bc2 /libcpp/ChangeLog
parente22bded37cc50982487dd77b4f18be0d313a3f7f (diff)
gcc/testsuite
PR preprocessor/32974: * gcc.dg/cpp/pr32974.c: New file. libcpp PR preprocessor/32974: * directives.c (parse_include): Don't check for EOL when processing #pragma dependency. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@127614 138bc75d-0d04-0410-961f-82ee72b054a4
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 0157cf3cee2..7e8dfd5a642 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-18 Tom Tromey <tromey@redhat.com>
+
+ PR preprocessor/32974:
+ * directives.c (parse_include): Don't check for EOL when
+ processing #pragma dependency.
+
2007-07-30 Ollie Wild <aaw@google.com>
* directives-only.c: New file.