r245232 - in /branches/ibm/pr79038: ./ ChangeLo...

meissner@gcc.gnu.org meissner@gcc.gnu.org
Mon Feb 6 23:21:00 GMT 2017


Author: meissner
Date: Mon Feb  6 23:21:22 2017
New Revision: 245232

URL: https://gcc.gnu.org/viewcvs?rev=245232&root=gcc&view=rev
Log:
Merge up to 245231

Added:
    branches/ibm/pr79038/libstdc++-v3/config/abi/post/i386-solaris2.10/
      - copied from r245231, trunk/libstdc++-v3/config/abi/post/i386-solaris2.10/
    branches/ibm/pr79038/libstdc++-v3/config/abi/post/i386-solaris2.11/
      - copied from r245231, trunk/libstdc++-v3/config/abi/post/i386-solaris2.11/
    branches/ibm/pr79038/libstdc++-v3/config/abi/post/sparc-solaris2.10/
      - copied from r245231, trunk/libstdc++-v3/config/abi/post/sparc-solaris2.10/
    branches/ibm/pr79038/libstdc++-v3/config/abi/post/sparc-solaris2.11/
      - copied from r245231, trunk/libstdc++-v3/config/abi/post/sparc-solaris2.11/
    branches/ibm/pr79038/libstdc++-v3/src/c++11/cow-string-io-inst.cc
      - copied unchanged from r245231, trunk/libstdc++-v3/src/c++11/cow-string-io-inst.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc
      - copied unchanged from r245231, trunk/libstdc++-v3/src/c++11/cow-wstring-io-inst.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/sso_string.cc
      - copied unchanged from r245231, trunk/libstdc++-v3/src/c++11/sso_string.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/string-io-inst.cc
      - copied unchanged from r245231, trunk/libstdc++-v3/src/c++11/string-io-inst.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/wstring-io-inst.cc
      - copied unchanged from r245231, trunk/libstdc++-v3/src/c++11/wstring-io-inst.cc
Removed:
    branches/ibm/pr79038/libstdc++-v3/config/abi/post/solaris2.10/
    branches/ibm/pr79038/libstdc++-v3/config/abi/post/solaris2.11/
Modified:
    branches/ibm/pr79038/libstdc++-v3/ChangeLog
    branches/ibm/pr79038/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt
    branches/ibm/pr79038/libstdc++-v3/configure.host
    branches/ibm/pr79038/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
    branches/ibm/pr79038/libstdc++-v3/src/c++11/Makefile.am
    branches/ibm/pr79038/libstdc++-v3/src/c++11/Makefile.in
    branches/ibm/pr79038/libstdc++-v3/src/c++11/cow-string-inst.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/cow-wstring-inst.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/functexcept.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/functional.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/future.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/ios.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/regex.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/snprintf_lite.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++11/system_error.cc
    branches/ibm/pr79038/libstdc++-v3/src/c++98/misc-inst.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/20_util/duration/literals/range.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/1.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/1.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_null.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_null.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/12297.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_null.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_null.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc

Changes in other areas also in this revision:
Added:
    branches/ibm/pr79038/gcc/common/config/riscv/
      - copied from r245231, trunk/gcc/common/config/riscv/
    branches/ibm/pr79038/gcc/config/aarch64/thunderx2t99.md
      - copied unchanged from r245231, trunk/gcc/config/aarch64/thunderx2t99.md
    branches/ibm/pr79038/gcc/config/riscv/
      - copied from r245231, trunk/gcc/config/riscv/
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp0x/pr69637-1.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/cpp0x/pr69637-1.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp0x/pr69637-2.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/cpp0x/pr69637-2.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp0x/pr70448.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/cpp0x/pr70448.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1y/constexpr-79379.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-79379.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1z/decomp25.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/cpp1z/decomp25.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1z/nontype-auto7.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/cpp1z/nontype-auto7.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/init/ctor12.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/init/ctor12.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/lookup/pr79377.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/lookup/pr79377.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/template/error57.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/template/error57.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/template/incomplete8.C
      - copied unchanged from r245231, trunk/gcc/testsuite/g++.dg/template/incomplete8.C
    branches/ibm/pr79038/gcc/testsuite/gcc.c-torture/compile/pr78883.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.c-torture/compile/pr78883.c
    branches/ibm/pr79038/gcc/testsuite/gcc.c-torture/compile/pr79197.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.c-torture/compile/pr79197.c
    branches/ibm/pr79038/gcc/testsuite/gcc.c-torture/compile/pr79284.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.c-torture/compile/pr79284.c
    branches/ibm/pr79038/gcc/testsuite/gcc.c-torture/execute/pr79327.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.c-torture/execute/pr79327.c
    branches/ibm/pr79038/gcc/testsuite/gcc.c-torture/execute/pr79354.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.c-torture/execute/pr79354.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-11.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-11.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-12.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-12.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-13.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-13.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-14.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-14.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/pr79275.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79275.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/pr79327.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79327.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/pr79352.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79352.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/pr79376.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr79376.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/mvc9.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.target/i386/mvc9.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/powerpc/pr66144-1.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.target/powerpc/pr66144-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/powerpc/pr66144-2.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.target/powerpc/pr66144-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/powerpc/pr66144-3.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.target/powerpc/pr66144-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/powerpc/pr79197.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.target/powerpc/pr79197.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/powerpc/pr79354.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.target/powerpc/pr79354.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/sparc/20170205-1.c
      - copied unchanged from r245231, trunk/gcc/testsuite/gcc.target/sparc/20170205-1.c
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/allocate_with_source_24.f90
      - copied unchanged from r245231, trunk/gcc/testsuite/gfortran.dg/allocate_with_source_24.f90
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/der_ptr_component_2.f90
      - copied unchanged from r245231, trunk/gcc/testsuite/gfortran.dg/der_ptr_component_2.f90
    branches/ibm/pr79038/libgcc/config/riscv/
      - copied from r245231, trunk/libgcc/config/riscv/
