This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a95f0e0a06 Fortran: incorrect array bounds when bound intrinsic used i [...] new 9149a5b7e0a Reimplement GNU threads library on native Windows
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libgcc/config.host | 16 +- libgcc/config/i386/gthr-win32-cond.c | 89 ++++ libgcc/config/i386/gthr-win32-thread.c | 162 +++++++ libgcc/config/i386/gthr-win32.c | 264 ++-------- libgcc/config/i386/gthr-win32.h | 536 ++++++++++++--------- .../i386/{libgcc-cygming.ver => libgcc-mingw.ver} | 9 +- libgcc/config/i386/t-gthr-win32 | 8 +- libgcc/config/i386/t-slibgcc-mingw | 1 + libstdc++-v3/acinclude.m4 | 42 +- libstdc++-v3/config.h.in | 6 +- libstdc++-v3/config/os/mingw32-w64/os_defines.h | 3 + libstdc++-v3/config/os/mingw32/os_defines.h | 3 + libstdc++-v3/configure | 60 ++- libstdc++-v3/src/c++11/thread.cc | 14 +- .../headers/system_error/errc_std_c++0x.cc | 19 + libstdc++-v3/testsuite/lib/libstdc++.exp | 14 +- 16 files changed, 725 insertions(+), 521 deletions(-) create mode 100644 libgcc/config/i386/gthr-win32-cond.c create mode 100644 libgcc/config/i386/gthr-win32-thread.c copy libgcc/config/i386/{libgcc-cygming.ver => libgcc-mingw.ver} (84%) create mode 100644 libgcc/config/i386/t-slibgcc-mingw