[Bug 1169453] Re: g++-4.7 crush occured while compile lines like vector.emplace_back(boost::barrier(2))

2013-04-16 Thread Eugene-krokhalev-y
** Description changed:

- g++-4.7 crushed while compile following simple example
+ g++-4.7 crushed while trying to compile following simple example
  
  #include 
  #include 
  
  int main() {
- std::vector barriers;
- barriers.emplace_back(boost::barrier(2));
- return 0;
+ std::vector barriers;
+ barriers.emplace_back(boost::barrier(2));
+ return 0;
  }

-- 
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

[Bug 1169453] [NEW] g++-4.7 crush occured while compile lines like vector.emplace_back(boost::barrier(2))

2013-04-16 Thread Eugene-krokhalev-y
Public bug reported:

g++-4.7 crushed while compile following simple example

#include 
#include 

int main() {
std::vector 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


[Bug 1169453] Re: g++-4.7 crush occured while compile lines like vector.emplace_back(boost::barrier(2))

2013-04-16 Thread Eugene-krokhalev-y
version of  boost library: 1.53
compile options: "-std=c++0x"

-- 
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