Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264048AbUDFW3Z (ORCPT ); Tue, 6 Apr 2004 18:29:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264049AbUDFW3Z (ORCPT ); Tue, 6 Apr 2004 18:29:25 -0400 Received: from jurassic.park.msu.ru ([195.208.223.243]:29201 "EHLO jurassic.park.msu.ru") by vger.kernel.org with ESMTP id S264048AbUDFW3X (ORCPT ); Tue, 6 Apr 2004 18:29:23 -0400 Date: Wed, 7 Apr 2004 02:29:22 +0400 From: Ivan Kokshaysky To: Stefan Wanner Cc: Richard Henderson , linux-kernel@vger.kernel.org Subject: Re: 2.6.5-rc3: Parse error in traps.c on Alpha Message-ID: <20040407022922.A841@den.park.msu.ru> References: <3B75AEAB-8807-11D8-A1B6-000393C43976@postmail.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B75AEAB-8807-11D8-A1B6-000393C43976@postmail.ch>; from stefan.wanner@postmail.ch on Tue, Apr 06, 2004 at 10:16:05PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 770 Lines: 21 On Tue, Apr 06, 2004 at 10:16:05PM +0200, Stefan Wanner wrote: > I still have this problem in 2.6.5 ... > > arch/alpha/kernel/traps.c: In function `opDEC_check': > > arch/alpha/kernel/traps.c:55: parse error before `[' ... > > gcc version 2.95.4 20011002 (Debian prerelease) This can be compiled only with gcc version >= 3.1. Richard, should we explicitly state the minimal gcc version requirement for 2.6 on Alpha somewhere, or just change the opDEC inline asm to use older syntax? To me, both ways look acceptable. Ivan. - 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/