[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#119132: gcc: compiler error on powerpc with 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 <stdarg.h>

int foo(int bar, ...)
{
	va_list a, b;

	a = b;
}

gcc will fail:

test2.c: In function `foo':
test2.c:7: incompatible types in assignment


Severity serious because it is holding up the build of gnutls for
powerpc.  As far as i can see powerpc is the only arch on which this
fails (tried i386, sparc, arm, ia64, hppa).


- -- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux spark 2.4.12-ac2 #1 ma okt 15 21:07:23 CEST 2001 i586
Locale: LANG=C, LC_CTYPE=nl_NL@euro

Versions of packages gcc depends on:
ii  cpp                    2:2.95.4-8        The GNU C preprocessor.
ii  cpp-2.95               1:2.95.4-0.011006 The GNU C preprocessor.
ii  gcc-2.95               1:2.95.4-0.011006 The GNU C compiler.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE77oRVbTEMl+oVcvERApXOAJ4qQjxhWshcD7LdASjwR2lBFNS4HgCgj1D1
sL+CHJT8H+MGTpJR3TxXzyI=
=0M1G
-----END PGP SIGNATURE-----



Reply to: