This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b2df3bb revert to assign_parms assignments using default defs
new 2dd4467 gcc/ PR target/67391 * config/sh/sh-protos.h (sh_lra_p): De [...]
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 | 13 ++++++++
gcc/config/sh/sh-protos.h | 1 +
gcc/config/sh/sh.c | 3 +-
gcc/config/sh/sh.md | 83 ++++++++++++++++++++++++++++++++++++++++++-----
4 files changed, 89 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 gcc.
from 2a008c8 * g++.dg/debug/dwarf2/pr44641.C: Add one to expected [...]
new b2df3bb revert to assign_parms assignments using default defs
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 | 99 +++++
gcc/cfgexpand.c | 332 +++++++-------
gcc/cfgexpand.h | 3 +-
gcc/doc/invoke.texi | 9 +-
gcc/explow.c | 19 +-
gcc/function.c | 477 +++++++--------------
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.dg/pr67312.c | 7 +
.../gcc.target/i386/stackalign/return-4.c | 9 +-
gcc/tree-outof-ssa.c | 15 +-
gcc/tree-outof-ssa.h | 6 +-
gcc/tree-ssa-coalesce.c | 231 ++++++++--
gcc/tree-ssa-coalesce.h | 1 +
gcc/tree-ssa-live.c | 10 +-
14 files changed, 688 insertions(+), 537 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67312.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 3d6aab7 Daily bump.
new 2a008c8 * g++.dg/debug/dwarf2/pr44641.C: Add one to expected [...]
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/g++.dg/debug/dwarf2/pr44641.C | 6 +++---
2 files changed, 7 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 89bf82d Fix missing deep copy when assigning a DT constructor to an array
new 3d6aab7 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 2757691 Daily bump.
new 1bd34c8 Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from 3cc629e Daily bump.
new 6d4a83a Daily bump.
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/DATESTAMP | 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 gcc.
from ffb0343 2013-09-26 Paul Thomas <pault(a)gcc.gnu.org>
new 89bf82d 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 99d74ab * gcc.dg/pr64935-1.c: XFAIL on AIX. * gcc.dg/ [...]
new ffb0343 2013-09-26 Paul Thomas <pault(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 | 11 +++++++++--
gcc/fortran/resolve.c | 27 ++++++++++++---------------
2 files changed, 21 insertions(+), 17 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 67429b3 * dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 defin [...]
new 99d74ab * gcc.dg/pr64935-1.c: XFAIL on AIX. * gcc.dg/ [...]
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 | 31 ++++++++++++++++++++++
.../g++.dg/debug/dwarf2/deleted-member-function.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/dwarf4-nested.C | 2 +-
.../g++.dg/debug/dwarf2/global-used-types-1.C | 4 +--
.../g++.dg/debug/dwarf2/imported-decl-2.C | 4 +--
gcc/testsuite/g++.dg/debug/dwarf2/lambda1.C | 4 +--
gcc/testsuite/g++.dg/debug/dwarf2/lineno-simple1.C | 6 ++---
gcc/testsuite/g++.dg/debug/dwarf2/namespace-1.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C | 2 +-
.../g++.dg/debug/dwarf2/noreturn-function.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/pr44641.C | 1 +
gcc/testsuite/g++.dg/debug/dwarf2/pr46527.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/pr61433.C | 1 +
gcc/testsuite/g++.dg/debug/dwarf2/pubnames-2.C | 1 +
gcc/testsuite/g++.dg/debug/dwarf2/pubnames-3.C | 1 +
.../g++.dg/debug/dwarf2/template-func-params-6.C | 2 +-
.../g++.dg/debug/dwarf2/template-params-6.C | 2 +-
gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro.c | 2 +-
gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro2.c | 2 +-
.../gcc.dg/debug/dwarf2/global-used-types.c | 4 +--
gcc/testsuite/gcc.dg/debug/dwarf2/lang-c89.c | 2 +-
.../debug/dwarf2/noreturn-function-attribute.c | 2 +-
.../debug/dwarf2/noreturn-function-keyword.c | 2 +-
.../debug/dwarf2/stacked-qualified-types-3.c | 2 +-
gcc/testsuite/gcc.dg/pr64935-1.c | 1 +
gcc/testsuite/gcc.dg/pr64935-2.c | 1 +
26 files changed, 62 insertions(+), 25 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 63d6cdd [PATCH] Fix undefined behaviour in arc port
new 67429b3 * dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 defin [...]
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 | 35 +++++++++++
gcc/config.gcc | 11 +++-
gcc/config/rs6000/{aix61.h => aix71.h} | 31 +++++++---
gcc/config/rs6000/rs6000.c | 79 ++++++++++++++++++++----
gcc/config/rs6000/xcoff.h | 2 +
gcc/configure | 40 ++++++++++++
gcc/configure.ac | 13 ++++
gcc/dwarf2asm.c | 10 ++-
gcc/dwarf2out.c | 107 +++++++++++++++++++++------------
9 files changed, 270 insertions(+), 58 deletions(-)
copy gcc/config/rs6000/{aix61.h => aix71.h} (87%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.