This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7e3a76d * builtins.c: Don't include gomp-constants.h. (fold_builtin [...]
new 8c1ab18 PR tree-optimization/67769 * tree-ssa-phiopt.c (conditional [...]
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/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr67769.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-phiopt.c | 4 ++++
4 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67769.c
--
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 d7c2ad6 Enable bt and and movzx for Lakemont
new 7e3a76d * builtins.c: Don't include gomp-constants.h. (fold_builtin [...]
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/ChangeLog | 8 ++++++++
gcc/builtins.c | 22 ----------------------
gcc/gimple-fold.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+), 22 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 gcc-5-branch
in repository gcc.
from bdab3d1 * gcc.dg/lto/pr55113_0.c: Skip on all x86 targets.
new d6e9962 Fix missing deep copy when assigning a DT constructor to an array
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/fortran/ChangeLog | 6 +++++
gcc/fortran/trans-expr.c | 1 -
gcc/testsuite/ChangeLog | 5 ++++
.../gfortran.dg/alloc_comp_deep_copy_3.f03 | 30 ++++++++++++++++++++++
4 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/alloc_comp_deep_copy_3.f03
--
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 3856143 * gcc.dg/lto/pr55113_0.c: Skip on all x86 targets.
new d7c2ad6 Enable bt and and movzx for Lakemont
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/ChangeLog | 6 ++++++
gcc/config/i386/x86-tune.def | 4 ++--
2 files changed, 8 insertions(+), 2 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 gcc-4_9-branch
in repository gcc.
from f387d4e Backport: [GCC, ARM] armv8 linux toolchain asan testcase fail [...]
new eb62c50 * gcc.dg/lto/pr55113_0.c: Skip on all x86 targets.
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 | 6 +++++-
gcc/testsuite/gcc.dg/lto/pr55113_0.c | 3 +--
2 files changed, 6 insertions(+), 3 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 gcc-5-branch
in repository gcc.
from 4329da9 Support PIE on Solaris
new bdab3d1 * gcc.dg/lto/pr55113_0.c: Skip on all x86 targets.
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/lto/pr55113_0.c | 3 +--
2 files changed, 5 insertions(+), 2 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 hjl/interrupt/calls
in repository gcc.
discards 3006da1 Update ix86_save_reg
discards 230a530 Add i386_int_parameter_registers/i386_ms_abi_int_parameter_registers
discards 11e8cde Add pass and return registers to machine_function
discards 34ed0d0 Initial no_caller_saved_registers attribute support
new 2756716 Initial no_caller_saved_registers attribute support
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 (3006da1)
\
N -- N -- N refs/heads/hjl/interrupt/calls (2756716)
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 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/config/i386/i386.c | 256 +++++++++++++++++++------------------------------
gcc/config/i386/i386.h | 19 +---
2 files changed, 99 insertions(+), 176 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 12ae83b Save-and-restore errno more carefully in libstdc++
new c58c01a gcc/testsuite/ PR target/54236 * gcc.target/sh/pr54236-6.c: [...]
new c866acd Fix typo in ChangeLog.
new 3856143 * gcc.dg/lto/pr55113_0.c: Skip on all x86 targets.
The 3 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 | 9 +++++++++
gcc/testsuite/gcc.dg/lto/pr55113_0.c | 3 +--
gcc/testsuite/gcc.target/sh/pr54236-6.c | 2 +-
3 files changed, 11 insertions(+), 3 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 gcc-5-branch
in repository gcc.
from a248c53 Backport: [GCC, ARM] armv8 linux toolchain asan testcase fail [...]
new 3a30934 Use CRTs provided by Solaris
new 4329da9 Support PIE on Solaris
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/ChangeLog | 32 ++++++++++++
gcc/config.in | 8 ++-
gcc/config/i386/sol2.h | 9 ++--
gcc/config/sol2.h | 65 ++++++++++++++++++------
gcc/config/sparc/sol2.h | 2 +
gcc/configure | 68 ++++++++++++++++++++++++--
gcc/configure.ac | 63 ++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/lib/target-supports.exp | 7 +++
libgcc/ChangeLog | 34 +++++++++++++
libgcc/config.host | 33 +++++++------
libgcc/config.in | 6 +++
libgcc/{udivmod.c => config/sol2/crtp.c} | 18 +++----
libgcc/config/{i386/elf-lib.h => sol2/crtpg.c} | 41 ++++++++++------
libgcc/config/{gmon-sol2.c => sol2/gmon.c} | 15 ++++--
libgcc/config/{ => sol2}/t-sol2 | 12 +++--
libgcc/configure | 32 ++++++++++++
libgcc/configure.ac | 25 ++++++++++
18 files changed, 401 insertions(+), 77 deletions(-)
copy libgcc/{udivmod.c => config/sol2/crtp.c} (73%)
copy libgcc/config/{i386/elf-lib.h => sol2/crtpg.c} (55%)
rename libgcc/config/{gmon-sol2.c => sol2/gmon.c} (96%)
rename libgcc/config/{ => sol2}/t-sol2 (75%)
--
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 7e93eb1 * c-typeck.c (convert_for_assignment): Improve commentary.
new 12ae83b Save-and-restore errno more carefully in libstdc++
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 | 9 ++++++
libstdc++-v3/config/locale/generic/c_locale.cc | 16 +++++++++--
libstdc++-v3/doc/html/manual/concept_checking.html | 7 ++---
libstdc++-v3/doc/html/manual/diagnostics.html | 8 +++---
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/std_contents.html | 2 +-
libstdc++-v3/doc/xml/manual/diagnostics.xml | 33 ++++++++++++++++++++++
libstdc++-v3/include/ext/string_conversions.h | 10 +++++--
8 files changed, 70 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.