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] | |
On Thu, May 02, 2002 at 03:12:52PM -0400, Daniel Berlin wrote:
> > > a
> > > b = ({<.....> <value>})
> > >
> > > becomes
> > >
> > > a
> > > {<....> <new temporary> = <value>}
> > > b = <new temporary>
Doesn't this mean we have to come up with sensible semantics for
C++ types with destructors here, wrt lifetime ot temporaries?
r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |