From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6002 invoked by alias); 31 May 2019 19:16:11 -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 5994 invoked by uid 89); 31 May 2019 19:16:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=mails X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 May 2019 19:16:10 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B32D173F; Fri, 31 May 2019 19:16:00 +0000 (UTC) Received: from localhost (unknown [10.33.36.135]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3C8DF5DD7B; Fri, 31 May 2019 19:15:56 +0000 (UTC) Date: Fri, 31 May 2019 19:48:00 -0000 From: Jonathan Wakely To: Jonas Jelten Cc: gcc-patches@gcc.gnu.org, bkorb@gnu.org Subject: Re: [PATCH] fixincludes breaks mingw64 build Message-ID: <20190531191556.GA2599@redhat.com> References: <3eb89802-0cfb-1888-00b6-357d76370894@sft.mx> <20190531143816.GA30354@redhat.com> <37e6c2cd-a59d-0f09-b502-b991387d406b@sft.mx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <37e6c2cd-a59d-0f09-b502-b991387d406b@sft.mx> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019-05/txt/msg02165.txt.bz2 On 31/05/19 17:18 +0200, Jonas Jelten wrote: >On 31/05/2019 16.38, Jonathan Wakely wrote: >> On 31/05/19 15:35 +0200, Jonas Jelten wrote: >>> Hi! >>> >>> I'm trying to build the x86_64-w64-mingw64 crosscompiler on gentoo. >>> It breaks because a fixincludes-fix is applied at a place where it should not be applied. >>> >>> This broke the cross-gcc build for gcc-8.3.0 and 9.1.0 with error messages that made it tricky to figure out what was >>> really going on. >> >> [snip] >> >> N.B. The gcc-bugs mailing list is for automated email from Bugzilla, >> not for reporting bugs. Sending the patch to gcc-patches (and CCing a >> relevant maintainer) is correct, but there's no need (and no point) to >> also send it to gcc-bugs. >> >> > > >Alright, thanks for the hint. I was just following the instructions in gcc-9.1.0/fixincludes/README: > >""" >Please also send relevant information to gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org and, >please, to me: bkorb@gnu.org. >""" Oh, indeed! Bruce, should that suggest submitting something to Bugzilla instead? Mails sent directly to gcc-bugs tend to get lost among all the automated email from Bugzilla.