Fixes the spacing in ChangeLog entry.

From-SVN: r179589
This commit is contained in:
Artjoms Sinkarovs 2011-10-06 02:39:55 +00:00
parent 86785830c3
commit 5f4992ca45

View File

@ -1,9 +1,10 @@
2011-10-06 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
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 <bernds@codesourcery.com>