From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16301 invoked by alias); 11 Feb 2010 08:54:51 -0000 Received: (qmail 16292 invoked by uid 22791); 11 Feb 2010 08:54:51 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Feb 2010 08:54:48 +0000 Received: from ams by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NfUov-0006IO-9R; Thu, 11 Feb 2010 03:54:45 -0500 From: "Alfred M. Szmidt" To: dclarke@blastwave.org CC: aph@redhat.com, gcc-help@gcc.gnu.org, david.kirkby@onetel.net In-reply-to: <35520.10.0.66.17.1265842168.squirrel@interact.purplecow.org> (message from Dennis Clarke on Wed, 10 Feb 2010 17:49:28 -0500 (EST)) Subject: Re: Why is gcc going to default to "GNU dialect of ISO C99?" Reply-to: ams@gnu.org References: <35520.10.0.66.17.1265842168.squirrel@interact.purplecow.org> Message-Id: Date: Thu, 11 Feb 2010 09:43:00 -0000 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg00157.txt.bz2 If you wish to use a compiler that ad hers to ISO C99, then you should use the c99 program as per POSIX 1003.1 2004; that is the proper and standard compliant way to invoke a ISO C99 compiler. What the gcc program will do by default is set by the GNU project, the g after all stands for GNU, not ISO or POSIX.