[PATCH] middle-end: Pretty-print address space of aggregates

2021-02-26 Thread Julian Brown
It's possible for an aggregate to be declared in a non-default address space, but the tree pretty-printer doesn't currently show that address space in dumps, which can be confusing. This patch adds printing of "" markers for aggregates in non-default address spaces. OK (now or for stage 1)? Than

Re: [PATCH] middle-end: Pretty-print address space of aggregates

2021-03-02 Thread Jeff Law via Gcc-patches
On 2/26/21 5:02 AM, Julian Brown wrote: > It's possible for an aggregate to be declared in a non-default address > space, but the tree pretty-printer doesn't currently show that address > space in dumps, which can be confusing. This patch adds printing of > "" markers for aggregates in non-defa