This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr69201/gcc-6-branch in repository gcc.
discards 9f07e3b Remove ssememalign discards e47dfd9 Simplify ix86_expand_vector_move_misalign discards eadada5 Remove UNSPEC_LOADU and UNSPEC_STOREU adds 73fc3c6 Daily bump. adds 4a71630 PR70674: S/390: Add memory barrier to stack pointer restore f [...] adds 3c9daa4 2016-04-20 Richard Biener rguenther@suse.de adds 53a044c PR tree-optimization/70725 * tree-if-conv.c (is_false_predi [...] adds 9756227 * tree-if-conv.c (is_false_predicate): For NULL_TREE return [...] adds e198338 PR c++/66543 - -Wunused-but-set* false positives adds 9f9b359 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for. adds c43d292 [AArch64] Work around PR target/64971 adds 736237d Daily bump. adds b307494 2016-04-21 Richard Biener rguenther@suse.de adds d12d9d0 Cherry-pick r266868 from upstream. adds 06f663b libgomp nvptx plugin: make cuMemFreeHost error non-fatal adds e5102a4 Regenerate .pot files for GCC 6. adds 53efa62 * sv.po: Update. adds 6c18bed Daily bump. adds 49622ef [PATCH 1/2] (header usage fix) remove unused system header includes adds ec8c949 [PATCH 2/2] (header usage fix) include c++ headers in system.h adds 5f458d2 Replace -skip-rax-setup with -mskip-rax-setup adds 5d3935f PR c++/70522 - fix N4381 customization points adds 3044c96 PR c++/68206 - Fix constexpr diagnostics with loops. adds 33083e3 Daily bump. adds 147a280 Daily bump. adds ea4697a 2016-04-23 Jerry DeLisle jvdelisle@gcc.gnu.org adds 73e167c Daily bump. adds 0112f07 2016-04-25 Richard Biener rguenther@suse.de adds 71c4a5b * sv.po: Update. adds d648fe4 Daily bump. adds bf454e5 PR bootstrap/70704 * pt.c (build_non_dependent_expr): Tempo [...] adds 8d710a1 Daily bump. adds 869e737 * gcc-interface/Makefile.in (x86 GNU/Hurd): Use s-osinte-gnu [...] adds ff06064 * gennews (files): Add files for GCC 6. adds c441d9e Update ChangeLog and version files for release adds f2ffbec * BASE-VER: Set to 6.1.1. adds a71343b AVX-512. PR target/70728. Use separate constraint for AVX-512BW adds ebe504e Backported from mainline 2016-04-19 Jakub Jelinek <jakub@ [...] adds 1d81597 Backported from mainline 2016-04-23 Jakub Jelinek <jakub@ [...] adds f3b7fe4 2016-04-27 Richard Biener rguenther@suse.de adds a18e4d4 X86: Fix a typo in call_insn_operand adds 7934613 2016-04-27 Dominique d'Humieres dominiq@lps.ens.fr adds b58e012 2016-04-27 Bill Schmidt wschmidt@linux.vnet.ibm.com adds 104cae2 Daily bump. adds a362514 2016-04-28 Matthias Klose doko@ubuntu.com adds 5bb28be /cp 2016-04-28 Paolo Carlini paolo.carlini@oracle.com adds 629b270 Backport from mainline 2016-04-27 Eric Botcazou <ebotcazo [...] adds f67bf77 PR ada/70786 * a-textio.adb (Get_Immediate): Add missing 'n [...] adds 0ce7d61 Update .po files. adds dfe9189 Don't include minor version in GCJ ABI version (PR java/70839) adds bde1279 PR target/70858 * config/i386/i386.c (bdesc_special_args): [...] adds a0673e2 Daily bump. adds 5ae6e48 2016-04-29 Dominique d'Humieres dominiq@lps.ens.fr adds 0af8d1f gcc/c-family/ PR middle-end/70626 * c-common.h (c_oacc_spl [...] adds 6f49aed Daily bump. adds 13bb03e * sv.po: Update. adds 1ce1d9a * zh_CN.po: Update. adds 80f7883 Daily bump. adds 88da87f Daily bump. new 5b34cb6 Remove UNSPEC_LOADU and UNSPEC_STOREU new 89a9e8d Remove ssememalign new b100353 Simplify ix86_expand_vector_move_misalign
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 (9f07e3b) \ N -- N -- N refs/heads/hjl/pr69201/gcc-6-branch (b100353)
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 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: ChangeLog | 4 + boehm-gc/ChangeLog | 4 + config/ChangeLog | 4 + contrib/ChangeLog | 8 + contrib/gennews | 3 +- contrib/header-tools/ChangeLog | 4 + contrib/reghunt/ChangeLog | 4 + contrib/regression/ChangeLog | 4 + fixincludes/ChangeLog | 4 + gcc/BASE-VER | 2 +- gcc/ChangeLog | 157 + gcc/DATESTAMP | 2 +- gcc/DEV-PHASE | 1 - gcc/ada/ChangeLog | 23 + gcc/ada/a-textio.adb | 2 +- gcc/ada/gcc-interface/Makefile.in | 2 +- gcc/ada/gcc-interface/misc.c | 3 - gcc/ada/{s-osinte-posix.adb => s-osinte-gnu.adb} | 43 +- gcc/ada/s-osinte-gnu.ads | 14 +- gcc/auto-profile.c | 7 +- gcc/c-family/ChangeLog | 15 + gcc/c-family/c-common.h | 2 +- gcc/c-family/c-cppbuiltin.c | 4 +- gcc/c-family/c-omp.c | 21 +- gcc/c/ChangeLog | 12 + gcc/c/c-objc-common.c | 2 - gcc/c/c-parser.c | 6 +- gcc/cfgexpand.c | 2 +- gcc/config/aarch64/aarch64.md | 15 + gcc/config/aarch64/cortex-a57-fma-steering.c | 3 +- gcc/config/i386/i386.c | 14 +- gcc/config/i386/predicates.md | 2 +- gcc/config/i386/sse.md | 15 +- gcc/config/rs6000/rs6000-builtin.def | 14 +- gcc/config/s390/s390.c | 91 +- gcc/config/s390/s390.md | 10 + gcc/config/sh/sh.c | 2 +- gcc/config/sh/sh_treg_combine.cc | 7 +- gcc/cp/ChangeLog | 43 + gcc/cp/constexpr.c | 11 + gcc/cp/error.c | 2 - gcc/cp/expr.c | 1 + gcc/cp/logic.cc | 3 +- gcc/cp/name-lookup.c | 3 +- gcc/cp/parser.c | 6 +- gcc/cp/pt.c | 7 +- gcc/cp/semantics.c | 8 +- gcc/diagnostic.c | 2 - gcc/doc/invoke.texi | 2 +- gcc/fold-const.c | 4 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/error.c | 2 - gcc/fortran/trans-common.c | 4 +- gcc/fortran/trans-openmp.c | 3 +- gcc/genmatch.c | 1 - gcc/gimplify.c | 10 +- gcc/go/ChangeLog | 4 + gcc/graphite-isl-ast-to-gimple.c | 2 +- gcc/ipa-icf-gimple.c | 1 - gcc/ipa-icf.c | 2 +- gcc/java/ChangeLog | 14 + gcc/java/decl.c | 15 +- gcc/jit/ChangeLog | 4 + gcc/lto/ChangeLog | 4 + gcc/objc/ChangeLog | 4 + gcc/objcp/ChangeLog | 4 + gcc/po/ChangeLog | 26 + gcc/po/be.po | 12920 ++++++++-------- gcc/po/da.po | 13007 ++++++++-------- gcc/po/de.po | 13017 ++++++++-------- gcc/po/el.po | 12932 ++++++++-------- gcc/po/es.po | 13008 ++++++++-------- gcc/po/fi.po | 12968 ++++++++-------- gcc/po/fr.po | 13003 ++++++++-------- gcc/po/gcc.pot | 5253 +++---- gcc/po/hr.po | 12912 ++++++++-------- gcc/po/id.po | 12990 ++++++++-------- gcc/po/ja.po | 12982 ++++++++-------- gcc/po/nl.po | 12952 ++++++++-------- gcc/po/ru.po | 12969 ++++++++-------- gcc/po/sr.po | 12990 ++++++++-------- gcc/po/sv.po | 14816 +++++++++---------- gcc/po/tr.po | 13005 ++++++++-------- gcc/po/uk.po | 13372 ++++++++--------- gcc/po/vi.po | 13112 ++++++++-------- gcc/po/zh_CN.po | 14197 +++++++++--------- gcc/po/zh_TW.po | 12974 ++++++++-------- gcc/pretty-print.c | 2 - gcc/stor-layout.c | 20 - gcc/stor-layout.h | 1 - gcc/system.h | 12 + gcc/testsuite/ChangeLog | 82 + gcc/testsuite/c-c++-common/asan/pr70712.c | 32 + .../c-c++-common/goacc/combined-reduction.c | 29 + .../compile/pr17906.c => g++.dg/cpp0x/auto48.C} | 7 +- gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.C | 19 + gcc/testsuite/g++.dg/lookup/friend18.C | 15 + gcc/testsuite/g++.dg/vect/pr70726.cc | 19 + gcc/testsuite/g++.dg/warn/Wunused-parm-7.C | 17 + gcc/testsuite/g++.dg/warn/Wunused-parm-8.C | 9 + gcc/testsuite/g++.dg/warn/Wunused-var-24.C | 10 + gcc/testsuite/g++.dg/warn/Wunused-var-25.C | 15 + gcc/testsuite/gcc.c-torture/compile/pr37433-1.c | 11 + gcc/testsuite/gcc.dg/pr70725.c | 22 + gcc/testsuite/gcc.dg/pr70747.c | 10 + gcc/testsuite/gcc.dg/torture/pr70780.c | 26 + gcc/testsuite/gcc.target/i386/pr70728.c | 30 + gcc/testsuite/gcc.target/i386/pr70750-1.c | 11 + gcc/testsuite/gcc.target/i386/pr70750-2.c | 11 + gcc/testsuite/gcc.target/i386/pr70858.c | 45 + gcc/testsuite/gcc.target/s390/pr70674.c | 13 + gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 | 2 +- gcc/testsuite/gfortran.dg/list_read_14.f90 | 25 + gcc/testsuite/gfortran.dg/submodule_14.f08 | 2 +- gcc/testsuite/gfortran.dg/submodule_15.f08 | 1 + gcc/toplev.c | 2 - gcc/tree-if-conv.c | 12 +- gcc/tree-ssa-pre.c | 10 +- gcc/tree-ssa-structalias.c | 29 +- gcc/tree-vect-stmts.c | 10 + gnattools/ChangeLog | 4 + gotools/ChangeLog | 4 + include/ChangeLog | 4 + intl/ChangeLog | 4 + libada/ChangeLog | 4 + libatomic/ChangeLog | 4 + libbacktrace/ChangeLog | 4 + libcc1/ChangeLog | 4 + libcilkrts/ChangeLog | 4 + libcpp/ChangeLog | 4 + libcpp/po/ChangeLog | 18 + libcpp/po/be.po | 147 +- libcpp/po/ca.po | 147 +- libcpp/po/cpplib.pot | 72 +- libcpp/po/da.po | 149 +- libcpp/po/de.po | 156 +- libcpp/po/el.po | 147 +- libcpp/po/eo.po | 149 +- libcpp/po/es.po | 147 +- libcpp/po/fi.po | 149 +- libcpp/po/fr.po | 153 +- libcpp/po/id.po | 147 +- libcpp/po/ja.po | 147 +- libcpp/po/nl.po | 149 +- libcpp/po/pt_BR.po | 167 +- libcpp/po/ru.po | 155 +- libcpp/po/sr.po | 149 +- libcpp/po/sv.po | 153 +- libcpp/po/tr.po | 147 +- libcpp/po/uk.po | 153 +- libcpp/po/vi.po | 153 +- libcpp/po/zh_CN.po | 147 +- libcpp/po/zh_TW.po | 149 +- libdecnumber/ChangeLog | 4 + libffi/ChangeLog | 4 + libgcc/ChangeLog | 4 + libgcc/config/libbid/ChangeLog | 4 + libgfortran/ChangeLog | 10 + libgfortran/io/list_read.c | 2 +- libgomp/ChangeLog | 25 + libgomp/plugin/plugin-nvptx.c | 2 +- libgomp/testsuite/libgomp.c/pr70680-1.c | 75 + libgomp/testsuite/libgomp.c/pr70680-2.c | 79 + .../libgomp.oacc-c++/template-reduction.C | 8 +- .../libgomp.oacc-c-c++-common/combined-reduction.c | 23 + .../libgomp.oacc-fortran/combined-reduction.f90 | 19 + libiberty/ChangeLog | 4 + libitm/ChangeLog | 4 + libjava/ChangeLog | 12 + libjava/classpath/ChangeLog | 4 + libjava/libltdl/ChangeLog | 4 + libjava/testsuite/lib/libjava.exp | 2 +- libmpx/ChangeLog | 4 + libobjc/ChangeLog | 4 + liboffloadmic/ChangeLog | 4 + libquadmath/ChangeLog | 4 + libsanitizer/ChangeLog | 9 + libsanitizer/asan/asan_mac.cc | 6 +- libssp/ChangeLog | 4 + libstdc++-v3/ChangeLog | 4 + libvtv/ChangeLog | 4 + lto-plugin/ChangeLog | 4 + maintainer-scripts/ChangeLog | 4 + zlib/ChangeLog | 4 + 184 files changed, 132185 insertions(+), 128123 deletions(-) copy gcc/ada/{s-osinte-posix.adb => s-osinte-gnu.adb} (76%) create mode 100644 gcc/testsuite/c-c++-common/asan/pr70712.c create mode 100644 gcc/testsuite/c-c++-common/goacc/combined-reduction.c copy gcc/testsuite/{gcc.c-torture/compile/pr17906.c => g++.dg/cpp0x/auto48.C} (50%) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.C create mode 100644 gcc/testsuite/g++.dg/lookup/friend18.C create mode 100644 gcc/testsuite/g++.dg/vect/pr70726.cc create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-parm-7.C create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-parm-8.C create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-24.C create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-25.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr37433-1.c create mode 100644 gcc/testsuite/gcc.dg/pr70725.c create mode 100644 gcc/testsuite/gcc.dg/pr70747.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr70780.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70728.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70858.c create mode 100644 gcc/testsuite/gcc.target/s390/pr70674.c create mode 100644 gcc/testsuite/gfortran.dg/list_read_14.f90 create mode 100644 libgomp/testsuite/libgomp.c/pr70680-1.c create mode 100644 libgomp/testsuite/libgomp.c/pr70680-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/combined-reduction.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/combined-reduction.f90