Re: [PATCH] Fix pt.c bootstrap breakage

2018-02-28 Thread Richard Biener
On Wed, Feb 28, 2018 at 12:27 AM, David Edelsohn wrote: > The recent change to pt.c broke bootstrap by including C++ header file > directly and including it first. This patch changes to the > necessary method which includes the header file via system.h. > > Okay? Ok. But in

[PATCH] Fix pt.c bootstrap breakage

2018-02-27 Thread David Edelsohn
The recent change to pt.c broke bootstrap by including C++ header file directly and including it first. This patch changes to the necessary method which includes the header file via system.h. Okay? Thanks, David * pt.c: Don't include string. Define INCLUDE_STRING before system.h. Index: pt.c