https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83217

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Dec 15 22:16:15 2017
New Revision: 255730

URL: https://gcc.gnu.org/viewcvs?rev=255730&root=gcc&view=rev
Log:
        PR c++/83217
        * decl.c (cp_finish_decomp): If decl's type is REFERENCE_TYPE,
        call complete_type (TREE_TYPE (type)).

        * g++.dg/cpp1z/decomp33.C: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1z/decomp33.C
Modified:
    branches/gcc-7-branch/gcc/cp/ChangeLog
    branches/gcc-7-branch/gcc/cp/decl.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

Reply via email to