This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Author: meissner
Date: Fri Jan 20 22:30:42 2017
New Revision: 244735

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

Added:
    branches/ibm/pr79038/libstdc++-v3/testsuite/20_util/allocator_traits/members/pointers.cc
      - copied unchanged from r244734, trunk/libstdc++-v3/testsuite/20_util/allocator_traits/members/pointers.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc
      - copied unchanged from r244734, trunk/libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc
      - copied unchanged from r244734, trunk/libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/23_containers/priority_queue/67085.cc
      - copied unchanged from r244734, trunk/libstdc++-v3/testsuite/23_containers/priority_queue/67085.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/25_algorithms/is_partitioned/2.cc
      - copied unchanged from r244734, trunk/libstdc++-v3/testsuite/25_algorithms/is_partitioned/2.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/25_algorithms/make_heap/movable.cc
      - copied unchanged from r244734, trunk/libstdc++-v3/testsuite/25_algorithms/make_heap/movable.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/shared_ptr/
      - copied from r244734, trunk/libstdc++-v3/testsuite/ext/shared_ptr/
Modified:
    branches/ibm/pr79038/libstdc++-v3/ChangeLog
    branches/ibm/pr79038/libstdc++-v3/acinclude.m4
    branches/ibm/pr79038/libstdc++-v3/configure
    branches/ibm/pr79038/libstdc++-v3/doc/html/manual/abi.html
    branches/ibm/pr79038/libstdc++-v3/doc/xml/manual/abi.xml
    branches/ibm/pr79038/libstdc++-v3/include/Makefile.am
    branches/ibm/pr79038/libstdc++-v3/include/Makefile.in
    branches/ibm/pr79038/libstdc++-v3/include/bits/alloc_traits.h
    branches/ibm/pr79038/libstdc++-v3/include/bits/c++config
    branches/ibm/pr79038/libstdc++-v3/include/bits/predefined_ops.h
    branches/ibm/pr79038/libstdc++-v3/include/bits/ptr_traits.h
    branches/ibm/pr79038/libstdc++-v3/include/bits/random.h
    branches/ibm/pr79038/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/ibm/pr79038/libstdc++-v3/include/bits/stl_algo.h
    branches/ibm/pr79038/libstdc++-v3/include/bits/stl_heap.h
    branches/ibm/pr79038/libstdc++-v3/include/bits/uniform_int_dist.h
    branches/ibm/pr79038/libstdc++-v3/include/experimental/any
    branches/ibm/pr79038/libstdc++-v3/include/ext/random
    branches/ibm/pr79038/libstdc++-v3/include/std/any
    branches/ibm/pr79038/libstdc++-v3/include/std/type_traits
    branches/ibm/pr79038/libstdc++-v3/testsuite/20_util/any/misc/any_cast.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/experimental/any/misc/any_cast.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/beta_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc
    branches/ibm/pr79038/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/parms.cc

