[Bug c++/46304] New: g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770

2010-11-04 Thread apataki at apataki dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46304 Summary: g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: major Priority: P3

[Bug c++/46304] g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770

2010-11-04 Thread apataki at apataki dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46304 --- Comment #1 from Andras Pataki apataki at apataki dot net 2010-11-04 21:01:49 UTC --- I have also tried this code on the latest gcc 4.6 snapshot (4.6-20101030) and it also produces a crash, although with a slightly different error message

[Bug c++/46304] [4.5 Regression] g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770

2010-11-16 Thread apataki at apataki dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46304 --- Comment #8 from Andras Pataki apataki at apataki dot net 2010-11-16 15:11:04 UTC --- I can confirm that my test case now compiles and runs correctly with the 20101113 snapshot of the 4.6 compiler. However, I've noticed another strangeness