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@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@gcc.gnu.org adds 48aaffa 2016-01-01 Jerry DeLisle jvdelisle@gcc.gnu.org adds 98b481a PR target/68917 * config/tilegx/tilegx.md (clzsi2): Don't c [...] adds bdc177d 2016-01-01 Jerry DeLisle jvdelisle@gcc.gnu.org adds 89324f5 2016-01-01 Sandra Loosemore sandra@codesourcery.com adds eefd9f2 Daily bump. adds 1992399 2016-01-01 Sandra Loosemore sandra@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