This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 78c1004 Fix typos from last checkin.
new 9509811 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 d3d5bf9 2015-11-24 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 3e220e0 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 5ed2a19 [RTL-ree] PR rtl-optimization/68194: Restrict copy instructio [...]
new ae2e9ed 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 18b6450 shrink-wrap: Fix thinko (PR68520)
new 2208bcd 2015-11-24 Steve Ellcey <sellcey(a)imgtec.com>
new c12da45 2015-11-24 Steve Ellcey <sellcey(a)imgtec.com>
new 78c1004 Fix typos from last checkin.
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/ChangeLog | 21 ++++++
gcc/config/mips/frame-header-opt.c | 88 ++++++++++++++++++++++++--
gcc/config/mips/mips.c | 53 +++++++++++++---
gcc/config/mips/mips.h | 7 ++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/mips/frame-header-4.c | 20 ++++++
6 files changed, 177 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/frame-header-4.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 c954a5b gcc/c/ * c-parser.c (c_parser_oacc_declare): Replace "ifdef [...]
new 18b6450 shrink-wrap: Fix thinko (PR68520)
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/shrink-wrap.c | 8 ++++----
2 files changed, 10 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 c4fd99e * alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KN [...]
new c954a5b gcc/c/ * c-parser.c (c_parser_oacc_declare): Replace "ifdef [...]
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/c/ChangeLog | 5 +++++
gcc/c/c-parser.c | 13 +++++++------
gcc/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 13 +++++++------
4 files changed, 24 insertions(+), 12 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 b94625f * tree.c (make_vector_type): Properly compute canonical type [...]
new c4fd99e * alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KN [...]
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 | 14 ++++++++++++++
gcc/alias.c | 2 ++
gcc/tree-streamer-in.c | 10 +++++-----
gcc/tree-streamer-out.c | 20 +++++++++++---------
gcc/tree.c | 10 ++++++++--
5 files changed, 40 insertions(+), 16 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 5d872d7 2015-11-24 Szabolcs Nagy <szabolcs.nagy(a)arm.com>
new ea91c2a 2015-11-24 Paul Thomas <pault(a)gcc.gnu.org>
new db51b84 2015-11-24 Andreas Tobler <andreast(a)gcc.gnu.org>
new d3d5bf9 2015-11-24 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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/ChangeLog | 32 +++++++++
gcc/config/i386/freebsd.h | 20 ++++--
gcc/config/rs6000/rs6000.md | 106 +++++++++++++++++++-----------
gcc/fortran/ChangeLog | 15 +++++
gcc/fortran/check.c | 10 ++-
gcc/fortran/class.c | 4 ++
gcc/fortran/trans-types.c | 14 +++-
gcc/testsuite/ChangeLog | 16 ++++-
gcc/testsuite/gfortran.dg/pr66465.f90 | 23 +++++++
gcc/testsuite/gfortran.dg/proc_ptr_47.f90 | 37 +++++++++++
10 files changed, 229 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr66465.f90
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_47.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 gcc.
from 6526ac4 * config/nvptx/nvptx.c (maybe_split_mode): Return new mode o [...]
new b94625f * tree.c (make_vector_type): Properly compute canonical type [...]
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/tree.c | 16 ++++++++++++----
2 files changed, 19 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 b89bfdc * lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE [...]
new 6526ac4 * config/nvptx/nvptx.c (maybe_split_mode): Return new mode o [...]
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 | 10 ++++
gcc/config/nvptx/nvptx.c | 138 +++++++++++++++++++++--------------------------
2 files changed, 72 insertions(+), 76 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.