This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/iamcu/gcc-5-branch
in repository gcc.
discards 30ae775 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
discards 71a016b Add a testcase for PR target/66821
discards ace0e64 Update MOVE_RATIO cost for IA MCU
discards d86ff45 Define DBX_REGISTER_NUMBER for IA MCU
discards 62e8c0f Cleanup FPmode splitters a bit
discards 61bb969 More fix for PR rtl-optimization/66626
discards 4645c8d Fix PR rtl-optimization/66626
discards b838791 Replicate static chain on the stack
discards 4c3831b Add a testcase for PR target/66824
discards 0e03ef5 Fix PR target/66824
discards 3886920 Allow indirect sibcall with register arguments
discards a8c7b36 Fix PR target/65753
discards 5e225d2 Adjust variable shift costs for IA MCU
discards 29aa99e Update config/i386/iamcu.h
discards dc789bc Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 9db4045 Check int_size_in_bytes in ix86_return_in_memory
discards bafd6a3 Allow <adxintrin.h> for IA MCU
discards 198688d Don't pass/return vectors in registers for IAMCU
discards 5f5dfb5 Optimize i?86-*-elfiamcu for iamcu by default
discards e67acb8 Add -march=iamcu to optimize for IA MCU
discards 1e3cbf5 Add IA MCU support to x86intrin.h
discards 73a9ac0 IA MCU psABI support: testsuite
discards 55cec0f IA MCU psABI support: changes to libraries
discards b29fc31 IA MCU psABI support: GCC changes
adds 0e7ed63 Daily bump.
adds dec0350 Fix PowerPC ICE due to secondary_reload ignoring reload replacements
adds 194b22d PR c/67495 * c-parser.c (c_parser_omp_atomic): Use c_parser [...]
adds 0205c1f PR c/67500 * c-parser.c (c_parser_omp_clause_aligned, c_pa [...]
adds a3dea40 PR c/67501 * c-parser.c (c_parser_oacc_all_clauses, c_pars [...]
adds 9fd619c PR c++/67504 * parser.c (cp_parser_omp_clause_collapse): Te [...]
adds b0201d5 Fix sanitizer/67258 by cherry picking upstream patch
adds bcf5947 PR middle-end/67512 * tree-ssa-uninit.c (pred_equal_p): Onl [...]
adds 9e96628 Daily bump.
adds 477fa9f PR c/67502 * c-parser.c (c_parser_omp_for_loop): Emit DECL_ [...]
adds d9664f5 PR c++/67511 * semantics.c (handle_omp_for_class_iterator): [...]
adds e228b0a PR c++/67514 * gimplify.c (gimplify_omp_for): For loop SIMD [...]
adds 62f9c7c PR middle-end/67517 * gimplify.c (gimplify_scan_omp_clauses [...]
adds 10ffd72 PR middle-end/67521 * gimplify.c (gimplify_omp_for): Don't [...]
adds f020a57 PR c++/67522 * semantics.c (handle_omp_array_sections_1): O [...]
adds 50e7d11 PR c++/67523 * gimplify.c (gimplify_omp_for): If inner stmt [...]
adds 2e54ce6 Avoid unstructured procfs on Solaris
adds f734f44 Use __cxa_atexit on Solaris 10+
adds 9ea17cb gcc/ Backport from mainline 2015-09-10 Oleg Endo <olegend [...]
adds 9135f6b 2015-09-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 4cdd30b Daily bump.
adds 8fb7f46 Make sure that contrib/download_prerequisites is run from cor [...]
adds 9014233 gcc/testsuite
adds d4f55f6 Link gcc.dg/pie-link.c with -pie
new e89a828 IA MCU psABI support: GCC changes
new a27b367 IA MCU psABI support: changes to libraries
new b372ced IA MCU psABI support: testsuite
new 6e72ba9 Add IA MCU support to x86intrin.h
new 9fe0170 Add -march=iamcu to optimize for IA MCU
new fc17ad8 Optimize i?86-*-elfiamcu for iamcu by default
new 5b148d0 Don't pass/return vectors in registers for IAMCU
new 7c694fa Allow <adxintrin.h> for IA MCU
new 4242cab Check int_size_in_bytes in ix86_return_in_memory
new 617f1f1 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new d5e4526 Update config/i386/iamcu.h
new 36610d6 Adjust variable shift costs for IA MCU
new ed5d11c Fix PR target/65753
new d7df21e Allow indirect sibcall with register arguments
new 26645f4 Fix PR target/66824
new 0055950 Add a testcase for PR target/66824
new 461dfa5 Replicate static chain on the stack
new 51f664c Fix PR rtl-optimization/66626
new 013f427 More fix for PR rtl-optimization/66626
new 5cf4ddf Cleanup FPmode splitters a bit
new e0642b4 Define DBX_REGISTER_NUMBER for IA MCU
new d7a48fd Update MOVE_RATIO cost for IA MCU
new 40d62e7 Add a testcase for PR target/66821
new 5ab15c4 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (30ae775)
\
N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (5ab15c4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 24 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:
boehm-gc/ChangeLog | 8 +++
boehm-gc/os_dep.c | 8 +--
contrib/ChangeLog | 5 ++
contrib/download_prerequisites | 5 ++
gcc/ChangeLog | 53 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 25 ++++++++
gcc/c/c-decl.c | 3 +-
gcc/c/c-parser.c | 86 ++++++++++++++++++-------
gcc/config.gcc | 6 ++
gcc/config/rs6000/rs6000.c | 15 ++++-
gcc/config/sh/sh.c | 3 +
gcc/cp/ChangeLog | 19 ++++++
gcc/cp/parser.c | 4 +-
gcc/cp/semantics.c | 14 +++--
gcc/fortran/ChangeLog | 5 ++
gcc/fortran/expr.c | 18 +++---
gcc/gimplify.c | 90 ++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 66 ++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/pr67501.c | 12 ++++
gcc/testsuite/c-c++-common/gomp/pr67502.c | 16 +++++
gcc/testsuite/c-c++-common/gomp/pr67517.c | 13 ++++
gcc/testsuite/c-c++-common/gomp/pr67521.c | 20 ++++++
gcc/testsuite/g++.dg/gomp/pr67504.C | 15 +++++
gcc/testsuite/g++.dg/gomp/pr67511.C | 20 ++++++
gcc/testsuite/g++.dg/gomp/pr67514.C | 30 +++++++++
gcc/testsuite/g++.dg/gomp/pr67522.C | 26 ++++++++
gcc/testsuite/g++.dg/gomp/pr67523.C | 29 +++++++++
gcc/testsuite/g++.dg/ubsan/vptr-10.C | 15 +++++
gcc/testsuite/gcc.c-torture/compile/pr67506.c | 53 ++++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr67495.c | 38 +++++++++++
gcc/testsuite/gcc.dg/gomp/pr67500.c | 42 +++++++++++++
gcc/testsuite/gcc.dg/pie-link.c | 2 +-
gcc/testsuite/gcc.dg/pr67512.c | 15 +++++
gcc/testsuite/gcc.target/arm/pr63210.c | 2 +
gcc/testsuite/gfortran.dg/pr67526.f90 | 9 +++
gcc/tree-ssa-uninit.c | 3 +-
libsanitizer/ChangeLog | 5 ++
libsanitizer/ubsan/ubsan_type_hash.cc | 6 +-
39 files changed, 734 insertions(+), 72 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67501.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67502.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67517.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67521.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67504.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67511.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67514.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67522.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67523.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-10.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr67506.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr67495.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr67500.c
create mode 100644 gcc/testsuite/gcc.dg/pr67512.c
create mode 100644 gcc/testsuite/gfortran.dg/pr67526.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch kyukhin/interrupt
in repository gcc.
at 84bb4e6 Check read() result in std::random_device.
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 84bb4e6 Check read() result in std::random_device.
new 0725a86 Fix filesystem::canonical on Solaris 10.
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/src/filesystem/ops.cc | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6d8879e Fix invalid UTF-8 in wchar_t tests.
new 84bb4e6 Check read() result in std::random_device.
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/src/c++11/random.cc | 12 ++++++++----
2 files changed, 13 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e3c372a Remove empty directory.
new 6d8879e Fix invalid UTF-8 in wchar_t tests.
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:
libstdc++-v3/ChangeLog | 21 +++++++++++++++++++++
.../testsuite/22_locale/codecvt/in/wchar_t/4.cc | 10 ++--------
.../testsuite/22_locale/codecvt/in/wchar_t/8.cc | 10 ++--------
.../testsuite/22_locale/codecvt/in/wchar_t/9.cc | 10 ++--------
.../testsuite/22_locale/codecvt/length/wchar_t/4.cc | 10 ++--------
.../testsuite/22_locale/codecvt/out/wchar_t/4.cc | 10 ++--------
.../22_locale/codecvt/unshift/wchar_t/4.cc | 4 +---
.../27_io/basic_filebuf/seekoff/wchar_t/1.cc | 10 ++--------
.../27_io/basic_filebuf/seekpos/wchar_t/9874.cc | 10 ++--------
.../27_io/basic_filebuf/underflow/wchar_t/1.cc | 10 ++--------
.../27_io/basic_filebuf/underflow/wchar_t/2.cc | 10 ++--------
.../27_io/basic_filebuf/underflow/wchar_t/3.cc | 10 ++--------
libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc | 10 ++--------
libstdc++-v3/testsuite/27_io/objects/wchar_t/11.cc | 10 ++--------
libstdc++-v3/testsuite/27_io/objects/wchar_t/12.cc | 10 ++--------
libstdc++-v3/testsuite/27_io/objects/wchar_t/13.cc | 10 ++--------
16 files changed, 50 insertions(+), 115 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b4e77cd Rationalise PCH headers and 17_intro/headers tests.
new e3c372a Remove empty directory.
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b7aaabf Implement N4258 noexcept for std::basic_string.
new f52eba5 Link gcc.dg/pie-link.c with -pie
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:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/pie-link.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 9014233 gcc/testsuite
new d4f55f6 Link gcc.dg/pie-link.c with -pie
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:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/pie-link.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.