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 to build_vec_init for c++/12253


Jason Merrill <jason@redhat.com> writes:

| We were failing to destroy temporaries after initializing an array element
| from an initializer list.  This is a semantic bug on the trunk (and at
| least back to 2.95), as well as causing a crash on the tree-ssa branch.
| 
| Tested on x86_64-pc-linux-gnu, applied to trunk and tree-ssa.  Gaby, shall
| I apply this to the 3.3 branch as well?

Yes. Thank you very much.

-- Gaby


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