From: Artjoms Sinkarovs Date: Thu, 6 Oct 2011 02:39:55 +0000 (+0000) Subject: Fixes the spacing in ChangeLog entry. X-Git-Tag: releases/gcc-4.7.0~3350 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f4992ca45497afb4d6fad31f587045121174ffe;p=thirdparty%2Fgcc.git Fixes the spacing in ChangeLog entry. From-SVN: r179589 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8d1671d80de..7623ff4c7fc9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,9 +1,10 @@ 2011-10-06 Artjoms Sinkarovs + + PR middle-end/50607 * c-tree.h (c_expr_t): New typedef for struct c_expr. (C_EXPR_APPEND): New macro. - * c-parser.c (c_parser_get_builtin_args): Preserve - original_tree_code of c_expr structure. Fixes bconstp-3.c - failure of PR50607. + * c-parser.c (c_parser_get_builtin_args): Preserve + original_tree_code of c_expr structure. (c_parser_postfix_expression): Adjust to the new function. 2011-10-05 Bernd Schmidt