[Bug c++/44045] initialization of array of shared_ptr's with initializer list causes compiler segfault

2010-05-09 Thread lynczu at gmail dot com
--- Comment #6 from lynczu at gmail dot com 2010-05-09 09:58 --- reopened then -- lynczu at gmail dot com changed: What|Removed |Added Status|RESOLVED

[Bug libstdc++/44045] initialization of array of shared_ptr's with initializer list causes compiler segfault

2010-05-08 Thread lynczu at gmail dot com
--- Comment #4 from lynczu at gmail dot com 2010-05-08 23:44 --- On my two different systems it ends with segfault and on a third one (with Ubuntu gcc-4.4.0) it throws "incompatible types in assignment" error. So apparently I was in a bit too hurry in filling this bug error, s

[Bug libstdc++/44045] initialization of array of shared_ptr's with initializer list causes compiler segfault

2010-05-08 Thread lynczu at gmail dot com
--- Comment #2 from lynczu at gmail dot com 2010-05-08 23:09 --- Created an attachment (id=20609) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20609&action=view) preprocessed file gcc-4.5.0 x86 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44045

[Bug libstdc++/44045] initialization of array of shared_ptr's with initializer list causes compiler segfault

2010-05-08 Thread lynczu at gmail dot com
--- Comment #1 from lynczu at gmail dot com 2010-05-08 23:08 --- Created an attachment (id=20608) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20608&action=view) preprocessed file gcc-4.4.4 x86_64 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44045

[Bug libstdc++/44045] New: initialization of array of shared_ptr's with initializer list causes compiler segfault

2010-05-08 Thread lynczu at gmail dot com
mit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. -- Summary: initialization of array of shared_ptr's with initializer list causes compiler segfault Product: gcc V