On Sun, Nov 11, 2001 at 02:59:44PM +0100, Ivo Timmermans wrote:
> Package: gcc
> Version: 2:2.95.4-8
> Severity: serious
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> When compiling the next simple C code snippet on powerpc:
>
> #include
>
> int foo(int bar, ...)
> {
> va_list
Package: gcc
Version: 2:2.95.4-8
Severity: serious
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
When compiling the next simple C code snippet on powerpc:
#include
int foo(int bar, ...)
{
va_list a, b;
a = b;
}
gcc will fail:
test2.c: In function `foo':
test2.c:7: incompatib
2 matches
Mail list logo