Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 23 Jul 2001 18:23:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 23 Jul 2001 18:23:00 -0400 Received: from 216-60-128-137.ati.utexas.edu ([216.60.128.137]:54744 "HELO tsunami.webofficenow.com") by vger.kernel.org with SMTP id ; Mon, 23 Jul 2001 18:22:49 -0400 Content-Type: text/plain; charset=US-ASCII From: Rob Landley Reply-To: landley@webofficenow.com To: Andrea Arcangeli , Richard Gooch Subject: Re: user-mode port 0.44-2.4.7 Date: Mon, 23 Jul 2001 09:20:32 -0400 X-Mailer: KMail [version 1.2] Cc: linux-kernel In-Reply-To: <200107232150.f6NLosh13126@vindaloo.ras.ucalgary.ca> <20010724000933.I16919@athlon.random> In-Reply-To: <20010724000933.I16919@athlon.random> MIME-Version: 1.0 Message-Id: <01072309203206.00996@localhost.localdomain> Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Original-Recipient: rfc822;linux-kernel-outgoing On Monday 23 July 2001 18:09, Andrea Arcangeli wrote: > GCC will obviously _never_ introduce a BUG(), I never said that, the > above example is only meant to show what GCC is _allowed_ to do and what > we have to do to write correct C code. "Correct" C code as in portable C code? Standards compliant so it's portable to other compilers? The linux kernel is compiled on gcc. It always has been. Specific versions of the kernel have a specific range of "known working" gcc versions that in the past have produced a functional result. gcc is -ALLOWED- to compile code the way Borland, Watcom, or Microsoft C compilers do. Assuming somebody wants to rewrite gcc from scratch and still call the result gcc... Standards are fun, but we don't even thread posixly yet... Rob - 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/