OSDN Git Service

PR bootstrap/30589
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2007 20:54:10 +0000 (20:54 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Dec 2007 20:54:10 +0000 (20:54 +0000)
* doc/install.texi: Document that for MinGW only runtime 3.12 and
later is supported.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130794 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi

index c4ea18d..7ce7d8c 100644 (file)
@@ -1,3 +1,9 @@
+2007-12-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/30589
+       * doc/install.texi: Document that for MinGW only runtime 3.12 and
+       later is supported.
+
 2007-12-12  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/rs6000.c (is_mem_ref): Ignore STACK_TIE.
index 2425be7..136a617 100644 (file)
@@ -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
 <hr />
 @end html