Re: 2.4.19rc3-ac4 parse error

Marek Habersack (grendel@caudium.net)
Mon, 29 Jul 2002 22:39:10 +0200


--yrj/dFKFPuw6o+aM
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jul 29, 2002 at 10:17:59PM +0200, Stefan Kleyer scribbled:
> Hi,
>=20
> I get this error while compiling:=20
My guess is that you're using gcc 2.95 possibly from Debian? (Other distros
might be affected too, I don't know). The cpp shipped with the Debian's gcc
2.95-15 doesn't parse the ##arg part of the varargs macro DRM_ERROR (or any
other) for that matter. It is supposed, per docs, to remove the comma should
the variable args (the "rest") be empty - it leaves the comma there instead,
which renders incorrect C code. I have submitted the bug to the Debian
gcc maintainers.

greetings,

marek

--yrj/dFKFPuw6o+aM
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9Raftq3909GIf5uoRAko8AJ4mjiJzykrSDeahkxz5Rst1InPSegCfc3y4
3PAuqg6Sx+klkUbMReV3mF4=
=Aipg
-----END PGP SIGNATURE-----

--yrj/dFKFPuw6o+aM--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/