diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-12-12 21:54:10 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2007-12-12 21:54:10 +0100 |
commit | fa6920841092fbdecfef5e78085761a2fe4133f1 (patch) | |
tree | 7b76b5a1d57ff531b6b18c140656e44bab1f91ca /gcc | |
parent | 96ee3a4acd31befaabea989a2ceaa2225990519b (diff) | |
download | gcc-fa6920841092fbdecfef5e78085761a2fe4133f1.zip gcc-fa6920841092fbdecfef5e78085761a2fe4133f1.tar.gz gcc-fa6920841092fbdecfef5e78085761a2fe4133f1.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4ea18d..7ce7d8c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2425be7..136a617 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 <hr /> @end html |