This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH: __cxa_vec_delete* Changes
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Jonathan Wakely <cow at compsoc dot man dot ac dot uk>
- Cc: "Jeffrey D. Oldham" <oldham at codesourcery dot com>, libstdc++ at gcc dot gnu dot org
- Date: 07 Nov 2003 18:25:45 +0100
- Subject: Re: PATCH: __cxa_vec_delete* Changes
- Organization: Integrable Solutions
- References: <3FA8819D.30109@codesourcery.com><20031107171615.GA32872@compsoc.man.ac.uk>
Jonathan Wakely <cow@compsoc.man.ac.uk> writes:
| Is there an ABI reason to declare the variables (uninitialised) at the
| top of the function, rather than after the return statement?
I guess that is a carry over of C style.
| If there's no reason I'm missing, is this OK?
Yes.
-- Gaby