Public bug reported:

g++-4.7 crushed while compile following simple example

#include <boost/thread.hpp>
#include <vector>

int main() {
    std::vector<boost::barrier> barriers;
    barriers.emplace_back(boost::barrier(2));
    return 0;
}

** Affects: gcc-4.7 (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "preprocessed source"
   
https://bugs.launchpad.net/bugs/1169453/+attachment/3645364/+files/ccnEp7U7.out

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1169453

Title:
  g++-4.7 crush occured while compile lines like
  vector.emplace_back(boost::barrier(2))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.7/+bug/1169453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to