This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch melt-branch in repository gcc.
from 1eee353 2016-04-16 Basile Starynkevitch basile@starynkevitch.net [...] new 2eb0fcb 2016-04-16 Basile Starynkevitch basile@starynkevitch.net [...]
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.MELT | 9 + contrib/ChangeLog | 5 + contrib/header-tools/ChangeLog | 12 + contrib/header-tools/README | 283 ++++++++++ contrib/header-tools/count-headers | 58 ++ contrib/header-tools/gcc-order-headers | 397 ++++++++++++++ contrib/header-tools/graph-header-logs | 227 ++++++++ contrib/header-tools/graph-include-web | 122 +++++ contrib/header-tools/headerutils.py | 554 +++++++++++++++++++ contrib/header-tools/included-by | 112 ++++ contrib/header-tools/reduce-headers | 596 +++++++++++++++++++++ contrib/header-tools/replace-header | 53 ++ contrib/header-tools/show-headers | 151 ++++++ gcc/ChangeLog | 26 +- gcc/bb-reorder.c | 4 +- gcc/c-family/c-ada-spec.h | 4 +- gcc/c-family/c-common.c | 4 +- gcc/c-family/c-common.h | 9 +- gcc/c-family/c-format.c | 16 +- gcc/c-family/c-format.h | 28 +- gcc/c-family/c-objc.h | 4 +- gcc/c-family/c-omp.c | 6 +- gcc/c-family/c-ppoutput.c | 4 +- gcc/c-family/c-pragma.c | 20 +- gcc/c-family/c-pragma.h | 11 +- gcc/c/c-aux-info.c | 3 +- gcc/c/c-parser.c | 16 +- gcc/c/c-tree.h | 4 +- gcc/cfgloop.h | 2 +- gcc/collect2.c | 8 +- gcc/combine.c | 4 +- gcc/config/aarch64/aarch64.md | 2 +- gcc/config/alpha/alpha-protos.h | 2 - gcc/config/alpha/alpha.c | 37 +- gcc/config/alpha/alpha.h | 31 -- gcc/config/rs6000/xilinx.opt | 4 +- gcc/config/rx/predicates.md | 2 +- gcc/config/rx/rx.c | 2 +- gcc/cp/call.c | 16 +- gcc/cp/class.c | 12 +- gcc/cp/constexpr.c | 24 +- gcc/cp/cp-tree.h | 101 ++-- gcc/cp/decl.c | 12 +- gcc/cp/decl2.c | 5 +- gcc/cp/except.c | 4 +- gcc/cp/mangle.c | 25 +- gcc/cp/method.c | 6 +- gcc/cp/name-lookup.h | 20 +- gcc/cp/parser.c | 33 +- gcc/cp/parser.h | 36 +- gcc/cp/pt.c | 51 +- gcc/cp/rtti.c | 8 +- gcc/cp/semantics.c | 4 +- gcc/cp/tree.c | 16 +- gcc/cp/typeck.c | 7 +- gcc/cp/typeck2.c | 7 +- gcc/doc/gccint.texi | 4 - gcc/doc/invoke.texi | 5 - gcc/dse.c | 4 +- gcc/dwarf2cfi.c | 20 +- gcc/dwarf2out.c | 6 +- gcc/fold-const.c | 1 + gcc/fortran/dependency.c | 5 +- gcc/fortran/dependency.h | 5 +- gcc/fortran/gfortran.h | 161 +++--- gcc/fortran/io.c | 5 +- gcc/fortran/module.c | 10 +- gcc/fortran/parse.h | 5 +- gcc/fortran/resolve.c | 15 +- gcc/fortran/trans-types.h | 4 +- gcc/fortran/trans.h | 10 +- gcc/gcse-common.h | 4 +- gcc/gdbinit.in | 14 - gcc/genopinit.c | 8 +- gcc/ggc-page.c | 8 +- gcc/graphite-isl-ast-to-gimple.c | 73 +-- gcc/loop-iv.c | 127 +---- gcc/lto/lto.h | 4 +- gcc/machmode.h | 4 +- gcc/mcf.c | 24 +- gcc/modulo-sched.c | 4 - gcc/objc/objc-act.h | 10 +- gcc/objc/objc-next-runtime-abi-02.c | 16 +- gcc/objc/objc-runtime-hooks.h | 4 +- gcc/omp-low.c | 4 +- gcc/optabs-query.h | 9 + gcc/optabs-tree.c | 3 + gcc/optabs.c | 49 +- gcc/optabs.def | 1 + gcc/params.def | 24 - gcc/passes.c | 6 +- gcc/read-rtl.c | 6 - gcc/sched-rgn.c | 15 +- gcc/sese.c | 44 +- gcc/sese.h | 5 - gcc/signop.h | 4 +- gcc/testsuite/g++.dg/compat/compat.exp | 1 + gcc/testsuite/g++.dg/compat/struct-layout-1.exp | 1 + .../gcc.dg/graphite/{scop-5.c => scop-23.c} | 16 +- gcc/testsuite/gcc.dg/pr42631.c | 5 +- gcc/testsuite/gcc.target/aarch64/fp16/set_zero_1.c | 21 + gcc/testsuite/gcc.target/i386/pr47312.c | 4 +- gcc/testsuite/lib/asan-dg.exp | 1 + gcc/testsuite/lib/atomic-dg.exp | 1 + gcc/testsuite/lib/cilk-plus-dg.exp | 1 + gcc/testsuite/lib/clearcap.exp | 1 + gcc/testsuite/lib/mpx-dg.exp | 1 + gcc/testsuite/lib/target-supports.exp | 24 + gcc/testsuite/lib/tsan-dg.exp | 1 + gcc/testsuite/lib/ubsan-dg.exp | 1 + gcc/toplev.c | 7 - gcc/toplev.h | 1 - gcc/tree-call-cdce.c | 4 +- gcc/tree-dfa.c | 3 +- gcc/tree-diagnostic.c | 4 +- gcc/tree-inline.h | 4 +- gcc/tree-scalar-evolution.c | 4 +- gcc/tree-ssa-address.c | 4 +- gcc/tree-ssa-dom.c | 180 ------- gcc/tree-ssa-loop-niter.c | 4 +- gcc/tree-ssa-loop.h | 2 +- gcc/tree-ssa-pre.c | 4 +- gcc/tree-ssa-reassoc.c | 4 +- gcc/tree-ssa-sccvn.h | 2 +- gcc/tree-ssa-structalias.c | 2 +- gcc/tree-ssa-uninit.c | 4 +- gcc/tree-ssa.h | 3 +- gcc/tree-vect-loop-manip.c | 4 +- gcc/tree-vect-patterns.c | 30 +- gcc/tree-vect-slp.c | 22 +- gcc/tree-vect-stmts.c | 93 +++- gcc/tree-vectorizer.h | 4 +- gcc/tree-vrp.c | 4 +- gcc/var-tracking.c | 28 +- gcc/web.c | 6 +- intl/aclocal.m4 | 1 - libcpp/aclocal.m4 | 1 - libdecnumber/aclocal.m4 | 1 - libstdc++-v3/include/bits/regex_automaton.h | 6 +- libstdc++-v3/include/bits/regex_automaton.tcc | 11 +- libstdc++-v3/include/bits/regex_compiler.h | 12 +- libstdc++-v3/include/bits/regex_compiler.tcc | 37 +- libstdc++-v3/include/bits/regex_error.h | 11 + libstdc++-v3/include/bits/regex_scanner.tcc | 55 +- .../testsuite/20_util/duration/arithmetic/1.cc | 1 + .../testsuite/20_util/duration/arithmetic/2.cc | 1 + libstdc++-v3/testsuite/20_util/duration/cons/1.cc | 2 +- libstdc++-v3/testsuite/20_util/duration/cons/2.cc | 1 - .../explicit_instantiation.cc | 1 + .../explicit_instantiation.cc | 2 - lto-plugin/configure | 1 - 151 files changed, 3412 insertions(+), 1187 deletions(-) create mode 100644 contrib/header-tools/ChangeLog create mode 100644 contrib/header-tools/README create mode 100755 contrib/header-tools/count-headers create mode 100755 contrib/header-tools/gcc-order-headers create mode 100755 contrib/header-tools/graph-header-logs create mode 100755 contrib/header-tools/graph-include-web create mode 100755 contrib/header-tools/headerutils.py create mode 100755 contrib/header-tools/included-by create mode 100755 contrib/header-tools/reduce-headers create mode 100755 contrib/header-tools/replace-header create mode 100755 contrib/header-tools/show-headers copy gcc/testsuite/gcc.dg/graphite/{scop-5.c => scop-23.c} (69%) create mode 100644 gcc/testsuite/gcc.target/aarch64/fp16/set_zero_1.c