diff options
| author | Eric Botcazou <ebotcazou@adacore.com> | 2011-01-04 23:18:12 +0000 |
|---|---|---|
| committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-01-04 23:18:12 +0000 |
| commit | c5a62c6fde09060ca31dc302807d1f49fb95eacf (patch) | |
| tree | 65c6ea81e590957df7711f8d5092ee7836531093 /libcpp/ChangeLog | |
| parent | c7f15f802ae87838bdd4491189a4c9fa7d31040e (diff) | |
| download | gcc-c5a62c6fde09060ca31dc302807d1f49fb95eacf.tar.gz gcc-c5a62c6fde09060ca31dc302807d1f49fb95eacf.tar.bz2 gcc-c5a62c6fde09060ca31dc302807d1f49fb95eacf.zip | |
re PR preprocessor/39213 (Preprocessor ICE with -m64 and --traditional-cpp)
PR preprocessor/39213
* directives.c (end_directive): Call _cpp_remove_overlay for deferred
pragmas as well in traditional mode.
Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r168490
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 06fd94a778c..e90f75379d6 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2011-11-04 Eric Botcazou <ebotcazou@adacore.com> + Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/39213 + * directives.c (end_directive): Call _cpp_remove_overlay for deferred + pragmas as well in traditional mode. + 2010-11-17 Ian Lance Taylor <iant@google.com> PR bootstrap/45538 |
