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=emxvnQNtko/UPBVLGN1Irp+d86rIbymtSMw4/Q2fsfI=; b=txOaqNnVvWYgcakvYHFnk89hKybj/94/vYEYB8nEKyjwcxhlAANEvbUijYDXfxzg4j xziP6JKKMcjZ1eu5rnkvM71wDgUZZ8oc4tfgKkahWnsoj0ZKCPtKKfkws+PyVNqL8mGp PYN4G4nYFUbff60TVRp5Uf5PRuKxdZPx272RjgbXbFUqUBO3OU5qRv993NeYQD+nPuyb bigDMswmtphKr6041Swv5vVTDzkkXhmU+zxnaG5eMSsEYxR2fXpOkmQMzadnjZcpP9KX zlggMphqdASaTL+lVuf4dSPbK4ud4M6tf1lU/RWRtj9gO3KDZll0G74KYZg0sgsi8Q01 tC6Q== 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=emxvnQNtko/UPBVLGN1Irp+d86rIbymtSMw4/Q2fsfI=; b=lp41ouEfy7DGdGxig+9W/tzIj6CMUQSv/eIn2W3qY02zoyhBJ0LTMeLkDSRmxhtbVx Oy1YX84dakisy0/7T12qcRdFTpslL3JX1oMqzFY5HEDfPG7OT+catJ9R3KJ/0PzlqiLH vxYYr3kZUCvXM9ZIZKXB7dVhr8foNtjDHLlFgxJQNCiB89TIbwhyUaqfOAOr+OzIOKib 2iwk9BDJzhW+ij967J8M4XsD2DGE0ImgpNn0YGxAtDpFvpbrgB88ukhqt1qkQmPLh/4A wle33wf/qxU1O+gNytkS/53ghthsRoyPw9Ae2gZn49PnNd1pAzuVO9Qof/o/bVulw0VB RIiQ== X-Gm-Message-State: AOUpUlF8dNCxRyNezog/5tbYFwzG5TgIDloRc1dHL/xlm8N4TEdPiwGl /grdm6WKStK6EvllHx9eR4Mp8EIAzH+lav6ay3FwM5L0 X-Google-Smtp-Source: AA+uWPwCaZFuVWUgVQetqSTa+nBDJRveMAZ6DyP7MxdMZqLvyg44sa/7vIUjvPUdV52rmg+Js0t9ODJGPV7CuZ6BzRM= X-Received: by 2002:aca:c7c2:: with SMTP id x185-v6mr7863286oif.43.1533409908192; Sat, 04 Aug 2018 12:11:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <248415bb-553f-6dfa-6d72-7e736cdfa127@iki.fi> References: <248415bb-553f-6dfa-6d72-7e736cdfa127 AT iki DOT fi> From: "Rugxulo (rugxulo AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" Date: Sat, 4 Aug 2018 14:11:47 -0500 Message-ID: Subject: Re: gcc-8.2.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 Thu, Jul 26, 2018 at 11:13 PM, Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com] wrote: > DJGPP packages of gcc-8.2.0 together with cross-compiler RPM packages (built > in CentOS 6 chroot, should work on later RPM based distributions like > Fedora) are available for testing from > > http://ap1.pp.fi/djgpp/gcc/gcc-version-index.html > > I upload packages to ftp.delorie.com sometimes later. Seems they're already available (but no announcement yet). You never wait long (not that I blame you)! I didn't test much, only one C program (so far), but it seems to still work okay (with latest BinUtils). BTW .... GCC 8.2.0's gcc.info (erroneously) says: The default, if no C language dialect options are given, is `-std=gnu11'. But later says this (correctly): `gnu17' `gnu18' GNU dialect of ISO C17. This is the default for C code. DJGPP's GCC 8.2.0 (default) = gnu17 = 201710L Of course, a quick grep does show mention of "201710L" in cpp.info, so perhaps I should've known it'd be mentioned somewhere. (I don't follow standards that closely, apparently this is just correcting defects. Even "-std=c11" now is supposedly 100% identical in "corrected" functionality. So this is only a cosmetic change.)