From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 3DF8F3858C74; Thu, 13 Jul 2023 10:18:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3DF8F3858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689243516; bh=SEDgt+ThtKMxadTq7kH1YQT1TJ1CVs92Age8G3fSDus=; h=From:To:Subject:Date:From; b=h1VG5b6zxoZtWYXbmyxmYi3P0WMKkQtN3jVX96+ot7pvygbYmMWDxp2xGhSI1BWL4 Dc4KNCE0qXdND38Ouzgnv36VNVB2xOhB9nYoUFijhwsR6fXU97wVmt4tp1Ji5CIef3 EHDxg+GbdSqSVcs74nUjVzCi/AlNdGl40ED3qepM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_4-branch] Cygwin: Update release/3.4.8 for latest commit X-Act-Checkin: newlib-cygwin X-Git-Author: Mark Geisert X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: df0f296f59d24fbad1fbc3cd791bf3f362116c4f X-Git-Newrev: 119c41065ae65c224b8d68397445c861065c3399 Message-Id: <20230713101836.3DF8F3858C74@sourceware.org> Date: Thu, 13 Jul 2023 10:18:36 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D119c41065ae= 65c224b8d68397445c861065c3399 commit 119c41065ae65c224b8d68397445c861065c3399 Author: Mark Geisert AuthorDate: Wed Jul 12 22:36:59 2023 -0700 Commit: Corinna Vinschen CommitDate: Thu Jul 13 12:17:53 2023 +0200 Cygwin: Update release/3.4.8 for latest commit =20 (cherry picked from commit c836d26d768b9db1b948ba5dcef571cd356cfb6c) Diff: --- winsup/cygwin/release/3.4.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.4.8 b/winsup/cygwin/release/3.4.8 index d1e34ce3c633..3113be8cb690 100644 --- a/winsup/cygwin/release/3.4.8 +++ b/winsup/cygwin/release/3.4.8 @@ -3,3 +3,6 @@ Bug Fixes =20 - Make safe for c89 compilations. Addresses: https://cygwin.com/pipermail/cygwin-patches/2023q3/012308.html + +- Make gcc-specific code in compiler-agnostic. + Addresses: https://cygwin.com/pipermail/cygwin/2023-July/253927.html