On Thu, 2020-05-07 at 17:40 +0100, Richard Sandiford wrote:
> AVX512-style masks and SVE-style predicates can be difficult
> to debug in gimple dumps, since the types are printed like this:
>
> vector(4) <unnamed type> foo;
>
> Some important details are hidden by that <unnamed type>,
> such as the number of bits in an element and whether the type
> is signed or unsigned.
>
> This patch uses an ad-hoc syntax for printing unnamed
> boolean types. Normal frontend ones should be handled
> by the earlier TYPE_NAME code.
>
> Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install?
>
> Richard
>
>
> 2020-05-07 Richard Sandiford <richard.sandif...@arm.com>
>
> gcc/
> * tree-pretty-print.c (dump_generic_node): Handle BOOLEAN_TYPEs.
OK
jeff
>