On Mon, Nov 4, 2019 at 2:55 PM David Edelsohn wrote:
>
> The change to add malloc.h to ggc-common.c broke bootstrap. system.h
> must be included before system header files. The following patch
> fixes this, committed as obvious with concurrence by Richi.
Broke x86.
I'm testing the attached.
R
The change to add malloc.h to ggc-common.c broke bootstrap. system.h
must be included before system header files. The following patch
fixes this, committed as obvious with concurrence by Richi.
Thanks, David
* ggc-common.c: Include system.h before malloc.h.
Index: ggc-common.c