Changes in other areas also in this revision:
Added:
    branches/ibm/pr79038/config/ax_check_define.m4
      - copied unchanged from r244734, trunk/config/ax_check_define.m4
    branches/ibm/pr79038/gcc/ada/s-boustr.adb
      - copied unchanged from r244734, trunk/gcc/ada/s-boustr.adb
    branches/ibm/pr79038/gcc/ada/s-boustr.ads
      - copied unchanged from r244734, trunk/gcc/ada/s-boustr.ads
    branches/ibm/pr79038/gcc/hsa-common.c
      - copied unchanged from r244734, trunk/gcc/hsa-common.c
    branches/ibm/pr79038/gcc/hsa-common.h
      - copied unchanged from r244734, trunk/gcc/hsa-common.h
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-1.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-10.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-10.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-11.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-11.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-12.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-12.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-2.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-3.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-3.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-4.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-4.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-5.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-5.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-6.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-6.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-7.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-7.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-8.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-8.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wduplicated-branches-9.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wduplicated-branches-9.c
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wimplicit-fallthrough-35.c
      - copied unchanged from r244734, trunk/gcc/testsuite/c-c++-common/Wimplicit-fallthrough-35.c
    branches/ibm/pr79038/gcc/testsuite/g++.dg/concepts/var-templ3.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/concepts/var-templ3.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1y/var-templ55.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ55.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1z/class-deduction25.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction25.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1z/class-deduction26.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction26.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1z/decomp21.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/cpp1z/decomp21.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1z/inh-ctor38.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/cpp1z/inh-ctor38.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/spellcheck-pr77829.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/spellcheck-pr77829.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/spellcheck-pr78656.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/spellcheck-pr78656.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/warn/Wduplicated-branches1.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/warn/Wduplicated-branches1.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/warn/Wduplicated-branches2.C
      - copied unchanged from r244734, trunk/gcc/testsuite/g++.dg/warn/Wduplicated-branches2.C
    branches/ibm/pr79038/gcc/testsuite/gcc.c-torture/execute/pr79121.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.c-torture/execute/pr79121.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/lto/pr69188_0.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.dg/lto/pr69188_0.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/lto/pr69188_1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.dg/lto/pr69188_1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/strcmp-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.dg/strcmp-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/aarch64/return_address_sign_1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/aarch64/return_address_sign_1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/aarch64/return_address_sign_2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/aarch64/return_address_sign_2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/aarch64/return_address_sign_3.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/aarch64/return_address_sign_3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512bw-kshiftld-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512bw-kshiftld-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512bw-kshiftld-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512bw-kshiftld-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512bw-kshiftlq-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512bw-kshiftlq-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512bw-kshiftlq-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512bw-kshiftlq-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512bw-kshiftrd-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512bw-kshiftrd-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512bw-kshiftrd-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512bw-kshiftrd-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512bw-kshiftrq-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512bw-kshiftrq-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512bw-kshiftrq-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512bw-kshiftrq-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512dq-kshiftlb-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512dq-kshiftlb-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512dq-kshiftlb-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512dq-kshiftlb-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512dq-kshiftrb-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512dq-kshiftrb-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512dq-kshiftrb-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512dq-kshiftrb-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512f-kshiftlw-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512f-kshiftlw-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512f-kshiftlw-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512f-kshiftlw-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512f-kshiftrw-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512f-kshiftrw-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx512f-kshiftrw-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/i386/avx512f-kshiftrw-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/madd4-1.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/mips/madd4-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/madd4-2.c
      - copied unchanged from r244734, trunk/gcc/testsuite/gcc.target/mips/madd4-2.c
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/coarray_43.f90
      - copied unchanged from r244734, trunk/gcc/testsuite/gfortran.dg/coarray_43.f90
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/pr50069_1.f90
      - copied unchanged from r244734, trunk/gcc/testsuite/gfortran.dg/pr50069_1.f90
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/pr50069_2.f90
      - copied unchanged from r244734, trunk/gcc/testsuite/gfortran.dg/pr50069_2.f90
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/pr55086_1.f90
      - copied unchanged from r244734, trunk/gcc/testsuite/gfortran.dg/pr55086_1.f90
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/pr55086_1_tfat.f90
      - copied unchanged from r244734, trunk/gcc/testsuite/gfortran.dg/pr55086_1_tfat.f90
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/pr55086_2.f90
      - copied unchanged from r244734, trunk/gcc/testsuite/gfortran.dg/pr55086_2.f90
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/pr55086_2_tfat.f90
      - copied unchanged from r244734, trunk/gcc/testsuite/gfortran.dg/pr55086_2_tfat.f90
    branches/ibm/pr79038/gcc/testsuite/gfortran.dg/pr55086_aliasing_dummy_4_tfat.f90
      - copied unchanged from r244734, trunk/gcc/testsuite/gfortran.dg/pr55086_aliasing_dummy_4_tfat.f90
    branches/ibm/pr79038/libgcc/config/aarch64/aarch64-unwind.h
      - copied unchanged from r244734, trunk/libgcc/config/aarch64/aarch64-unwind.h
