From 730967114bbf3cc902659a26cf43e5005c86977a Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 4 Mar 2005 16:33:23 +0100 Subject: 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 --- libcpp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libcpp/ChangeLog') 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 + + 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 * directives.c (do_line): Save sysp early before line table is -- cgit v1.2.1