------- 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 <vector>
using std::vector;
int main(int argc, char* argv[]) {
    vector<int> v2 = {};
    return 0;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43392

Reply via email to