From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 85A65386EC51 for ; Thu, 12 Nov 2020 18:47:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 85A65386EC51 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: kPqKAIRVyNm8vLunk42JlJjEiPF/5GtF591Zr5u3E1VeVgmNwOeUOQt8uNdfQFw6TvK21Ju/tX GwblooGFgUtmH2JniVAs+c+JB5wTgA2/DFSc+D4qQvDpk+mX/KawaErvyMP6SYdd0CTnwZQzHI KYhFoSGbIt9uhjiqb3vZLQpdz2rH2vA/nspn6mCZt+HYxJL4v0mQnMl54CPQbauh197KS5S51L evdEoUOZoLU5QSZZyXPZn6Nzf8nESbZYA0R+3CJooj10eUtvT6iguPN93x/giVv1q7c+wRdxOl FwI= X-IronPort-AV: E=Sophos;i="5.77,472,1596528000"; d="scan'208";a="55036487" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 12 Nov 2020 10:46:59 -0800 IronPort-SDR: vVr5nRl125tRB/o54Hjf2XOXIDRIHG0yi24xHcPYPxzT/D13h92WNFqZI3cC/GNREZSyITnjar qI38ck3TXVEOH7STkRd6pVnXMPP1pQd5P/bxzXOJlwEIFGQz54I8AX7ozfM3Yb4Ywt5BymRj3g SQiwRPXTkCMlJ57gqWhUiye/nxV8G0/uGzKi6TT1Va1PsEvdwNOn4wQXWvCRukJ+Kbt60e5uVj K1t824SVDjV0olQGc5HxTvfRdS2i+DMICtXX/gSB1+OyzF8Q4zgFORDEShIQq1CHbthduHdF5l +WY= Date: Thu, 12 Nov 2020 18:46:53 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Liu Hao CC: Jonathan Yong <10walls@gmail.com>, Gcc Patch List , Jonathan Wakely Subject: Re: [PATCH][RFC] Make mingw-w64 printf/scanf attribute alias to ms_printf/ms_scanf only for C89 In-Reply-To: <6fba0b10-18c9-7eef-7dcf-4107a766b360@126.com> Message-ID: References: <6631c967-b116-1181-2af6-d703bb09bd6a@gmail.com> <55e26bb0.587f.175bd04439e.Coremail.lh_mouse@126.com> <6fba0b10-18c9-7eef-7dcf-4107a766b360@126.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3125.5 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2020 18:47:02 -0000 I'd expect these patches to include updates to the gcc.dg/format/ms_*.c tests to reflect the changed semantics (or new tests there if some of the changes don't result in any failures in the existing tests). -- Joseph S. Myers joseph@codesourcery.com