From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9602 invoked by alias); 9 Jun 2015 13:28:56 -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 9587 invoked by uid 89); 9 Jun 2015 13:28:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f49.google.com Received: from mail-oi0-f49.google.com (HELO mail-oi0-f49.google.com) (209.85.218.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 09 Jun 2015 13:28:54 +0000 Received: by oiha141 with SMTP id a141so11619573oih.0 for ; Tue, 09 Jun 2015 06:28:53 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.102.2 with SMTP id fk2mr19705674obb.35.1433856532960; Tue, 09 Jun 2015 06:28:52 -0700 (PDT) Received: by 10.76.115.167 with HTTP; Tue, 9 Jun 2015 06:28:52 -0700 (PDT) In-Reply-To: <5576E606.1060407@suse.cz> References: <5576E606.1060407@suse.cz> Date: Tue, 09 Jun 2015 13:29:00 -0000 Message-ID: Subject: Re: [PATCH] Fix PR bootstrap/66471 From: Richard Biener To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches , ismail@donmez.ws Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00669.txt.bz2 On Tue, Jun 9, 2015 at 3:11 PM, Martin Li=C5=A1ka wrote: > Hello. > > Following patch renames an enum values so that they do not clash with a M= inGW reserved keyword. Reserved keyword as in a #define? Thus simply #undef it in system.h? > Patch can bootstrap on MinGW and there's no regression seen on x86_64-lin= ux-unknown-gnu. Does c++04 have scoped enums? Thus can you use mem_alloc_origin::BITMAP? Thanks, Richard. > Ready for trunk? > Thanks, > Martin