This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH for c++/48281 (ICE with nested initializer_list)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]