Path: utzoo!telly!ddsw1!mcdchg!rutgers!ukma!tut.cis.ohio-state.edu!cs.utexas.edu!sm.unisys.com!ucla-cs!casey From: casey@CS.UCLA.EDU Newsgroups: gnu.g++.bug Subject: GNU C++ 1.27 does not call destructors for temporaries Keywords: compiler temporaries, constructors, destructors Message-ID: <16552@shemp.CS.UCLA.EDU> Date: 6 Oct 88 00:26:15 GMT Sender: news@CS.UCLA.EDU Reply-To: casey@CS.UCLA.EDU (Casey Leedom) Distribution: gnu Organization: UCLA Lines: 6 P.S. It's fairly important to our work that stack variables, including compiler temporaries be allocated (constructed) and deallocated (destructed) in ``stack order''. Unfortunately I don't know if anything in the C++ standard says anything about this. Can anyone shed any light on this issue?