[Bug c++/43392] [C++0x]: segmentation fault with empty initializer list
--- Comment #4 from paolo dot carlini at oracle dot com 2010-05-31 09:29 --- Works in current 4_4-branch, 4_5-branch, and mainline. -- paolo dot carlini at oracle dot com changed: What|Removed |Added ---
[Bug c++/43392] [C++0x]: segmentation fault with empty initializer list
--- Comment #3 from catphive at catphive dot net 2010-05-31 03:43 --- I've also run into this bug on Ubuntu with gcc version: gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1 The program that triggers it for me is this: #include using std::vector; int main(int argc, char* argv[]) { vector v2 = {}