On Thu, 2014-04-24 at 10:23 +0200, Richard Biener wrote: > >> > +AC_CHECK_TYPES([ssize_t]) > >> > +AC_CHECK_TYPES([caddr_t]) > > > > But I am not sure what header file this code would go in. > > In system.h. > > > Steve Ellcey
FYI: I ran into problems defining ssize_t and caddr_t in system.h because it was causing more typedef conflicts during the build. I have come up with a new fix for my mingw build problem and submitted that new patch to gcc-patches. http://gcc.gnu.org/ml/gcc-patches/2014-04/msg01577.html Steve Ellcey sell...@mips.com