middle-end: Pretty-print address space of aggregates
authorJulian Brown <julian@codesourcery.com>
Sat, 6 Mar 2021 19:07:26 +0000 (19:07 +0000)
committerJulian Brown <julian@codesourcery.com>
Sat, 6 Mar 2021 19:09:39 +0000 (19:09 +0000)
commit0cc54a68e309df89fb47bc1fa6c23662c45eeacc
tree4b6dc2215bb99f5d69eb73ea1dd8fe7fa0b88b55
parent5b41f1c5af8bdba7ec7b7265c4ed000674310122
middle-end: Pretty-print address space of aggregates

This patch adds printing of "<address-space-N>" markers for aggregates
in non-default address spaces.

gcc/
* tree-pretty-print.c (dump_generic_node): Emit non-generic
address space info for aggregates.
gcc/tree-pretty-print.c