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

Bug#119132: marked as done (gcc: compiler error on powerpc with va_list)



Your message dated Sun, 11 Nov 2001 16:10:07 +0100
with message-id <[🔎] 20011111161006.A27770@zebra.icicle.dhs.org>
and subject line va_list
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Nov 2001 14:46:57 +0000
>From irt@cistron.nl Sun Nov 11 08:46:57 2001
Return-path: <irt@cistron.nl>
Received: from duvel.xs4all.nl (zebra.icicle.dhs.org) [213.84.36.58] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 162vsu-0008KW-00; Sun, 11 Nov 2001 08:46:57 -0600
Received: from spark.icicle.dhs.org (spark.icicle.dhs.org [192.168.1.6])
	by zebra.icicle.dhs.org (Postfix) with SMTP id ADE631AC29
	for <submit@bugs.debian.org>; Sun, 11 Nov 2001 15:46:42 +0100 (CET)
From: Ivo Timmermans <irt@cistron.nl>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gcc: compiler error on powerpc with va_list
X-Reportbug-Version: 1.35
X-Mailer: reportbug 1.35
Date: Sun, 11 Nov 2001 14:59:44 +0100
Reply-To: Ivo Timmermans <irt@cistron.nl>
Message-Id: <[🔎] 20011111144642.ADE631AC29@zebra.icicle.dhs.org>
Delivered-To: submit@bugs.debian.org

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-----

---------------------------------------
Received: (at 119132-done) by bugs.debian.org; 11 Nov 2001 15:10:24 +0000
>From ivo@icicle.dhs.org Sun Nov 11 09:10:24 2001
Return-path: <ivo@icicle.dhs.org>
Received: from duvel.xs4all.nl (zebra.icicle.dhs.org) [213.84.36.58] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 162wFX-0001Yy-00; Sun, 11 Nov 2001 09:10:19 -0600
Received: by zebra.icicle.dhs.org (Postfix, from userid 1000)
	id 6BCD51AC29; Sun, 11 Nov 2001 16:10:07 +0100 (CET)
Date: Sun, 11 Nov 2001 16:10:07 +0100
From: Ivo Timmermans <irt@cistron.nl>
To: 119132@bugs.debian.org, 119132-done@bugs.debian.org
Subject: va_list
Message-ID: <[🔎] 20011111161006.A27770@zebra.icicle.dhs.org>
Reply-To: irt@cistron.nl
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Mutt/1.3.22i
Delivered-To: 119132-done@bugs.debian.org


Ok, my error...

only after i reported the bug i found an email referencing __va_copy.

	Ivo

--=20
Seit K=EF=BF=BDptn Ahab sich mit Moses zusammengetan hatte, hatte Moby Dick
nicht mehr viel zu lachen.



Reply to: