Fixes the spacing in ChangeLog entry.
authorArtjoms Sinkarovs <tema@gcc.gnu.org>
Thu, 6 Oct 2011 02:39:55 +0000 (02:39 +0000)
committerArtjoms Sinkarovs <tema@gcc.gnu.org>
Thu, 6 Oct 2011 02:39:55 +0000 (02:39 +0000)
From-SVN: r179589

gcc/ChangeLog

index b8d1671d80deced638dc2f72ee586ef2e82340cc..7623ff4c7fc9a4ebce30219955594d4f9b0da3f6 100644 (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>