This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 50703e6 * config/sparc/sparc-c.c (sparc_target_macros): Replace TARG [...]
new b0cb70c 2016-10-23 Paul Thomas <pault(a)gcc.gnu.org>
new 1a6627e 2016-10-23 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 31 ++++++
gcc/fortran/array.c | 28 ++---
gcc/fortran/class.c | 24 ++++-
gcc/fortran/dump-parse-tree.c | 18 ++--
gcc/fortran/match.c | 115 ++++++++++++++++++---
gcc/fortran/resolve.c | 100 ++++++++++++++----
gcc/fortran/trans-expr.c | 21 ++++
gcc/fortran/trans-stmt.c | 148 +++++++++++++++++++++++++++
gcc/fortran/trans-stmt.h | 1 +
gcc/fortran/trans.c | 5 +-
gcc/testsuite/ChangeLog | 13 +++
gcc/testsuite/gfortran.dg/pr78033.f90 | 23 +++++
gcc/testsuite/gfortran.dg/select_type_1.f03 | 4 +-
gcc/testsuite/gfortran.dg/select_type_36.f03 | 44 ++++++++
14 files changed, 507 insertions(+), 68 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr78033.f90
create mode 100644 gcc/testsuite/gfortran.dg/select_type_36.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 gcc-6-branch
in repository gcc.
from 6747fb1 gcc/fortran/ChangeLog:
new 6b83324 2016-10-23 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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 | 7 +++++++
gcc/fortran/dependency.c | 23 ++++++++++++++++++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/string_length_3.f90 | 19 +++++++++++++++++++
4 files changed, 52 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/string_length_3.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 master
in repository llvm.
from 743f471 [CostModel][X86] Added tests for current integer trunc costs
new e8a0965 [X86][SSE] Add SSE41/AVX1 costs for vector shifts.
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:
lib/Target/X86/X86TargetTransformInfo.cpp | 26 ++++++++
test/Analysis/CostModel/X86/vshift-ashr-cost.ll | 84 ++++++++++++-------------
test/Analysis/CostModel/X86/vshift-lshr-cost.ll | 84 ++++++++++++-------------
test/Analysis/CostModel/X86/vshift-shl-cost.ll | 50 +++++++--------
4 files changed, 135 insertions(+), 109 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 llvm.
from a6fc694 Use APInt::isAllOnesValue instead of popcnt. NFCI.
new 743f471 [CostModel][X86] Added tests for current integer trunc costs
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:
test/Analysis/CostModel/X86/trunc.ll | 141 +++++++++++++++++++++++++++++++++++
1 file changed, 141 insertions(+)
create mode 100644 test/Analysis/CostModel/X86/trunc.ll
--
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 llvm.
from acce8ee [AVR] Add the machine code disassembler
new a6fc694 Use APInt::isAllOnesValue instead of popcnt. NFCI.
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:
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 2 +-
1 file changed, 1 insertion(+), 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 newlib.
from cf01b8f tzset: Fix array length given to GetGeoInfoW
new 7d5af6f getfacl: Don't trust length of incoming user/groupname
new 526107a mkgroup/mkpasswd: Fix potential buffer overwrite in corner case
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:
winsup/utils/getfacl.c | 4 ++--
winsup/utils/mkgroup.c | 16 ++++++++++------
winsup/utils/mkpasswd.c | 8 +++++---
3 files changed, 17 insertions(+), 11 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 newlib.
from bbeef8e cygcheck: Fix broken test for invalid wcstombs conversion rea [...]
new 015f689 cygcheck: Eliminate dead code
new f16f20f cygcheck: Eenable output of Vista++ FS flags
new 9807a50 cygcheck: Use snprintf instead of multiple strcat
new 5e087a8 strace: Fix Coverity issues
new cf01b8f tzset: Fix array length given to GetGeoInfoW
The 5 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:
winsup/utils/cygcheck.cc | 62 ++++++++++++++++++++++++++----------------------
winsup/utils/strace.cc | 8 +++++--
winsup/utils/tzset.c | 2 +-
3 files changed, 40 insertions(+), 32 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-6-branch
in repository gcc.
from 23fa223 * config/sparc/sparc-c.c (sparc_target_macros): Replace TARG [...]
new 6747fb1 gcc/fortran/ChangeLog:
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 | 11 ++++
gcc/fortran/trans-expr.c | 26 +++++++++
gcc/fortran/trans-intrinsic.c | 15 ++++-
gcc/fortran/trans-stmt.c | 3 +-
gcc/testsuite/ChangeLog | 8 +++
.../gfortran.dg/allocate_with_source_22.f03 | 48 ++++++++++++++++
.../gfortran.dg/allocate_with_source_23.f03 | 67 ++++++++++++++++++++++
7 files changed, 175 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_22.f03
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_23.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 gcc-6-branch
in repository gcc.
from 9dc51bc Daily bump.
new 23fa223 * config/sparc/sparc-c.c (sparc_target_macros): Replace TARG [...]
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 | 7 ++++++-
gcc/config/sparc/sparc-c.c | 4 ++--
2 files changed, 8 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 master
in repository gcc.
from 54564d6 2016-10-22 François Dumont <fdumont(a)gcc.gnu.org>
new 50703e6 * config/sparc/sparc-c.c (sparc_target_macros): Replace TARG [...]
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 | 5 +++++
gcc/config/sparc/sparc-c.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.