On Wed, Nov 29, 2017 at 10:33:04AM +0100, Jakub Jelinek wrote:
> > - /* We need to create a name, since complex is a fundamental type. */
> > - if (!TYPE_NAME (t) && named)
> > + /* We need to create a name, since complex is a fundamental type. */
> > + if (named)
> > + {
> > +
On Tue, Nov 28, 2017 at 01:27:54PM -0500, Nathan Sidwell wrote:
> --- tree.c(revision 255202)
> +++ tree.c(working copy)
> - /* We need to create a name, since complex is a fundamental type. */
> - if (!TYPE_NAME (t) && named)
> + /* We need to create a name, since complex is a fund