[Bug c++/60041] New: Strange behavior

2014-02-03 Thread qroc.work at gmail dot com
: unassigned at gcc dot gnu.org Reporter: qroc.work at gmail dot com Created attachment 32025 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32025&action=edit binary file #include using namespace std; struct Foo { Foo( int i ) : i_( i ) { } int i_; }; voi

[Bug c++/60041] Strange behavior

2014-02-03 Thread qroc.work at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60041 --- Comment #3 from qRoC --- cout