This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Thu Mar 23 06:42:14 2023 Received: from spaans.ds9a.nl (adsl-xs4all.ds9a.nl [213.84.159.51]) by kylie.puddingonline.com (8.11.6/8.11.6) with SMTP id g8HK8Fi05864 for ; Tue, 17 Sep 2002 22:08:16 +0200 Received: (qmail 12537 invoked from network); 17 Sep 2002 19:52:24 -0000 Received: from unknown (HELO spaans.ds9a.nl) (3ffe:8280:10:360:202:44ff:fe2a:a1dd) by mayo.ipv6.ds9a.nl with SMTP; 17 Sep 2002 19:52:24 -0000 Received: (qmail 13097 invoked by uid 1000); 17 Sep 2002 19:42:28 -0000 MBOX-Line: From linux-kernel-owner@vger.kernel.org Tue Sep 26 07:47:56 2000 Received: (maildatabase); juh Received: (qmail 10920 invoked by alias); 26 Sep 2000 07:34:34 -0000 Received: (qmail 10857 invoked from network); 26 Sep 2000 07:19:59 -0000 Received: from server.ds9a.tudelft.nl (HELO home.ds9a.nl) (10.0.0.1) by spaans.ds9a.nl with SMTP; 26 Sep 2000 07:19:59 -0000 Received: (qmail 27292 invoked by uid 0); 26 Sep 2000 06:19:43 -0000 Received: from vger.kernel.org (199.183.24.194) by home.ds9a.nl with SMTP; 26 Sep 2000 06:19:43 -0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 26 Sep 2000 02:33:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 26 Sep 2000 02:33:45 -0400 Received: from pC19F0375.dip0.t-ipconnect.de ([193.159.3.117]:5893 "EHLO mnlpc.dtro.e-technik.tu-darmstadt.de") by vger.kernel.org with ESMTP id ; Tue, 26 Sep 2000 02:33:36 -0400 Received: (from mnl@localhost) by mnlpc.dtro.e-technik.tu-darmstadt.de (8.9.3/8.9.3) id IAA01083; Tue, 26 Sep 2000 08:20:49 +0200 To: linux-kernel@vger.kernel.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: message/rfc822 From: mnl@dtro.e-technik.tu-darmstadt.de (Michael N. Lipp) Date: 26 Sep 2000 08:20:49 +0200 Message-Id: Lines: 36 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Capitol Reef" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org Date: Mon, 25 Sep 2000 08:27:56 +0200 Message-Id: <200009250627.IAA04433@mnlpc.dtro.e-technik.tu-darmstadt.de> To: jorge@laser.satlink.net, agulbra@nvg.unit.no, ftom@netcom.com Subject: Can't compile linus 2.2.17 with latest gcc due to checksum.S From: "Michael N. Lipp" Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Hi, I can't compile the latest linux kernel with the latest gcc due to a strange define in checksum.S. The gcc preprocessor complains about the usage of elipses in the macros #define SRC(y...) \ 9999: y; \ .section __ex_table, "a"; \ .long 9999b, 6001f ; \ .previous #define DST(y...) \ 9999: y; \ .section __ex_table, "a"; \ .long 9999b, 6002f ; \ .previous And I do agree, they look very strange. I tried adding comma (#define SRC(y,...)) as this is what it should look like, but then I get errors for the usage lines (SRC(1:movw (%esi), %bx)) and again I understand the preprocessor very well. As egcs and gcc have re-merged and thus the latest gcc is really the next egcs, I consider this a real problem. Michael - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/