Re: [PATCH] Fix AIX breakage from gcc-ar/nm/ranlib wrappers

2011-10-30 Thread Richard Guenther
On Sun, Oct 30, 2011 at 9:39 PM, David Edelsohn wrote: > This patch breaks bootstrap on AIX because it includes > before "config.h".  "config.h" header can affect system headers.  I am > not sure why stdio.h should be included because system.h itself > includes .  The appended patch moves stdio.h

[PATCH] Fix AIX breakage from gcc-ar/nm/ranlib wrappers

2011-10-30 Thread David Edelsohn
This patch breaks bootstrap on AIX because it includes before "config.h". "config.h" header can affect system headers. I am not sure why stdio.h should be included because system.h itself includes . The appended patch moves stdio.h after config.h, but maybe gcc-ar.h should not include stdio.h e