Modified:
    branches/ibm/pr79038/   (props changed)
    branches/ibm/pr79038/ChangeLog
    branches/ibm/pr79038/MAINTAINERS
    branches/ibm/pr79038/configure
    branches/ibm/pr79038/configure.ac
    branches/ibm/pr79038/contrib/ChangeLog
    branches/ibm/pr79038/contrib/config-list.mk
    branches/ibm/pr79038/gcc/ChangeLog
    branches/ibm/pr79038/gcc/ChangeLog.meissner
    branches/ibm/pr79038/gcc/DATESTAMP
    branches/ibm/pr79038/gcc/REVISION
    branches/ibm/pr79038/gcc/ada/ChangeLog
    branches/ibm/pr79038/gcc/ada/adaint.c
    branches/ibm/pr79038/gcc/cfgloopmanip.c
    branches/ibm/pr79038/gcc/cfgloopmanip.h
    branches/ibm/pr79038/gcc/cgraph.c
    branches/ibm/pr79038/gcc/config.gcc
    branches/ibm/pr79038/gcc/config/aarch64/aarch64-cores.def
    branches/ibm/pr79038/gcc/config/aarch64/aarch64.c
    branches/ibm/pr79038/gcc/config/aarch64/aarch64.md
    branches/ibm/pr79038/gcc/config/avr/avr.c
    branches/ibm/pr79038/gcc/config/avr/avr.md
    branches/ibm/pr79038/gcc/config/i386/i386.c
    branches/ibm/pr79038/gcc/config/i386/sse.md
    branches/ibm/pr79038/gcc/config/rs6000/predicates.md
    branches/ibm/pr79038/gcc/config/rs6000/rs6000.c
    branches/ibm/pr79038/gcc/config/rs6000/rs6000.md
    branches/ibm/pr79038/gcc/config/rs6000/vector.md
    branches/ibm/pr79038/gcc/config/s390/linux.h
    branches/ibm/pr79038/gcc/config/s390/predicates.md
    branches/ibm/pr79038/gcc/config/s390/s390-c.c
    branches/ibm/pr79038/gcc/config/s390/s390.c
    branches/ibm/pr79038/gcc/config/s390/s390.md
    branches/ibm/pr79038/gcc/config/s390/vector.md
    branches/ibm/pr79038/gcc/config/s390/vx-builtins.md
    branches/ibm/pr79038/gcc/config/sparc/sync.md
    branches/ibm/pr79038/gcc/config/tilegx/tilegx.c
    branches/ibm/pr79038/gcc/config/tilepro/tilepro.c
    branches/ibm/pr79038/gcc/configure
    branches/ibm/pr79038/gcc/configure.ac
    branches/ibm/pr79038/gcc/cp/ChangeLog
    branches/ibm/pr79038/gcc/cp/class.c
    branches/ibm/pr79038/gcc/cp/constexpr.c
    branches/ibm/pr79038/gcc/cp/cp-gimplify.c
    branches/ibm/pr79038/gcc/cp/decl.c
    branches/ibm/pr79038/gcc/cp/decl2.c
    branches/ibm/pr79038/gcc/cp/optimize.c
    branches/ibm/pr79038/gcc/cp/parser.c
    branches/ibm/pr79038/gcc/cp/pt.c
    branches/ibm/pr79038/gcc/cp/tree.c
    branches/ibm/pr79038/gcc/doc/contrib.texi
    branches/ibm/pr79038/gcc/doc/extend.texi
    branches/ibm/pr79038/gcc/doc/install.texi
    branches/ibm/pr79038/gcc/doc/invoke.texi
    branches/ibm/pr79038/gcc/doc/md.texi
    branches/ibm/pr79038/gcc/doc/standards.texi
    branches/ibm/pr79038/gcc/doc/tm.texi
    branches/ibm/pr79038/gcc/doc/tm.texi.in
    branches/ibm/pr79038/gcc/emit-rtl.c
    branches/ibm/pr79038/gcc/explow.c
    branches/ibm/pr79038/gcc/fortran/ChangeLog
    branches/ibm/pr79038/gcc/fortran/trans-array.c
    branches/ibm/pr79038/gcc/fortran/trans-decl.c
    branches/ibm/pr79038/gcc/fortran/trans-stmt.c
    branches/ibm/pr79038/gcc/gimple-fold.c
    branches/ibm/pr79038/gcc/gimple-fold.h
    branches/ibm/pr79038/gcc/gimple-ssa-sprintf.c
    branches/ibm/pr79038/gcc/ipa-prop.c
    branches/ibm/pr79038/gcc/ipa-prop.h
    branches/ibm/pr79038/gcc/modulo-sched.c
    branches/ibm/pr79038/gcc/multiple_target.c
    branches/ibm/pr79038/gcc/omp-expand.c
    branches/ibm/pr79038/gcc/passes.def
    branches/ibm/pr79038/gcc/po/ChangeLog
    branches/ibm/pr79038/gcc/po/de.po
    branches/ibm/pr79038/gcc/sched-rgn.c
    branches/ibm/pr79038/gcc/symbol-summary.h
    branches/ibm/pr79038/gcc/symtab.c
    branches/ibm/pr79038/gcc/target.def
    branches/ibm/pr79038/gcc/testsuite/ChangeLog
    branches/ibm/pr79038/gcc/testsuite/ChangeLog.meissner
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wunused-var-15.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wunused-var-16.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/asan/misalign-1.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/asan/misalign-2.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/asan/pr63316.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/builtin-shuffle-1.c
    branches/ibm/pr79038/gcc/testsuite/g++.dg/asan/pr69276.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1z/inh-ctor23.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/pr78112-2.C
    branches/ibm/pr79038/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.c-torture/execute/pr78622.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/20020312-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/asan/pr66314.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/asan/use-after-scope-10.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/asan/use-after-scope-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/asan/use-after-scope-9.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/builtin-apply2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/debug/dwarf2/align-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/debug/dwarf2/align-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/debug/dwarf2/align-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/debug/dwarf2/align-4.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/debug/dwarf2/align-5.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/debug/dwarf2/align-6.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/debug/dwarf2/align-as-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/ifcvt-4.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/loop-8.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/pr77587.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/pr77587a.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/sibcall-10.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/sibcall-9.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/sms-8.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-10.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-11.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-12.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-20040816-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-20040816-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-5.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-8.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-9.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-cd.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr56541.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr68583.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ldist-24.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/pr71078-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-10.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-11.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-12.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-13.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-4.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-5.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-6.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-7.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-8.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-9.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/aarch64/vector_initialization_nostack.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/powerpc/pr70669.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/s390/s390.exp
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/coarray_43.f90
    branches/ibm/pr79038/gcc/testsuite/lib/target-supports.exp
    branches/ibm/pr79038/gcc/tree-eh.c
    branches/ibm/pr79038/gcc/tree-if-conv.c
    branches/ibm/pr79038/gcc/tree-inline.c
    branches/ibm/pr79038/gcc/tree-parloops.c
    branches/ibm/pr79038/gcc/tree-ssa-ifcombine.c
    branches/ibm/pr79038/gcc/tree-ssa-loop-manip.c
    branches/ibm/pr79038/gcc/tree-ssa-loop-split.c
    branches/ibm/pr79038/gcc/tree-ssa-loop-unswitch.c
    branches/ibm/pr79038/gcc/tree-ssa-threadbackward.c
    branches/ibm/pr79038/gcc/tree-vect-loop-manip.c
    branches/ibm/pr79038/gcc/tree-vect-loop.c
    branches/ibm/pr79038/gcc/tree-vect-patterns.c
    branches/ibm/pr79038/gcc/tree-vect-slp.c
    branches/ibm/pr79038/gcc/tree-vect-stmts.c
    branches/ibm/pr79038/gcc/tree-vectorizer.h
    branches/ibm/pr79038/gcc/tree.c
    branches/ibm/pr79038/gcc/tree.h
    branches/ibm/pr79038/libatomic/ChangeLog
    branches/ibm/pr79038/libatomic/configure.tgt
    branches/ibm/pr79038/libgcc/ChangeLog
    branches/ibm/pr79038/libgcc/ChangeLog.meissner
    branches/ibm/pr79038/libgcc/config.host
    branches/ibm/pr79038/libgomp/ChangeLog
    branches/ibm/pr79038/libgomp/libgomp-plugin.h
    branches/ibm/pr79038/libgomp/libgomp.h
    branches/ibm/pr79038/libgomp/plugin/plugin-nvptx.c
    branches/ibm/pr79038/libgomp/target.c
    branches/ibm/pr79038/libsanitizer/ChangeLog
    branches/ibm/pr79038/libsanitizer/sanitizer_common/sanitizer_mac.cc
    branches/ibm/pr79038/libsanitizer/sanitizer_common/sanitizer_platform_interceptors.h

Propchange: branches/ibm/pr79038/
            ('svn:mergeinfo' added)

Propchange: branches/ibm/pr79038/
            ('svnmerge-integrated' modified)




More information about the Libstdc++-cvs mailing list