new gcc-3.0 coming...

2001-05-10 Thread Ben Collins
I've got a huge hppa patch from Matt, and some other minor updates. Matthias, do you have the gpc tarball referenced in CVS? Is it needed for the upload? Any other patches anyone wants included? CVS is updated as of 5-10-2001. Ben -- ---===-=-==-=---=--

Bug#97030: gcc: seems to generate incorrect code

2001-05-10 Thread edmundo
Package: gcc Version: 1:2.95.3-7 Severity: important Maybe I've been working too hard, but this gcc seems to get this wrong with -O2: void gunc(unsigned a, unsigned b) { } unsigned func(unsigned a, unsigned b) { long long x = 0; gunc(a, b); return (x + 1) * a * b; } int main() { unsign