This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from ac189a3 Fix PR61831: Side-effect variable component deallocation
new 635e1b2 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 | 12 ++++++++++
gcc/fortran/trans-expr.c | 26 +++++++++++++++++++-
gcc/testsuite/ChangeLog | 5 ++++
.../gfortran.dg/structure_constructor_13.f03 | 28 ++++++++++++++++++++++
4 files changed, 70 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/structure_constructor_13.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 trunk
in repository gcc.
from 5ee742c gcc/
new ac189a3 Fix PR61831: Side-effect variable component deallocation
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 | 17 +++
gcc/fortran/trans-array.c | 9 +-
gcc/fortran/trans-expr.c | 137 ++++++++++++++-------
gcc/testsuite/ChangeLog | 7 ++
.../gfortran.dg/alloc_comp_auto_array_3.f90 | 1 +
.../gfortran.dg/derived_constructor_comps_6.f90 | 133 ++++++++++++++++++++
6 files changed, 258 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/derived_constructor_comps_6.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 trunk
in repository gcc.
from aa32703 2015-07-17 Yvan Roux <yvan.roux(a)linaro.org> Matthias K [...]
new 5ee742c gcc/
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 | 16 +++++++
gcc/testsuite/ChangeLog | 4 ++
.../{vect-outer-simd-1.c => vect-outer-simd-2.c} | 27 ++++++------
gcc/tree-vect-data-refs.c | 3 +-
gcc/tree-vect-loop-manip.c | 49 +++++++++++++++-------
5 files changed, 70 insertions(+), 29 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{vect-outer-simd-1.c => vect-outer-simd-2.c} (71%)
--
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 trunk
in repository gcc.
from c780eb0 libgcc: fix build with older make
new aa32703 2015-07-17 Yvan Roux <yvan.roux(a)linaro.org> Matthias K [...]
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 | 9 +++
gcc/configure | 184 ++++++++++++++++++++++++++++---------------------------
gcc/configure.ac | 134 +++++++++++++++++++++-------------------
3 files changed, 174 insertions(+), 153 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 trunk
in repository gcc.
from 0bd1524 PR target/66824 * config/i386/i386.h (TARGET_HARD_SF_REGS): [...]
new c780eb0 libgcc: fix build with older make
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/ChangeLog | 4 ++++
libgcc/config/t-softfp | 4 +++-
2 files changed, 7 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 trunk
in repository gcc.
from 2d298c9 PR rtl-optimization/66891 * calls.c (expand_call): Wrap pre [...]
new 0bd1524 PR target/66824 * config/i386/i386.h (TARGET_HARD_SF_REGS): [...]
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 | 27 ++++++++++++-----
gcc/config/i386/i386.h | 4 +++
gcc/config/i386/i386.md | 77 +++++++++++++++++++++++++++++++++++--------------
3 files changed, 79 insertions(+), 29 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 trunk
in repository gcc.
from 53f12a4 Daily bump.
new 2d298c9 PR rtl-optimization/66891 * calls.c (expand_call): Wrap pre [...]
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/calls.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr66891.c | 16 ++++++++++++++++
4 files changed, 33 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr66891.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 trunk
in repository gcc.
from bc06177 jit: Add guide for submitting patches to jit docs
new f45f5f6 2015-07-16 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 53f12a4 Daily bump.
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++++
gcc/fortran/io.c | 8 ++++++++
3 files changed, 17 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 bc06177 jit: Add guide for submitting patches to jit docs
new f45f5f6 2015-07-16 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 53f12a4 Daily bump.
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++++
gcc/fortran/io.c | 8 ++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.