Re: [PATCH] ggc-common.c bootstrap breakage

2019-11-04 Thread Richard Biener
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

[PATCH] ggc-common.c bootstrap breakage

2019-11-04 Thread David Edelsohn
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