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] Fix up array initializations from compound literal (PR c++/40948)


On 08/03/2009 01:17 PM, Jakub Jelinek wrote:
	* init.c (build_vec_init): Add CLEANUP_POINT_EXPR around
	TRY_STMTS (try_block).

I don't think this is right; I would expect it to mean that we destroy the compound literal right after we initialize it. I'll poke at this some more.


Jason


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