dump CTORs properly wrapped with _Literal with -gimple
authorRichard Biener <rguenther@suse.de>
Thu, 30 Jan 2020 14:43:09 +0000 (15:43 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 30 Jan 2020 14:44:24 +0000 (15:44 +0100)
commitbba18325a1021ef8690334e349c242cde23ce92a
tree26b9223f0518bb6bb4f97aa19c91447d10655f30
parentd177c49cd31131c8cededb216da30877d8a3856d
dump CTORs properly wrapped with _Literal with -gimple

This wraps { ... } in _Literal (type) for consumption by the GIMPLE FE.

2020-01-30  Richard Biener  <rguenther@suse.de>

* tree-pretty-print.c (dump_generic_node): Wrap VECTOR_CST
and CONSTRUCTOR in _Literal (type) with TDF_GIMPLE.
gcc/ChangeLog
gcc/tree-pretty-print.c