https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68949
--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Wed Jan 27 19:18:33 2016 New Revision: 232896 URL: https://gcc.gnu.org/viewcvs?rev=232896&root=gcc&view=rev Log: PR c++/68949 * optimize.c (maybe_clone_body): Clear DECL_SAVED_TREE of the alias. * semantics.c (expand_or_defer_fn_1): Keep DECL_SAVED_TREE of maybe-in-charge *tor. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C Modified: branches/gcc-5-branch/gcc/cp/ChangeLog branches/gcc-5-branch/gcc/cp/optimize.c branches/gcc-5-branch/gcc/cp/semantics.c