X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=NqiSuW7Rhehv8xv/+XvezuO68R3Hd0CKz5yUMSSLb6A=; b=gNZP+ZkrS8Vkvmv+vtwdVkwjnjYw35d/zrrTTNrZbzk/10gExwNVIaU5wpRx9J/yKq d5TzT/GTcXl1ankW4Jje4plquirmW/O0iuVe1jI6DoWqWj4X8qyzfgAQbEevhlgKov1u gvDd86FTVXw6iR4cpLHvwJ9qmw2n8e8EwsNtvqyg+qlCP7ckFyx6exuHPlaaBXGcrvY6 qczwg1YkiECWvswndDfOCR8xGAuOeMduYJG5WPN3gvZ14q5soaUwzSKMMhs0uXUYfUCv o4L/z6GqIezA+ExmryQaAINciFPy4xIPAFDCGzZY2TcpSHOgywppFWQ86aG7CjL9WgLz XwZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=NqiSuW7Rhehv8xv/+XvezuO68R3Hd0CKz5yUMSSLb6A=; b=GLduI6FDVWVQlxcHhRdNVOQSVVAjPmXwhb1spnu2+ZkbtzzAnXobifgWLGqpPiIMAb NGgcCfqufexyIeVDcleREQszFls/XwL403TTggGIZyZb7kgDm50rzw/XLFpwV7nUHG0t TiNjT2+9NrnxUsn5s/YKSym0dVOMqNXmYicnM7jRVgl4HRzTSOfnqVeZq/ygZHGzOr+P N1ysXQIaN4EdTWvjJZhtGmC9Qdeq2130HZ0l6D1J4tt60qLiRQwT7I8Z7mB6R5fUJ5VM Tti8DnuYXW8qWsjneR+8RIymEIo/YXVdL6p3wc6exq3RQfDhQ7QryEHzjUepGaiGGY/Q S3qw== X-Gm-Message-State: AN3rC/4ZLOR7RPZMUF1++WCW33SOZdtKaVt2o1/FyQy8ri+UdP1hoGEh 6o8T469d3RVm1sxH2suaP/qjFTAl9g== X-Received: by 10.176.71.133 with SMTP id v5mr22187066uac.27.1494261123036; Mon, 08 May 2017 09:32:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <6953e282-24aa-2b4e-2141-385d8b443111@iki.fi> References: <6953e282-24aa-2b4e-2141-385d8b443111 AT iki DOT fi> From: "Rugxulo (rugxulo AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" Date: Mon, 8 May 2017 11:32:02 -0500 Message-ID: Subject: Re: gcc-7.1.0 To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Tue, May 2, 2017 at 11:56 PM, Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com] wrote: > Files for gcc-7.1.0 for testing are at > > http://ap1.pp.fi/djgpp/gcc/7.1.0/ > > No additional tests done yet except of bootstrapping it (so I see it can > compile itself). > > I'll upload them to ftp.delorie.com later if no serious problems will be > found I see the .ZIPs already on mirror, but there's no announcement yet. (I assume it's coming soon.) A quick check of GCC (with C) works okay, but __DATE__ and __TIME__ are always wrong, regardless of %TZ% (set correctly or even empty) or actual system time setting. No idea why. Rebuilding Engine3d (with Ada) works fine. Gnatmake surprisingly seems to now work (again, like back in 4.9.x days) with "-P e3d.gpr". And using BinUtils (2.28) seems to not only not crash on "--gc-sections" (as mentioned in e3d.gpr when using -XBuild_Mode=Small), but it actually seems to work (and saves like 20%, roughly 620 kb vs 800 kb). Both output binaries (with or without "--gc-sections") seem to run correctly. I forgot to test C++ (p7zip).