This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++] PATCH to build_vec_init for c++/12253
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 18 Dec 2003 21:40:28 +0100
- Subject: Re: [C++] PATCH to build_vec_init for c++/12253
- Organization: Integrable Solutions
- References: <xypr7z1vrq6.fsf@miranda.boston.redhat.com>
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