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
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
2 matches
Mail list logo