[Bug c++/55148] wrong compilation of chars: overlapped memory areas

2012-10-31 Thread icegood1980 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55148 icegood1...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolut

[Bug c++/55148] wrong compilation of chars: overlapped memory areas

2012-10-31 Thread icegood1980 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55148 icegood1...@gmail.com changed: What|Removed |Added Severity|normal |major --- Comment #3 fr

[Bug c++/55148] wrong compilation of chars: overlapped memory areas

2012-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55148 --- Comment #2 from Jonathan Wakely 2012-10-31 12:22:54 UTC --- http://gcc.gnu.org/gcc-4.7/changes.html#cxx notes "G++ now properly re-uses stack space allocated for temporary objects when their lifetime ends, which can significantly lower

[Bug c++/55148] wrong compilation of chars: overlapped memory areas

2012-10-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55148 Jonathan Wakely changed: What|Removed |Added Severity|major |normal --- Comment #1 from Jo