From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1591 invoked by alias); 11 Oct 2014 15:51:41 -0000 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 Received: (qmail 1581 invoked by uid 89); 11 Oct 2014 15:51:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f177.google.com Received: from mail-lb0-f177.google.com (HELO mail-lb0-f177.google.com) (209.85.217.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 11 Oct 2014 15:51:40 +0000 Received: by mail-lb0-f177.google.com with SMTP id w7so4626385lbi.36 for ; Sat, 11 Oct 2014 08:51:36 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.147.74 with SMTP id ti10mr12228619lbb.29.1413042696293; Sat, 11 Oct 2014 08:51:36 -0700 (PDT) Received: by 10.112.173.6 with HTTP; Sat, 11 Oct 2014 08:51:36 -0700 (PDT) In-Reply-To: References: Date: Sat, 11 Oct 2014 15:51:00 -0000 Message-ID: Subject: Re: stop gcc From: Bert Wesarg To: Ali Abdul Ghani Cc: "gcc-help@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00074.txt.bz2 Hi, On Sat, Oct 11, 2014 at 5:47 PM, Ali Abdul Ghani wrote: > hi list > I have a question > can i stop gcc in assembler Stage? if you mean 'before running the assembler' than use -S instead of -c Bert