mirror of git://gcc.gnu.org/git/gcc.git
parent
86785830c3
commit
5f4992ca45
|
@ -1,9 +1,10 @@
|
||||||
2011-10-06 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
|
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-tree.h (c_expr_t): New typedef for struct c_expr.
|
||||||
(C_EXPR_APPEND): New macro.
|
(C_EXPR_APPEND): New macro.
|
||||||
* c-parser.c (c_parser_get_builtin_args): Preserve
|
* c-parser.c (c_parser_get_builtin_args): Preserve
|
||||||
original_tree_code of c_expr structure. Fixes bconstp-3.c
|
original_tree_code of c_expr structure.
|
||||||
failure of PR50607.
|
|
||||||
(c_parser_postfix_expression): Adjust to the new function.
|
(c_parser_postfix_expression): Adjust to the new function.
|
||||||
|
|
||||||
2011-10-05 Bernd Schmidt <bernds@codesourcery.com>
|
2011-10-05 Bernd Schmidt <bernds@codesourcery.com>
|
||||||
|
|
Loading…
Reference in New Issue