[PATCH] complex type canonicalization
authorNathan Sidwell <nathan@acm.org>
Wed, 29 Nov 2017 13:22:44 +0000 (13:22 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 29 Nov 2017 13:22:44 +0000 (13:22 +0000)
commitb7f592fc5d0770f7cebe2d45843538b37077175c
treee93b3900066167507691eaf08ec9e34857ed8fd2
parente69a816d8f323ba1f2660480da8e73ef3b30780d
[PATCH] complex type canonicalization

https://gcc.gnu.org/ml/gcc-patches/2017-11/msg02453.html
PR c++/83817
* tree.c (build_complex_type): Fix canonicalization.  Only fill in
type if it is new.

PR c++/83187
* g++.dg/opt/pr83187.C: New.

From-SVN: r255231
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr83187.C [new file with mode: 0644]
gcc/tree.c