https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66471
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66471
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Wed Jun 10 07:57:34 2015
New Revision: 224315
URL: https://gcc.gnu.org/viewcvs?rev=224315&root=gcc&view=rev
Log:
Fix BITMAP identifier clash.
PR bootstrap/66471
* mem-sta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66471
--- Comment #4 from Richard Biener ---
Just as a quick observation from looking at host-mingw32.c:
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "hosthooks.h"
#include "hosthooks-def.h"
#include "diagnostic.h"
#define
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66471
--- Comment #3 from Martin Liška ---
(In reply to İsmail Dönmez from comment #2)
> (In reply to Martin Liška from comment #1)
> > Created attachment 35725 [details]
> > Patch
> >
> > May I ask you for testing the patch?
>
> Fixes the bootstrap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66471
--- Comment #2 from İsmail Dönmez ---
(In reply to Martin Liška from comment #1)
> Created attachment 35725 [details]
> Patch
>
> May I ask you for testing the patch?
Fixes the bootstrap for me, thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66471
--- Comment #1 from Martin Liška ---
Created attachment 35725
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35725&action=edit
Patch
May I ask you for testing the patch?
Thanks,
Martin