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 41919bc Daily bump.
new 116ff44 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 46aa3e0 Daily bump.
new 812f74f 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 hjl/pr68991/master
in repository gcc.
from 02d9b0a Disable ix86_legitimate_combined_insn
new b0f6cc7 Restore nonimmediate_or_sse_const_operand
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/predicates.md | 6 +++---
gcc/config/i386/sse.md | 4 ++--
2 files changed, 5 insertions(+), 5 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 1992399 2016-01-01 Sandra Loosemore <sandra(a)codesourcery.com>
new 855b105 * gnat.dg/specs/debug1.ads: Delete.
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/gnat.dg/specs/debug1.ads | 14 --------------
2 files changed, 4 insertions(+), 14 deletions(-)
delete mode 100644 gcc/testsuite/gnat.dg/specs/debug1.ads
--
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/pr68991/master
in repository gcc.
from fd68395 Add vector_memory_operand and "Bm" constraint
new 151e30d Add vector_operand
new a012f31 Use vector_operand on non-move SSE with 16b memory operand
new 02d9b0a Disable ix86_legitimate_combined_insn
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/config/i386/i386.c | 12 +-
gcc/config/i386/predicates.md | 15 +-
gcc/config/i386/sse.md | 479 +++++++++++++++++++++---------------------
gcc/config/i386/subst.md | 5 +-
4 files changed, 261 insertions(+), 250 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/pr68991/master
in repository gcc.
discards b58ec8a Add vector_memory_operand and "Bm" constraint
adds d810766 * gfortran.dg/coarray_40.f90: Revise to use dg-additional-op [...]
adds 2e4b618 2015-12-30 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
adds b73c21c Daily bump.
adds 1a4a84f * fr.po: Update.
adds 79a1473 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Correc [...]
adds eb32c60 * config.guess: Import version 2016-01-01. * config.sub: Likewise.
adds fb2c1ed Rotate ChangeLog.
adds 25371c9 PR target/69015 * ifcvt.c (find_cond_trap): Give up if retu [...]
adds 0f553cd Daily bump.
adds 57aa985 PR sanitizer/69055 * ubsan.c (ubsan_instrument_float_cast): [...]
adds 2a65906 PR tree-optimization/69070 * tree-ssa-math-opts.c (gimple_e [...]
adds 19a468b 2016-01-01 Paul Thomas <pault(a)gcc.gnu.org>
adds 48aaffa 2016-01-01 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
adds 98b481a PR target/68917 * config/tilegx/tilegx.md (clzsi2): Don't c [...]
adds bdc177d 2016-01-01 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
adds 89324f5 2016-01-01 Sandra Loosemore <sandra(a)codesourcery.com>
adds eefd9f2 Daily bump.
adds 1992399 2016-01-01 Sandra Loosemore <sandra(a)codesourcery.com>
new fd68395 Add vector_memory_operand and "Bm" constraint
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 (b58ec8a)
\
N -- N -- N refs/heads/hjl/pr68991/master (fd68395)
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:
ChangeLog | 5 +
config.guess | 23 +-
config.sub | 20 +-
gcc/ChangeLog | 44762 +------------------
gcc/{ChangeLog => ChangeLog-2015} | 0
gcc/DATESTAMP | 2 +-
gcc/config/i386/sse.md | 10 +-
gcc/config/tilegx/tilegx.md | 11 +-
gcc/doc/extend.texi | 121 +-
gcc/doc/invoke.texi | 26 +-
gcc/fortran/ChangeLog | 6 +
gcc/fortran/trans-array.c | 4 +-
gcc/ifcvt.c | 7 +-
gcc/po/ChangeLog | 4 +
gcc/po/fr.po | 745 +-
gcc/testsuite/ChangeLog | 20497 +--------
gcc/testsuite/{ChangeLog => ChangeLog-2015} | 12 +-
gcc/testsuite/g++.dg/{pr68991.C => pr68991-1.C} | 0
gcc/testsuite/g++.dg/{pr68991.C => pr68991-2.C} | 4 +-
gcc/testsuite/gcc.dg/pr69015.c | 10 +
gcc/testsuite/gcc.dg/pr69070.c | 9 +
gcc/testsuite/gfortran.dg/coarray_40.f90 | 4 +-
gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 4 +-
.../gfortran.dg/default_format_denormal_2.f90 | 2 +-
gcc/testsuite/gfortran.dg/error_format_2.f90 | 16 +
gcc/testsuite/gfortran.dg/pr68864.f90 | 43 +
gcc/testsuite/gfortran.dg/pr69055.f90 | 10 +
gcc/tree-ssa-math-opts.c | 3 +-
gcc/ubsan.c | 1 +
libgomp/ChangeLog | 23 +
.../libgomp.oacc-c-c++-common/loop-auto-1.c | 2 +-
.../testsuite/libgomp.oacc-c-c++-common/loop-g-1.c | 2 +-
.../testsuite/libgomp.oacc-c-c++-common/loop-g-2.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-gwv-1.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-red-g-1.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-red-gwv-1.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-red-v-1.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-red-v-2.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-red-w-1.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-red-w-2.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-red-wv-1.c | 2 +-
.../testsuite/libgomp.oacc-c-c++-common/loop-v-1.c | 2 +-
.../testsuite/libgomp.oacc-c-c++-common/loop-w-1.c | 2 +-
.../libgomp.oacc-c-c++-common/loop-wv-1.c | 2 +-
.../libgomp.oacc-c-c++-common/routine-g-1.c | 2 +-
.../libgomp.oacc-c-c++-common/routine-gwv-1.c | 2 +-
.../libgomp.oacc-c-c++-common/routine-v-1.c | 2 +-
.../libgomp.oacc-c-c++-common/routine-w-1.c | 2 +-
.../libgomp.oacc-c-c++-common/routine-wv-1.c | 2 +-
49 files changed, 672 insertions(+), 65750 deletions(-)
copy gcc/{ChangeLog => ChangeLog-2015} (100%)
copy gcc/testsuite/{ChangeLog => ChangeLog-2015} (99%)
copy gcc/testsuite/g++.dg/{pr68991.C => pr68991-1.C} (100%)
rename gcc/testsuite/g++.dg/{pr68991.C => pr68991-2.C} (97%)
create mode 100644 gcc/testsuite/gcc.dg/pr69015.c
create mode 100644 gcc/testsuite/gcc.dg/pr69070.c
create mode 100644 gcc/testsuite/gfortran.dg/error_format_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr68864.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr69055.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 eefd9f2 Daily bump.
new 1992399 2016-01-01 Sandra Loosemore <sandra(a)codesourcery.com>
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/doc/extend.texi | 6 ++++++
gcc/doc/invoke.texi | 3 +++
3 files changed, 17 insertions(+)
--
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 89324f5 2016-01-01 Sandra Loosemore <sandra(a)codesourcery.com>
new eefd9f2 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 ec1ba89 Daily bump.
new 46aa3e0 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 b0a6809 Daily bump.
new 41919bc 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.