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=yX9vLTX8J0VzP64qz4hpSMRvqd52MtxAqad588YeQPQ=; b=u7LMRT6pod/SIwRdWHxLmPP3oWpMGI3oxzohGdQyaSXLNh7LpvxQ4J/Gfk/1uZ55Zv NMzhyVblUllrXn2z6N6VXniZ87KZj1bHjfW84ogjg9deaYdETQ+AcExQ+BYmi3wahYdV rAmQLD8TytE+DqvMsz73E9m6zyuFAbCDXHHI0TQ2B9E7eyw17lmVf1FtK16E803JPdXZ DwdttjufBTCqD358Yt0+R8Mvg3Lycyuyhfno1UqeRuK2JAu/4iPzhVpNnLgNUOgAIhTc 8zWlERhoZvNMVyLpcE4+ustw6LM9kwqYh1XR+sOgarfHhRfKaE6iU1ZdXXeGl0OZBMBP E/eQ== 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=yX9vLTX8J0VzP64qz4hpSMRvqd52MtxAqad588YeQPQ=; b=T3kCIz23wifg5xjocdBu8XrHHJE3IVLw5n5YZ5mE/pk0j8J550SlzLUl6chElqlPM/ LzACuvmWMLpIL8nY6i9Wrq5DAtc7w8vMM80MjiPtJQUV3tPHFDnTLMpHS0arGrn+OfyQ 8y2zzVvSiZkyXi7VyVm/aBU0+uHZR6K3rKulRs3SqRYIju+KUuehqYLXCHVYjAVUJGX+ J3Xxe5UNdZiCd6O1agnT+wMgh7oFZ9l1F89Tlu41CJlnXhbqbmA5v2yV8q3qXsukteCF Vi24RGUgY6uW1QG+OddO+QbzT0tZZfG4uKJdJ3AeD0+nsD1ZYKTAGyoqooOscZpxJMIl iFvQ== X-Gm-Message-State: ALKqPwcn87UyBX6S6kzaJ9t4PevKj7Isfevi4+vkysdfCTHIgfBj6oCJ 35TmW8lunxkl5GCz0N2YeKDhdhbmeVAMoDT5Y2A= X-Google-Smtp-Source: AB8JxZrszoO6xxPK5UJc/gQkrqy+ck0Av3SVgHI9P+G/Qq+sb1pF692FK5ZNFkVNK3zHYfJz+PGmxsbnMBmLV9HH6rY= X-Received: by 2002:aca:49d8:: with SMTP id w207-v6mr2252431oia.293.1526000079261; Thu, 10 May 2018 17:54:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <0244cff9-6176-8aec-bbc2-6fc49602c295@iki.fi> References: <0244cff9-6176-8aec-bbc2-6fc49602c295 AT iki DOT fi> From: "Rugxulo (rugxulo AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" Date: Thu, 10 May 2018 19:54:38 -0500 Message-ID: Subject: Re: gcc-8.1.0 packages for testing 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 Wed, May 2, 2018 at 10:20 PM, Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com] wrote: > > gcc-8.1.0 packages (both DJGPP native compiler and cross-compiler RPMs) are > available for testing at > > http://ap1.pp.fi/djgpp/gcc/8.1.0/ > http://ap1.pp.fi/djgpp/gcc/gcc-version-index.html > > I have not have done any additional testing except of building the compiler > (bootstrapping native compiler ensures that it works for building itself). > > I'll upload the same packages to ftp.delorie.com sometime later unless > serious enough problems found. > > Happy testing, Thanks again for your efforts. __DATE__ is still wrong (says 2106) but otherwise seems to work okay. I was able to rebuild a working p7zip 16.02 (7za.exe) via G++ 8.1.0 with no (extra) problems. The resulting .EXE works as expected (within previous limits), and its CRC32 matches between builds under DOSEMU (LFN) and native FreeDOS (SFN, with appropriate patches/workarounds, thus not needing DOSLFN and builds faster). I did not (yet) test Ada (Gautier's 3D engine) or much other stuff.