From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128380 invoked by alias); 21 Nov 2017 07:03:52 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 128368 invoked by uid 89); 21 Nov 2017 07:03:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=liked X-HELO: codesynthesis.com Received: from codesynthesis.com (HELO codesynthesis.com) (142.44.161.217) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Nov 2017 07:03:50 +0000 Received: from brak.codesynthesis.com (unknown [66.251.163.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by codesynthesis.com (Postfix) with ESMTPSA id C18E35EE49; Tue, 21 Nov 2017 07:03:46 +0000 (UTC) Received: by brak.codesynthesis.com (Postfix, from userid 1000) id EFA611A80328; Tue, 21 Nov 2017 09:03:41 +0200 (SAST) Date: Tue, 21 Nov 2017 07:44:00 -0000 From: Boris Kolpackov To: gcc-patches@gcc.gnu.org Cc: Jonathan Yong <10walls@gmail.com> Subject: [PING] Plugin support on Windows/MinGW Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2017-11/txt/msg01852.txt.bz2 Hi, I would like to ping this patch: https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01040.html The changes are fairly conservative: they do not touch much of the existing module implementation and plugin support on MinGW is disabled by default (there are also fixes for a couple of bugs as a bonus). I would really liked to have this patch considered for GCC 8, if possible. Thanks, Boris