Bug#270854: ICE: in make_decl_rtl, at varasm.c:752

2004-10-04 Thread André Wöbbeking
I forwarded this one to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17827 André

Bug#270854: ICE: in make_decl_rtl, at varasm.c:752

2004-09-09 Thread Andre Woebbeking
Package: g++-3.4 Version: 3.4.2-2 Severity: important Hi, the following code doesn't compile. It's related to my BR #233548 André struct Dummy { void foo(); }; const bool g_bAlways = false; int main() { bool test; if (g_bAlways) { if (Dummy* dummy = 0) {