From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5609 invoked by alias); 8 Nov 2011 14:04:02 -0000 Received: (qmail 5590 invoked by uid 22791); 8 Nov 2011 14:04:00 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_DF,TW_FH,TW_HK X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Nov 2011 14:03:48 +0000 Received: by wyh5 with SMTP id 5so540790wyh.20 for ; Tue, 08 Nov 2011 06:03:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.59.204 with SMTP id m12mr35632628wbh.14.1320761027272; Tue, 08 Nov 2011 06:03:47 -0800 (PST) Received: by 10.216.63.83 with HTTP; Tue, 8 Nov 2011 06:03:47 -0800 (PST) In-Reply-To: <4EB92DC3.4000100@embedded-brains.de> References: <4EB92DC3.4000100@embedded-brains.de> Date: Tue, 08 Nov 2011 14:12:00 -0000 Message-ID: Subject: Re: gcc issue From: Jonathan Wakely To: trisha yad Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-11/txt/msg00090.txt.bz2 On 8 November 2011 13:25, Sebastian Huber wrote: > On 11/08/2011 02:20 PM, trisha yad wrote: >> >> when i pass garbage option it still got pass. >> >> gdb_mips]$ gcc -odfhksdf test.c > > This is not a garbage option. =A0It creates the "dfhksdf" program (provid= ed > test.c is not garbage). Right, the -o option takes an argument, so the command is equivalent to: gcc -o dfhksdf test.c