This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 99e8df7a4cc Daily bump. new 9aed32cc8f1 restore EH on x86-vx7r2 new 523ca6403c6 ctype support for libstdc++ on VxWorks
The 2 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: gcc/config/i386/vxworks.h | 14 ++--- libstdc++-v3/acinclude.m4 | 18 ++++++ .../locale/{generic => vxworks}/ctype_members.cc | 68 +++++++++++++--------- libstdc++-v3/config/os/vxworks/ctype_base.h | 27 ++++++++- .../config/os/vxworks/ctype_configure_char.cc | 10 ++++ libstdc++-v3/config/os/vxworks/ctype_inline.h | 39 +++++++++++++ libstdc++-v3/configure | 19 ++++++ .../testsuite/28_regex/traits/char/isctype.cc | 1 + .../testsuite/28_regex/traits/wchar_t/isctype.cc | 1 + 9 files changed, 163 insertions(+), 34 deletions(-) copy libstdc++-v3/config/locale/{generic => vxworks}/ctype_members.cc (80%)