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
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