From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23066 invoked by alias); 11 Jul 2018 16:31:41 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 43165 Received: (qmail 25341 invoked by uid 1010); 11 Jul 2018 16:31:41 -0000 X-Qmail-Scanner-Diagnostics: from mail-io0-f195.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.223.195):SA:0(-1.9/5.0):. Processed in 2.1562 secs); 11 Jul 2018 16:31:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIMWL_WL_MED,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=BjCJno7udAoxrV8FhElN3m5e+Z3tt/KJwxpVgGDYVzA=; b=g+nXhTaJJ6isVeSLF/zHpTRLFYhUkMeo/ihFVCxMe9wYuLJ/VnDFu3gznQsxGNzmL5 1CNg0qjQRuHnpBhSkhP8+wns2OeizXCvXI3hTg3EkYQJxs3FogQPgWr0CXzqTuVeEU/Z Acwp67ZTlIPQeJBIvFN0tNtRZOXoWfSnOHTWcLQTNWGTWLZcoUz5/HcIcpvfmcwctatQ 5HlQGkPhEbuNpP/i2H8QIhkwZQWvXNlgfUuP2DHvL9sBdOYidMtROzw/AyzyQzSrc9qt EC1EM8Dv87ho9vpq3gkdMG9naRFymhZ2yw5XgKijGscarclexqGeYX4rxi5NHdS6bccn L10A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=BjCJno7udAoxrV8FhElN3m5e+Z3tt/KJwxpVgGDYVzA=; b=OmlhHetOslapyNJ3625GdDd7Wd7slvZNbgw5522G0Z3rwsmW3K+zE2gkzF21dbzStC BGwEz413JC2akZSdoaQW3dbkGEmEyT0pxAvDKG0zAKeowwqx8rS5IFvr5nVCJauBCjnK 6yRHdzK+8A46Kkp5oDSf5gtmuD3saZZg065hl4YmBL1PzGrz/3r+vXEKrFZzfZYNHSux EJUu31wKljb2U3fvMopBSSbANsf+Dam0ltVUBh1twh/48MoDoN2z8w5DOPOtEjeXVxDG jx4h1PmRI9AC9qcfKv+hW8wb3xYPeGBJ5MBH8ITRNgDtZKGTD7kd0ay/uY5kLTgNpQFg is8Q== X-Gm-Message-State: APt69E0ZxB6Um2tMConbSaAhRBzlgKPbtGZnTtxnOoEKMVRyq/Qui4Ts oJfyjHpYnmq/5mcIxWxrPv/mbA== X-Google-Smtp-Source: AAOMgpfQjwbE+A18yGLTtBUjqSCTnS2MGhyn5gy9g5uuKpUtv6Ru8cf9HOhVCy3t0P+1Swm8oPDEXw== X-Received: by 2002:a02:93cb:: with SMTP id z69-v6mr6883344jah.125.1531326696264; Wed, 11 Jul 2018 09:31:36 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: [PATCH] _gcc: fix a trivial bug, and update a few options From: dana In-Reply-To: Date: Wed, 11 Jul 2018 11:31:32 -0500 Cc: zsh-workers@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <63599B18-0E3F-4EE9-9092-572A34E130A5@dana.is> References: To: Jun T X-Mailer: Apple Mail (2.3445.6.18) On 11 Jul 2018, at 04:26, Jun T wrote: >Does the option '-a' exist in any versions of gcc? It looks like it was used to generate profiling information. But they = got rid of it a very long time ago (i think GCC 3.1, in 2002). Pretty safe to = remove IMO dana