From: Jakub Jelinek Date: Wed, 12 Dec 2007 20:54:10 +0000 (+0100) Subject: re PR bootstrap/30589 (C99 extern inline patch broke bootstrap on i386-pc-mingw32) X-Git-Tag: releases/gcc-4.3.0~1089 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa6920841092fbdecfef5e78085761a2fe4133f1;p=thirdparty%2Fgcc.git re PR bootstrap/30589 (C99 extern inline patch broke bootstrap on i386-pc-mingw32) PR bootstrap/30589 * doc/install.texi: Document that for MinGW only runtime 3.12 and later is supported. From-SVN: r130794 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4ea18dd6b58..7ce7d8c25dcf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2007-12-12 Jakub Jelinek + + PR bootstrap/30589 + * doc/install.texi: Document that for MinGW only runtime 3.12 and + later is supported. + 2007-12-12 David Edelsohn * config/rs6000/rs6000.c (is_mem_ref): Ignore STACK_TIE. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2425be78d4c6..136a61738578 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4280,6 +4280,10 @@ Ports of GCC are included with the GCC will build under Cygwin without modification; it does not build with Microsoft's C++ compiler and there are no plans to make it do so. +For MinGW, GCC will build with and support only MinGW runtime 3.12 and later. +Earlier versions of headers are incompatible with the new default semantics +of @code{extern inline} in @code{-std=c99} and @code{-std=gnu99} modes. + @html
@end html