diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-03-04 16:33:23 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2005-03-04 16:33:23 +0100 |
commit | 730967114bbf3cc902659a26cf43e5005c86977a (patch) | |
tree | 421272499f1b4f88b03e1b37bb0db355e0350e71 /libcpp/ChangeLog | |
parent | 7445392c29b2b16391e41bee61cfbe32d492ddf5 (diff) | |
download | gcc-730967114bbf3cc902659a26cf43e5005c86977a.tar.gz |
re PR preprocessor/20282 (gcc4 can not bootstrap itself anymore)
PR bootstrap/20282
PR bootstrap/20305
* macro.c (replace_args, cpp_get_token): Copy whole
cpp_token_u instead of just cpp_string field from it.
From-SVN: r95887
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 1f441b19b9d..b246de782da 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2005-03-04 Jakub Jelinek <jakub@redhat.com> + + PR bootstrap/20282 + PR bootstrap/20305 + * macro.c (replace_args, cpp_get_token): Copy whole + cpp_token_u instead of just cpp_string field from it. + 2005-02-28 Devang Patel <dpatel@apple.com> * directives.c (do_line): Save sysp early before line table is |