constexpr-array22.C
342 Bytes
-
PR c++/93143 - incorrect tree sharing with constexpr. · e0804c9b
We don't unshare CONSTRUCTORs as often during constexpr evaluation, so we need to unshare them here. * constexpr.c (cxx_eval_outermost_constant_expr): Don't assume CONSTRUCTORs are already unshared. From-SVN: r280127
Jason Merrill committed