]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/constexpr.c
PR c++/80829 - ICE with constexpr copy of base subobject.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2017 20:55:21 +0000 (20:55 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jun 2017 20:55:21 +0000 (20:55 +0000)
commit79cdb4f5690d1d90205c6c3c7ac038078116f61c
treee8b221007b794ca5c28e26c8c6aa77d79c8d2e01
parent7edb255125b661619e44b7c3ef641e5d10d48e91
PR c++/80829 - ICE with constexpr copy of base subobject.

* constexpr.c (clear_no_implicit_zero): New.
(cxx_eval_call_expression): Call it.

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