LAST_UPDATED: Thu Jan 9 20:28:35 UTC 2003
Native configuration is ia64-unknown-linux-gnu
=== g++ tests ===
Running target unix
XPASS: g++.other/init5.C Execution test
FAIL: g++.pt/repo3.C (test for excess errors)
=== g++ Summary ===
# of expected passes
Is it likely this will be addressed in the gcc-3.2 branch?
Ryan Murray writes:
> Package: gcc-3.2
> Version: 1:3.2.2ds4-0pre5
> Severity: grave
>
> The version of libtool used to build this source package is too old to
> correctly support shared libraries for the Debian mips and mipsel
> architec
Package: gcc-3.2
Version: 2.3.1-9
Severity: important
Distilled from the gpc bootstrap failure on sparc-linux:
#include
int main ()
{
FILE *s = fopen("foobar","w");
char a[4] = { 0, 0, -1, 0 };
printf ("%i\n", fwrite_unlocked (a, 1, 4, s));
}
$ gcc-2.95 -O2 fbug.c && ./a.out
4
$ gcc-3.0
3 matches
Mail list logo