[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-28 Thread ja11sop at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #8 from Jamie Allsop ja11sop at yahoo dot co.uk 2012-05-28 09:09:30 UTC --- (In reply to comment #7) (In reply to comment #6) (In reply to comment #4) It was a vanilla bjam build of boost 1.49, so no -std=c++11. Then

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-26 Thread ja11sop at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #7 from Jamie Allsop ja11sop at yahoo dot co.uk 2012-05-26 10:59:46 UTC --- (In reply to comment #6) (In reply to comment #4) It was a vanilla bjam build of boost 1.49, so no -std=c++11. Then technically that's not supported,

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Severity|blocker |normal ---

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-05-25 18:22:16 UTC --- I only tried briefly but couldn't reproduce a crash with boost 1.47, will try later with boost 1.49

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread ja11sop at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #4 from Jamie Allsop ja11sop at yahoo dot co.uk 2012-05-25 22:04:13 UTC --- (In reply to comment #1) (Blocker means it blocks a GCC release, so changing priority.) Is the progam_options library built with -std=c++11 ? Thanks for

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread ja11sop at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #5 from Jamie Allsop ja11sop at yahoo dot co.uk 2012-05-25 22:16:41 UTC --- (In reply to comment #2) I only tried briefly but couldn't reproduce a crash with boost 1.47, will try later with boost 1.49 For clarity I should say I

[Bug c++/53490] Segmentation Fault when accessing std::set

2012-05-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53490 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2012-05-26 00:02:13 UTC --- (In reply to comment #4) It was a vanilla bjam build of boost 1.49, so no -std=c++11. Then technically that's not supported, since there are no guarantees