diff options
Diffstat (limited to 'gcc/go/go-system.h')
-rw-r--r-- | gcc/go/go-system.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/go/go-system.h b/gcc/go/go-system.h index 2decc55..85160cd 100644 --- a/gcc/go/go-system.h +++ b/gcc/go/go-system.h @@ -125,15 +125,6 @@ struct hash<T*> // system.h. #include <iostream> -// Some versions of gmp.h assume that #include <iostream> will define -// std::FILE. This is not true with libstdc++ 4.3 and later. This is -// fixed in GMP 4.3, but at this point we don't know which version of -// GMP is in use. Since the top level configure script accepts GMP -// 4.2, at least for now we #include <cstdio> to ensure that GMP 4.2 -// will work. FIXME: This can be removed when we require GMP 4.3 or -// later. -#include <cstdio> - #include "system.h" #include "ansidecl.h" #include "coretypes.h" |