From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 24123 invoked from network); 25 Jul 2020 17:44:09 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 25 Jul 2020 17:44:09 -0000 Received: (qmail 14423 invoked by alias); 25 Jul 2020 17:43:56 -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: Sender: zsh-workers@zsh.org X-Seq: 46261 Received: (qmail 15714 invoked by uid 1010); 25 Jul 2020 17:43:56 -0000 X-Qmail-Scanner-Diagnostics: from mail-oi1-f170.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25877. spamassassin: 3.4.4. Clear:RC:0(209.85.167.170):SA:0(-1.9/5.0):. Processed in 5.239617 secs); 25 Jul 2020 17:43:56 -0000 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.167.170 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9YFoRoNyuA1BexSQME6gmOFBv4FljOTp6AuSJFClrKU=; b=HzOL5ibS4Nhf875U2VC+DuppZfD0bnunglvDJOYZOdvTFk8+7ljN1tji2eWUVX45t/ hlM6eBeH1YeUsXhKh5g3ZmKMT4UHuTpaCJ1il0jKT7PEXMJE206RM6lJP4Atx/FAX2Fu zSanp7SOmi8Nj+M2pkgWCoznYY9NMQe0wM9ybW3XDiCygyaP4X2huN+V6bh/NqCFlydI 77mVi7dQtBIUFPrzKr500wzozO9/44XgT4Nh6eDUSYi7QS8ntEpY+fJyY1XQnJTKkcCs h4Bmm4lZvv6Jal7wyjjCnpyjzSY9inzB8x1fUaRmnVlGGLiHLQPMl8wKIfVVAmWfPI6E +XbQ== X-Gm-Message-State: AOAM533cXWQFrrCnLoBQtHrFUHP2JBm8LkqaRuU3h8tJ2TgFbRJUmQfv mNPU+A3zDriabh7RhOcTFyH/evVzQIFtnJoFDCQ43aZ/PcXSPA== X-Google-Smtp-Source: ABdhPJzMB5a0N3z9FzzH7yw8C6Z8sQEb725boIM7/BI0w9SwZOMxrCPeUk8ZvlSYGLF0jJMWeSFfrFdSAN9WYjGGwt4= X-Received: by 2002:a05:6808:a19:: with SMTP id n25mr12005774oij.84.1595698996560; Sat, 25 Jul 2020 10:43:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bart Schaefer Date: Sat, 25 Jul 2020 10:43:05 -0700 Message-ID: Subject: Re: 5.8: LTO exposes some new issues To: Daniel Shahaf Cc: =?UTF-8?Q?Tomasz_K=C5=82oczko?= , "zsh-workers@zsh.org" Content-Type: text/plain; charset="UTF-8" On Tue, Jul 21, 2020 at 11:00 PM Daniel Shahaf wrote: > > Haven't looked at the other warnings you reported. They all appear to be clashes where the same pointer is declared "extern" in a header file but not so in the original source. It looks as if the "mod_import_variable" preprocessor definition is supposed to deal with this, perhaps it's not being properly defined in the situation where Tomasz is compiling.