This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR bootstrap/66471


On Tue, Jun 9, 2015 at 3:11 PM, Martin LiÅka <mliska@suse.cz> wrote:
> Hello.
>
> Following patch renames an enum values so that they do not clash with a MinGW 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-linux-unknown-gnu.

Does c++04 have scoped enums?  Thus can you use mem_alloc_origin::BITMAP?

Thanks,
Richard.

> Ready for trunk?
> Thanks,
> Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]