http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56832
--- Comment #5 from Kevin Williams 2013-04-03
12:48:58 UTC ---
The crash seems to only happen when the objects in the intializer list have
members of type std::bitset.
When I change this member to a std::set the code compiles fine.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56832
--- Comment #3 from Kevin Williams 2013-04-03
12:29:46 UTC ---
Apologies, the file failed to attach the first time. Attached now.
(In reply to comment #2)
> Created attachment 29793 [details]
> preprocess dump from g++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56832
--- Comment #2 from Kevin Williams 2013-04-03
12:28:48 UTC ---
Created attachment 29793
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29793
preprocess dump from g++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56832
Bug #: 56832
Summary: g++-4.7.2 falls over when compiling vector
intialization list
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED