Core issue 2310 - conversion to base of incomplete type.
commit2f92b5756678133ff259ad863bfc97e8f61a1447
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 May 2018 18:57:55 +0000 (10 18:57 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 May 2018 18:57:55 +0000 (10 18:57 +0000)
tree14d1c41829180b70b52b834aa6a1fbe4954b8ecb
parent8ea3a5b4507f2c28cf5b0c823e487a7e324d3585
Core issue 2310 - conversion to base of incomplete type.

* class.c (build_base_path): Check COMPLETE_TYPE_P for source type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@260127 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/g++.dg/cpp0x/constexpr-base6.C [new file with mode: 0644]