This is the mail archive of the gcc-bugs@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]

[Bug c++/67773] destructor called on temp object before and named object after move, while not being called on named object before move


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67773

--- Comment #1 from Adam Wenocur <awenocur at aol dot com> ---
compiler output:

-*- mode: compilation; default-directory: "~/compiler-test/" -*-  
Compilation started at Wed Sep 30 00:45:55                        

./compile.sh                                                      

Compilation finished at Wed Sep 30 00:45:55


the command:
./test


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