Removed:
    branches/ibm/pr79038/gcc/config/i386/rtems-64.h
    branches/ibm/pr79038/gcc/hsa.c
    branches/ibm/pr79038/gcc/hsa.h
Modified:
    branches/ibm/pr79038/   (props changed)
    branches/ibm/pr79038/ChangeLog
    branches/ibm/pr79038/contrib/ChangeLog
    branches/ibm/pr79038/contrib/update-copyright.py
    branches/ibm/pr79038/gcc/BASE-VER
    branches/ibm/pr79038/gcc/ChangeLog
    branches/ibm/pr79038/gcc/ChangeLog.meissner
    branches/ibm/pr79038/gcc/DATESTAMP
    branches/ibm/pr79038/gcc/Makefile.in
    branches/ibm/pr79038/gcc/REVISION
    branches/ibm/pr79038/gcc/ada/ChangeLog
    branches/ibm/pr79038/gcc/ada/Makefile.rtl
    branches/ibm/pr79038/gcc/ada/a-locale.adb
    branches/ibm/pr79038/gcc/ada/a-locale.ads
    branches/ibm/pr79038/gcc/ada/adaint.h
    branches/ibm/pr79038/gcc/ada/atree.adb
    branches/ibm/pr79038/gcc/ada/atree.ads
    branches/ibm/pr79038/gcc/ada/bcheck.adb
    branches/ibm/pr79038/gcc/ada/binde.adb
    branches/ibm/pr79038/gcc/ada/binderr.ads
    branches/ibm/pr79038/gcc/ada/checks.adb
    branches/ibm/pr79038/gcc/ada/contracts.adb
    branches/ibm/pr79038/gcc/ada/debug.adb
    branches/ibm/pr79038/gcc/ada/einfo.adb
    branches/ibm/pr79038/gcc/ada/einfo.ads
    branches/ibm/pr79038/gcc/ada/exp_aggr.adb
    branches/ibm/pr79038/gcc/ada/exp_attr.adb
    branches/ibm/pr79038/gcc/ada/exp_ch11.adb
    branches/ibm/pr79038/gcc/ada/exp_ch3.adb
    branches/ibm/pr79038/gcc/ada/exp_ch4.adb
    branches/ibm/pr79038/gcc/ada/exp_ch6.adb
    branches/ibm/pr79038/gcc/ada/exp_ch6.ads
    branches/ibm/pr79038/gcc/ada/exp_ch7.adb
    branches/ibm/pr79038/gcc/ada/exp_ch9.adb
    branches/ibm/pr79038/gcc/ada/exp_dbug.adb
    branches/ibm/pr79038/gcc/ada/exp_util.adb
    branches/ibm/pr79038/gcc/ada/expect.c
    branches/ibm/pr79038/gcc/ada/freeze.adb
    branches/ibm/pr79038/gcc/ada/frontend.adb
    branches/ibm/pr79038/gcc/ada/ghost.adb
    branches/ibm/pr79038/gcc/ada/ghost.ads
    branches/ibm/pr79038/gcc/ada/gnat1drv.adb
    branches/ibm/pr79038/gcc/ada/gprep.adb
    branches/ibm/pr79038/gcc/ada/gsocket.h
    branches/ibm/pr79038/gcc/ada/inline.adb
    branches/ibm/pr79038/gcc/ada/lib-writ.ads
    branches/ibm/pr79038/gcc/ada/lib-xref-spark_specific.adb
    branches/ibm/pr79038/gcc/ada/lib-xref.adb
    branches/ibm/pr79038/gcc/ada/lib-xref.ads
    branches/ibm/pr79038/gcc/ada/nlists.adb
    branches/ibm/pr79038/gcc/ada/nlists.ads
    branches/ibm/pr79038/gcc/ada/s-maccod.ads
    branches/ibm/pr79038/gcc/ada/s-osinte-vxworks.ads
    branches/ibm/pr79038/gcc/ada/s-rident.ads
    branches/ibm/pr79038/gcc/ada/scn.ads
    branches/ibm/pr79038/gcc/ada/sem.adb
    branches/ibm/pr79038/gcc/ada/sem_aggr.adb
    branches/ibm/pr79038/gcc/ada/sem_attr.ads
    branches/ibm/pr79038/gcc/ada/sem_cat.adb
    branches/ibm/pr79038/gcc/ada/sem_ch10.adb
    branches/ibm/pr79038/gcc/ada/sem_ch12.adb
    branches/ibm/pr79038/gcc/ada/sem_ch13.adb
    branches/ibm/pr79038/gcc/ada/sem_ch3.adb
    branches/ibm/pr79038/gcc/ada/sem_ch4.adb
    branches/ibm/pr79038/gcc/ada/sem_ch4.ads
    branches/ibm/pr79038/gcc/ada/sem_ch5.adb
    branches/ibm/pr79038/gcc/ada/sem_ch6.adb
    branches/ibm/pr79038/gcc/ada/sem_ch7.adb
    branches/ibm/pr79038/gcc/ada/sem_ch8.adb
    branches/ibm/pr79038/gcc/ada/sem_ch9.adb
    branches/ibm/pr79038/gcc/ada/sem_dim.adb
    branches/ibm/pr79038/gcc/ada/sem_disp.adb
    branches/ibm/pr79038/gcc/ada/sem_elab.adb
    branches/ibm/pr79038/gcc/ada/sem_eval.adb
    branches/ibm/pr79038/gcc/ada/sem_prag.adb
    branches/ibm/pr79038/gcc/ada/sem_res.adb
    branches/ibm/pr79038/gcc/ada/sem_util.adb
    branches/ibm/pr79038/gcc/ada/sem_util.ads
    branches/ibm/pr79038/gcc/ada/sem_warn.adb
    branches/ibm/pr79038/gcc/ada/sinfo.adb
    branches/ibm/pr79038/gcc/ada/sinfo.ads
    branches/ibm/pr79038/gcc/ada/spark_xrefs.ads
    branches/ibm/pr79038/gcc/ada/table.ads
    branches/ibm/pr79038/gcc/ada/terminals.c
    branches/ibm/pr79038/gcc/c-family/ChangeLog
    branches/ibm/pr79038/gcc/c-family/c-common.h
    branches/ibm/pr79038/gcc/c-family/c-gimplify.c
    branches/ibm/pr79038/gcc/c-family/c-warn.c
    branches/ibm/pr79038/gcc/c-family/c.opt
    branches/ibm/pr79038/gcc/c/ChangeLog
    branches/ibm/pr79038/gcc/c/c-typeck.c
    branches/ibm/pr79038/gcc/cgraph.h
    branches/ibm/pr79038/gcc/cgraphclones.c
    branches/ibm/pr79038/gcc/combine-stack-adj.c
    branches/ibm/pr79038/gcc/config.gcc
    branches/ibm/pr79038/gcc/config/aarch64/aarch64-arches.def
    branches/ibm/pr79038/gcc/config/aarch64/aarch64-builtins.c
    branches/ibm/pr79038/gcc/config/aarch64/aarch64-opts.h
    branches/ibm/pr79038/gcc/config/aarch64/aarch64-protos.h
    branches/ibm/pr79038/gcc/config/aarch64/aarch64-simd.md
    branches/ibm/pr79038/gcc/config/aarch64/aarch64.c
    branches/ibm/pr79038/gcc/config/aarch64/aarch64.h
    branches/ibm/pr79038/gcc/config/aarch64/aarch64.md
    branches/ibm/pr79038/gcc/config/aarch64/aarch64.opt
    branches/ibm/pr79038/gcc/config/aarch64/iterators.md
    branches/ibm/pr79038/gcc/config/arc/arc.h
    branches/ibm/pr79038/gcc/config/arm/arm.c
    branches/ibm/pr79038/gcc/config/i386/avx512bwintrin.h
    branches/ibm/pr79038/gcc/config/i386/avx512dqintrin.h
    branches/ibm/pr79038/gcc/config/i386/avx512fintrin.h
    branches/ibm/pr79038/gcc/config/i386/i386-builtin-types.def
    branches/ibm/pr79038/gcc/config/i386/i386-builtin.def
    branches/ibm/pr79038/gcc/config/i386/i386.c
    branches/ibm/pr79038/gcc/config/i386/rtemself.h
    branches/ibm/pr79038/gcc/config/i386/sse.md
    branches/ibm/pr79038/gcc/config/mips/mips.h
    branches/ibm/pr79038/gcc/config/mips/mips.opt
    branches/ibm/pr79038/gcc/config/rs6000/altivec.h
    branches/ibm/pr79038/gcc/config/rs6000/altivec.md
    branches/ibm/pr79038/gcc/config/rs6000/power9.md
    branches/ibm/pr79038/gcc/config/rs6000/rs6000-cpus.def
    branches/ibm/pr79038/gcc/config/rs6000/rs6000-protos.h
    branches/ibm/pr79038/gcc/config/rs6000/rs6000.c
    branches/ibm/pr79038/gcc/config/rs6000/rs6000.md
    branches/ibm/pr79038/gcc/config/rs6000/spe.md
    branches/ibm/pr79038/gcc/cp/ChangeLog
    branches/ibm/pr79038/gcc/cp/call.c
    branches/ibm/pr79038/gcc/cp/cp-gimplify.c
    branches/ibm/pr79038/gcc/cp/cp-tree.h
    branches/ibm/pr79038/gcc/cp/decl.c
    branches/ibm/pr79038/gcc/cp/error.c
    branches/ibm/pr79038/gcc/cp/init.c
    branches/ibm/pr79038/gcc/cp/lex.c
    branches/ibm/pr79038/gcc/cp/name-lookup.c
    branches/ibm/pr79038/gcc/cp/parser.c
    branches/ibm/pr79038/gcc/cp/pt.c
    branches/ibm/pr79038/gcc/cp/semantics.c
    branches/ibm/pr79038/gcc/cp/typeck.c
    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/dwarf2cfi.c
    branches/ibm/pr79038/gcc/expr.c
    branches/ibm/pr79038/gcc/fold-const.c
    branches/ibm/pr79038/gcc/fortran/ChangeLog
    branches/ibm/pr79038/gcc/fortran/invoke.texi
    branches/ibm/pr79038/gcc/fortran/lang.opt
    branches/ibm/pr79038/gcc/fortran/trans-decl.c
    branches/ibm/pr79038/gcc/fortran/trans-expr.c
    branches/ibm/pr79038/gcc/fortran/trans-stmt.c
    branches/ibm/pr79038/gcc/gimplify.c
    branches/ibm/pr79038/gcc/go/gofrontend/MERGE
    branches/ibm/pr79038/gcc/hsa-brig.c
    branches/ibm/pr79038/gcc/hsa-dump.c
    branches/ibm/pr79038/gcc/hsa-gen.c
    branches/ibm/pr79038/gcc/hsa-regalloc.c
    branches/ibm/pr79038/gcc/ipa-cp.c
    branches/ibm/pr79038/gcc/ipa-hsa.c
    branches/ibm/pr79038/gcc/jit/ChangeLog
    branches/ibm/pr79038/gcc/jit/dummy-frontend.c
    branches/ibm/pr79038/gcc/langhooks-def.h
    branches/ibm/pr79038/gcc/langhooks.c
    branches/ibm/pr79038/gcc/lto/ChangeLog
    branches/ibm/pr79038/gcc/lto/lto-lang.c
    branches/ibm/pr79038/gcc/omp-expand.c
    branches/ibm/pr79038/gcc/omp-low.c
    branches/ibm/pr79038/gcc/omp-offload.c
    branches/ibm/pr79038/gcc/passes.c
    branches/ibm/pr79038/gcc/read-rtl-function.c
    branches/ibm/pr79038/gcc/reg-notes.def
    branches/ibm/pr79038/gcc/symtab.c
    branches/ibm/pr79038/gcc/testsuite/ChangeLog
    branches/ibm/pr79038/gcc/testsuite/ChangeLog.meissner
    branches/ibm/pr79038/gcc/testsuite/c-c++-common/Wimplicit-fallthrough-7.c
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-switch.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/cpp1z/decomp6.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/ext/builtin-object-size3.C
    branches/ibm/pr79038/gcc/testsuite/g++.dg/gomp/loop-1.C
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/attr-alloc_size-4.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/strncmp-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.dg/vect/pr71264.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/arm/optional_thumb-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/arm/optional_thumb-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/arm/optional_thumb-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/avx-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/mips-ps-type-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/mips-ps-type.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/mips.exp
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/nmadd-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/nmadd-2.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/mips/nmadd-3.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/powerpc/p9-xxbr-1.c
    branches/ibm/pr79038/gcc/testsuite/gcc.target/powerpc/p9-xxbr-2.c
    branches/ibm/pr79038/gcc/testsuite/jit.dg/test-threads.c
    branches/ibm/pr79038/gcc/testsuite/lib/target-supports.exp
    branches/ibm/pr79038/gcc/toplev.c
    branches/ibm/pr79038/gcc/tree-core.h
    branches/ibm/pr79038/gcc/tree-inline.c
    branches/ibm/pr79038/gcc/tree-profile.c
    branches/ibm/pr79038/gcc/tree-ssa-sccvn.c
    branches/ibm/pr79038/gcc/tree-ssa.c
    branches/ibm/pr79038/gcc/tree.c
    branches/ibm/pr79038/libcilkrts/ChangeLog
    branches/ibm/pr79038/libcilkrts/Makefile.in
    branches/ibm/pr79038/libcilkrts/aclocal.m4
    branches/ibm/pr79038/libgcc/ChangeLog
    branches/ibm/pr79038/libgcc/ChangeLog.meissner
    branches/ibm/pr79038/libgcc/config.host
    branches/ibm/pr79038/libgcc/config/aarch64/linux-unwind.h
    branches/ibm/pr79038/libgcc/unwind-dw2.c
    branches/ibm/pr79038/libgfortran/ChangeLog
    branches/ibm/pr79038/libgfortran/acinclude.m4
    branches/ibm/pr79038/libgfortran/configure
    branches/ibm/pr79038/libgfortran/configure.ac
    branches/ibm/pr79038/libgfortran/configure.host
    branches/ibm/pr79038/libgo/Makefile.am
    branches/ibm/pr79038/libgo/Makefile.in
    branches/ibm/pr79038/libgo/go/crypto/elliptic/p256_s390x.go
    branches/ibm/pr79038/libgo/go/math/big/arith_decl_s390x.go
    branches/ibm/pr79038/libgo/go/runtime/proc.go
    branches/ibm/pr79038/libgo/runtime/proc.c
    branches/ibm/pr79038/libgomp/ChangeLog
    branches/ibm/pr79038/libgomp/plugin/cuda/cuda.h
    branches/ibm/pr79038/libitm/ChangeLog
    branches/ibm/pr79038/libitm/config/x86/target.h
    branches/ibm/pr79038/libmpx/ChangeLog
    branches/ibm/pr79038/libmpx/Makefile.in
    branches/ibm/pr79038/libmpx/aclocal.m4
    branches/ibm/pr79038/libmpx/configure
    branches/ibm/pr79038/libmpx/mpxrt/Makefile.in
    branches/ibm/pr79038/libmpx/mpxwrap/Makefile.in
    branches/ibm/pr79038/liboffloadmic/ChangeLog
    branches/ibm/pr79038/liboffloadmic/Makefile.in
    branches/ibm/pr79038/liboffloadmic/aclocal.m4

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

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]