From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 22 Aug 2007 07:06:18 +0100 (BST) Received: from mx12.go2.pl ([193.17.41.142]:22223 "EHLO poczta.o2.pl") by ftp.linux-mips.org with ESMTP id S20022517AbXHVGGP (ORCPT ); Wed, 22 Aug 2007 07:06:15 +0100 Received: from poczta.o2.pl (mx12 [127.0.0.1]) by poczta.o2.pl (Postfix) with ESMTP id D9F153E8054; Wed, 22 Aug 2007 08:06:08 +0200 (CEST) Received: from ff.dom.local (bv170.internetdsl.tpnet.pl [80.53.205.170]) by poczta.o2.pl (Postfix) with ESMTP; Wed, 22 Aug 2007 08:06:08 +0200 (CEST) Received: (nullmailer pid 2099 invoked by uid 1000); Wed, 22 Aug 2007 06:07:14 -0000 Date: Wed, 22 Aug 2007 08:07:13 +0200 From: Jarek Poplawski To: Segher Boessenkool Cc: Adrian Bunk , linux-kernel@vger.kernel.org, Andrew Morton , Linus Torvalds , Andi Kleen , linux-arch@vger.kernel.org, Randy Dunlap , Chris Wedgwood , Glauber de Oliveira Costa , linux-mips@linux-mips.org, Oliver Pinter , Greg KH , Al Viro , len.brown@intel.com Subject: Re: RFC: drop support for gcc < 4.0 Message-ID: <20070822060713.GA1684@ff.dom.local> References: <20070821132038.GA22254@ff.dom.local> <20070821093103.3c097d4a.randy.dunlap@oracle.com> <20070821173550.GC30705@stusta.de> <20070821191959.GC2642@bingen.suse.de> <20070821195433.GE30705@stusta.de> <20070821202113.GF30705@stusta.de> <27c412eea99f1f80a3002e9668bd31f8@kernel.crashing.org> <20070821212129.GG30705@stusta.de> <17c0b56b663fce6f28b46e3c42dfbaf9@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17c0b56b663fce6f28b46e3c42dfbaf9@kernel.crashing.org> User-Agent: Mutt/1.4.2.2i Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 16237 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: jarkao2@o2.pl Precedence: bulk X-list: linux-mips On Wed, Aug 22, 2007 at 02:08:33AM +0200, Segher Boessenkool wrote: > >>>How many people e.g. test -rc kernels compiled with gcc 3.2? I confirm gcc version: ~/src/linux-2.6.23-rc3$ gcc -v Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/specs Configured with: ../gcc-3.2.3/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checkingi --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 3.2.3 glibc-2.3.2 Sorry, you have to guess this, but, after reporting long time ago some acpi make warnings, I didn't even suspect anybody would be interested more this time... It's an old box with Slackware 9.1, and this make is the last stage of testing such a hot kernel version... But, according to README gcc 3.2 seems to be legal. (I hope there would be some warning about gcc too old, anyway.) Cheers, Jarek P.