diff options
| author | Tom Tromey <tromey@redhat.com> | 2007-08-18 17:54:11 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-08-18 17:54:11 +0000 |
| commit | cda5e672d80cf69da6901c62ec155a0731277b95 (patch) | |
| tree | 4c75e2cbaa26bf6fb1d0cb5e2c8b8967e47c1bc2 /libcpp/ChangeLog | |
| parent | c8aea42ce2c691e4e891476c456f4650d3757810 (diff) | |
| download | gcc-cda5e672d80cf69da6901c62ec155a0731277b95.tar.gz gcc-cda5e672d80cf69da6901c62ec155a0731277b95.tar.bz2 gcc-cda5e672d80cf69da6901c62ec155a0731277b95.zip | |
re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.)
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.
From-SVN: r127614
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 6 |
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. |
