]> git.ipfire.org Git - thirdparty/gcc.git/commit
2019-05-14 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 09:18:15 +0000 (09:18 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 09:18:15 +0000 (09:18 +0000)
commit57e673a9f6b5bab2f767a6e75c8947ef9e31a728
treeea56db94f58d694da9739b8e957750178c3416a1
parent788afe4e5c781e03f9ef0e7fa1a61fb8d639ad5f
2019-05-14  Richard Biener  <rguenther@suse.de>

* gimple-parser.c (c_parser_gimple_statement): Remove
questionable auto-promotion to VIEW_CONVERT_EXPR.
(c_parser_gimple_typespec): Split out from __MEM parsing.
(c_parser_gimple_postfix_expression): Handle __VIEW_CONVERT.
* tree-pretty-print.c (dump_generic_node): Dump VIEW_CONVERT_EXPR
as __VIEW_CONVERT with -gimple.

* gcc.dg/gimplefe-40.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271203 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-pretty-print.c