Bug#151196: gcc-2.95.4-9 ICE in kernel (matroxfb) code

2002-06-27 Thread Petr Vandrovec
Package: gcc-2.95 Version: 2.95.4-9 Hi, I removed debug prints from new matroxfb driver, and ... compiler died. Simplest example I was able to invent is below. If you uncomment printf(), or if you'll remove (almost) any line from computeRegs() body, it will stop ICE. gcc-3.0 (3.0.4-10) and

Bug#151182: g++-3.1: struct problems

2002-06-27 Thread Tobias Hunger
Package: g++-3.1 Version: 1:3.1.1-0pre2 Severity: normal Hi! This program is giving me headaches: struct test { char test; }; int main(int argc, char ** argv) { return 0; } ~/test > g++-3.1 -o test test.cc ~/test > g++-2.95 -o test test.cc test.cc:3: ANSI C++ fo