http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50607
--- Comment #7 from Artem Shinkarov <artyom.shinkaroff at gmail dot com> 2011-10-06 02:07:38 UTC --- bconstp-3.c failure is fixed with the commit 179588. 2011-10-06 Artjoms Sinkarovs <artyom.shinkar...@gmail.com> * 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_postfix_expression): Adjust to the new function. The problem of vect-shuffle tests should be resolved by commit 179564. Thanks, Artem.