On 03/30/2011 02:05 PM, Jason Merrill wrote:
First I noticed that the crash was due to non-constant CONSTRUCTORs with TREE_CONSTANT set. So I fixed that, in constructor-const.patch.
It turns out that we need to apply this patch to 4.6 as well, for bug 48726. So I'm doing that.
Jason