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: [basic-improvements] C++ PATCH to build_vec_init




--On Wednesday, November 27, 2002 12:26:23 PM -0500 Jason Merrill <jason@redhat.com> wrote:

On Mon, 25 Nov 2002 22:52:17 -0800, Mark Mitchell <mark@codesourcery.com>
wrote:

We do want to make sure that any destructors arising out of the
evaluation of the initializations aren't run until after all the
initializations have taken place; even though we're generating
statements, the whole initialization is one big expression.
This is not actually the case; it was clarified in DR 201.
Oh, OK.  In that case, I'm not sure what that code is doing there.  It's
quite likely that removing it is harmless.

Thanks,

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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