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]

r253588 - in /branches/c++-modules: ./ ChangeLo...


Author: nathan
Date: Tue Oct 10 15:58:00 2017
New Revision: 253588

URL: https://gcc.gnu.org/viewcvs?rev=253588&root=gcc&view=rev
Log:
	Merge trunk r253585.

Added:
    branches/c++-modules/libstdc++-v3/include/std/charconv
      - copied unchanged from r253585, trunk/libstdc++-v3/include/std/charconv
    branches/c++-modules/libstdc++-v3/testsuite/20_util/from_chars/
      - copied from r253585, trunk/libstdc++-v3/testsuite/20_util/from_chars/
    branches/c++-modules/libstdc++-v3/testsuite/20_util/to_chars/
      - copied from r253585, trunk/libstdc++-v3/testsuite/20_util/to_chars/
    branches/c++-modules/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2_c++17.cc
      - copied unchanged from r253585, trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2_c++17.cc
    branches/c++-modules/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2_c++17.cc
      - copied unchanged from r253585, trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2_c++17.cc
    branches/c++-modules/libstdc++-v3/testsuite/26_numerics/headers/complex.h/
      - copied from r253585, trunk/libstdc++-v3/testsuite/26_numerics/headers/complex.h/
    branches/c++-modules/libstdc++-v3/testsuite/28_regex/simple_c++11.cc
      - copied unchanged from r253585, trunk/libstdc++-v3/testsuite/28_regex/simple_c++11.cc
Modified:
    branches/c++-modules/libstdc++-v3/ChangeLog
    branches/c++-modules/libstdc++-v3/include/Makefile.am
    branches/c++-modules/libstdc++-v3/include/Makefile.in
    branches/c++-modules/libstdc++-v3/include/bits/basic_string.h
    branches/c++-modules/libstdc++-v3/include/bits/c++config
    branches/c++-modules/libstdc++-v3/include/bits/functional_hash.h
    branches/c++-modules/libstdc++-v3/include/bits/regex_executor.tcc
    branches/c++-modules/libstdc++-v3/include/bits/stl_algobase.h
    branches/c++-modules/libstdc++-v3/include/bits/streambuf_iterator.h
    branches/c++-modules/libstdc++-v3/include/c_compatibility/complex.h
    branches/c++-modules/libstdc++-v3/include/precompiled/stdc++.h
    branches/c++-modules/libstdc++-v3/include/std/optional
    branches/c++-modules/libstdc++-v3/include/std/type_traits
    branches/c++-modules/libstdc++-v3/include/std/utility
    branches/c++-modules/libstdc++-v3/include/std/variant
    branches/c++-modules/libstdc++-v3/libsupc++/exception
    branches/c++-modules/libstdc++-v3/libsupc++/exception_ptr.h
    branches/c++-modules/libstdc++-v3/src/c++98/complex_io.cc
    branches/c++-modules/libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc
    branches/c++-modules/libstdc++-v3/testsuite/18_support/uncaught_exception/14026.cc
    branches/c++-modules/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/c++-modules/libstdc++-v3/testsuite/20_util/duration/cons/dr1177.cc
    branches/c++-modules/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value.cc
    branches/c++-modules/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value_ext.cc
    branches/c++-modules/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/c++-modules/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/c++-modules/libstdc++-v3/testsuite/20_util/optional/hash.cc
    branches/c++-modules/libstdc++-v3/testsuite/22_locale/money_get/get/char/22131.cc
    branches/c++-modules/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/22131.cc
    branches/c++-modules/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2.cc
    branches/c++-modules/libstdc++-v3/testsuite/24_iterators/range_access_cpp17.cc
    branches/c++-modules/libstdc++-v3/testsuite/25_algorithms/clamp/1.cc
    branches/c++-modules/libstdc++-v3/testsuite/25_algorithms/clamp/constexpr.cc
    branches/c++-modules/libstdc++-v3/testsuite/26_numerics/complex/c99.cc

Changes in other areas also in this revision:
Added:
    branches/c++-modules/gcc/brig/gccbrig.texi
      - copied unchanged from r253585, trunk/gcc/brig/gccbrig.texi
    branches/c++-modules/gcc/config/netbsd-protos.h
      - copied unchanged from r253585, trunk/gcc/config/netbsd-protos.h
    branches/c++-modules/gcc/config/netbsd.c
      - copied unchanged from r253585, trunk/gcc/config/netbsd.c
    branches/c++-modules/gcc/config/rs6000/amo.h
      - copied unchanged from r253585, trunk/gcc/config/rs6000/amo.h
    branches/c++-modules/gcc/config/t-netbsd
      - copied unchanged from r253585, trunk/gcc/config/t-netbsd
    branches/c++-modules/gcc/go/gofrontend/names.cc
      - copied unchanged from r253585, trunk/gcc/go/gofrontend/names.cc
    branches/c++-modules/gcc/jit/docs/topics/function-pointers.rst
      - copied unchanged from r253585, trunk/gcc/jit/docs/topics/function-pointers.rst
    branches/c++-modules/gcc/testsuite/c-c++-common/Wcast-align.c
      - copied unchanged from r253585, trunk/gcc/testsuite/c-c++-common/Wcast-align.c
    branches/c++-modules/gcc/testsuite/c-c++-common/Wtautological-compare-6.c
      - copied unchanged from r253585, trunk/gcc/testsuite/c-c++-common/Wtautological-compare-6.c
    branches/c++-modules/gcc/testsuite/c-c++-common/ubsan/ptr-overflow-sanitization-1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/c-c++-common/ubsan/ptr-overflow-sanitization-1.c
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/constexpr-68754.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-68754.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor20.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor20.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-70343.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-70343.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-80947.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-80947.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-asm1.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-asm1.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const6.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const6.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const7.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const7.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice22.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice22.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice23.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice23.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested8.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested8.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-stmtexpr1.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-stmtexpr1.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template15.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template15.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/pr80805.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/pr80805.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/pr82299.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/pr82299.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/variadic-crash3.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-crash3.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-69977.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-69977.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-70570.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-70570.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-78018.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-78018.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-79005.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-79005.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4a.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4a.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-nested1.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-nested1.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-noexcept1.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-noexcept1.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic5.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic5.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic6.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic6.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/pr66690.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/pr66690.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/pr80471.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/pr80471.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/pr82373.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1y/pr82373.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda17.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda17.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1z/cplusplus_1z.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/cpp1z/cplusplus_1z.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp2a/
      - copied from r253585, trunk/gcc/testsuite/g++.dg/cpp2a/
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-params-13.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/debug/dwarf2/template-params-13.C
    branches/c++-modules/gcc/testsuite/g++.dg/expr/delete1.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/expr/delete1.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/attr-ifunc-5.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/ext/attr-ifunc-5.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/attrib54.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/ext/attrib54.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/bitfield6.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/ext/bitfield6.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/bitfield7.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/ext/bitfield7.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/bitfield8.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/ext/bitfield8.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/bitfield9.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/ext/bitfield9.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/varargs2.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/ext/varargs2.C
    branches/c++-modules/gcc/testsuite/g++.dg/opt/pr81715.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/opt/pr81715.C
    branches/c++-modules/gcc/testsuite/g++.dg/opt/pr82159.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/opt/pr82159.C
    branches/c++-modules/gcc/testsuite/g++.dg/other/anon-union4.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/other/anon-union4.C
    branches/c++-modules/gcc/testsuite/g++.dg/other/dump-ada-spec-10.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/other/dump-ada-spec-10.C
    branches/c++-modules/gcc/testsuite/g++.dg/pr82155.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/pr82155.C
    branches/c++-modules/gcc/testsuite/g++.dg/pr82413.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/pr82413.C
    branches/c++-modules/gcc/testsuite/g++.dg/torture/pr79180.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/torture/pr79180.C
    branches/c++-modules/gcc/testsuite/g++.dg/ubsan/pr81929.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/ubsan/pr81929.C
    branches/c++-modules/gcc/testsuite/g++.dg/warn/mvp.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/warn/mvp.C
    branches/c++-modules/gcc/testsuite/g++.dg/warn/pr82424.C
      - copied unchanged from r253585, trunk/gcc/testsuite/g++.dg/warn/pr82424.C
    branches/c++-modules/gcc/testsuite/gcc.c-torture/compile/pr82337.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.c-torture/compile/pr82337.c
    branches/c++-modules/gcc/testsuite/gcc.c-torture/compile/pr82381.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.c-torture/compile/pr82381.c
    branches/c++-modules/gcc/testsuite/gcc.c-torture/compile/pr82389.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.c-torture/compile/pr82389.c
    branches/c++-modules/gcc/testsuite/gcc.c-torture/execute/20171008-1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.c-torture/execute/20171008-1.c
    branches/c++-modules/gcc/testsuite/gcc.c-torture/execute/pr82387.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.c-torture/execute/pr82387.c
    branches/c++-modules/gcc/testsuite/gcc.c-torture/execute/pr82388.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.c-torture/execute/pr82388.c
    branches/c++-modules/gcc/testsuite/gcc.dg/Wincompatible-pointer-types-1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/Wincompatible-pointer-types-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/cold-1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/cold-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/gomp/pr82374.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/gomp/pr82374.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr69728.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/pr69728.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr77362.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/pr77362.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr79622.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/pr79622.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr81373.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/pr81373.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr82321.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/pr82321.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr82355.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/pr82355.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr82421.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/pr82421.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/pr82422.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/pr82422.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/scop-24.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/graphite/scop-24.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr35691-3.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/pr35691-3.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr35691-4.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/pr35691-4.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr35691-5.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/pr35691-5.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr35691-6.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/pr35691-6.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr81854.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/pr81854.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr82386.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/pr82386.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr82389.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/pr82389.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-10.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-10.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-2.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-3.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-3.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-4.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-4.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-5.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-5.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-6.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-6.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-6a.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-6a.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-7.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-7.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-8.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-8.c
    branches/c++-modules/gcc/testsuite/gcc.dg/stack-check-9.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/stack-check-9.c
    branches/c++-modules/gcc/testsuite/gcc.dg/store_merging_9.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/store_merging_9.c
    branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr82244.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/torture/pr82244.c
    branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr82264.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/torture/pr82264.c
    branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr82276.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/torture/pr82276.c
    branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr82285.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/torture/pr82285.c
    branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr82291.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/torture/pr82291.c
    branches/c++-modules/gcc/testsuite/gcc.dg/torture/pr82320.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/torture/pr82320.c
    branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/cmpdiv.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/tree-ssa/cmpdiv.c
    branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/ldist-27.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/tree-ssa/ldist-27.c
    branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/pr82163.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr82163.c
    branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/pr82340.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr82340.c
    branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/pr82363.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr82363.c
    branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-simplify-1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-simplify-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr82289.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/vect/pr82289.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr82436.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/vect/pr82436.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-multitypes-13.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.dg/vect/slp-multitypes-13.c
    branches/c++-modules/gcc/testsuite/gcc.target/aarch64/bic_imm_1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/aarch64/bic_imm_1.c
    branches/c++-modules/gcc/testsuite/gcc.target/aarch64/orr_imm_1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/aarch64/orr_imm_1.c
    branches/c++-modules/gcc/testsuite/gcc.target/aarch64/pr71727-2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/aarch64/pr71727-2.c
    branches/c++-modules/gcc/testsuite/gcc.target/aarch64/var_shift_mask_2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/aarch64/var_shift_mask_2.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/avx512f-constant-float-return.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/avx512f-constant-float-return.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/avx512f-constant-set.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/avx512f-constant-set.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/avx512f-prefer.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/avx512f-prefer.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/excess-precision-8.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/excess-precision-8.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr81481.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr81481.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82166.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr82166.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82196-1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr82196-1.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82196-2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr82196-2.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82260-1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr82260-1.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82260-2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr82260-2.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82267.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr82267.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82361-1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr82361-1.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr82361-2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/pr82361-2.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/stack-check-11.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/i386/stack-check-11.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/amo1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/amo1.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/amo2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/amo2.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/builtin-fctid-fctiw-runnable.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/builtin-fctid-fctiw-runnable.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/builtins-5-p9-runnable.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/builtins-5-p9-runnable.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/direct-move-float3.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/direct-move-float3.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/float128-fma1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/float128-fma1.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/float128-fma2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/float128-fma2.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/float128-odd.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/float128-odd.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/float128-sqrt1.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/float128-sqrt1.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/float128-sqrt2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/float128-sqrt2.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-ld-misc.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-ld-misc.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-st-char.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-st-char.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-st-double.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-st-double.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-st-float.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-st-float.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-st-int.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-st-int.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-st-longlong.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-st-longlong.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-st-pixel.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-st-pixel.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/fold-vec-st-short.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/fold-vec-st-short.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/pr77687.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/pr77687.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/pr80210-2.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/pr80210-2.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-28.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-28.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-29.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-29.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-30.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-30.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-31.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-31.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-32.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-32.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-33.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-33.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-34.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-34.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-35.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-35.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-36.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-36.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-37.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-37.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-38.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-38.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-39.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-39.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-40.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-40.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-41.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-41.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-42.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-42.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-43.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-43.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-44.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-44.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/swaps-p8-45.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/powerpc/swaps-p8-45.c
    branches/c++-modules/gcc/testsuite/gcc.target/s390/zvector/pr82317.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/s390/zvector/pr82317.c
    branches/c++-modules/gcc/testsuite/gcc.target/s390/zvector/pr82322.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/s390/zvector/pr82322.c
    branches/c++-modules/gcc/testsuite/gcc.target/s390/zvector/pr82463.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/s390/zvector/pr82463.c
    branches/c++-modules/gcc/testsuite/gcc.target/s390/zvector/pr82465.c
      - copied unchanged from r253585, trunk/gcc/testsuite/gcc.target/s390/zvector/pr82465.c
    branches/c++-modules/gcc/testsuite/gfortran.dg/associate_25.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/associate_25.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/associate_26.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/associate_26.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/associate_27.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/associate_27.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/associate_28.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/associate_28.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/associate_29.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/associate_29.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/associate_30.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/associate_30.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/associate_32.f03
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/associate_32.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/binding_label_tests_28.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/binding_label_tests_28.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/contiguous_4.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/contiguous_4.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/data_derived_1.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/data_derived_1.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/do_subscript_1.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/do_subscript_1.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/do_subscript_2.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/do_subscript_2.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/goacc/wait.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/goacc/wait.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/pr69728.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/graphite/pr69728.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/pr71351.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/graphite/pr71351.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/pr82449.f
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/graphite/pr82449.f
    branches/c++-modules/gcc/testsuite/gfortran.dg/intrinsic_bounds_1.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/intrinsic_bounds_1.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/intrinsic_param_1.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/intrinsic_param_1.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_11.f03
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/pdt_11.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_12.f03
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/pdt_12.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_13.f03
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/pdt_13.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_14.f03
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/pdt_14.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_15.f03
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/pdt_15.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/pr82397.f
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/pr82397.f
    branches/c++-modules/gcc/testsuite/gfortran.dg/promotion_3.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/promotion_3.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/promotion_4.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/promotion_4.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/typebound_proc_36.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/typebound_proc_36.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/vect/mask-store-1.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/vect/mask-store-1.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/zero_sized_7.f90
      - copied unchanged from r253585, trunk/gcc/testsuite/gfortran.dg/zero_sized_7.f90
    branches/c++-modules/gcc/testsuite/gnat.dg/class_wide3.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/class_wide3.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/class_wide3_pkg.ads
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/class_wide3_pkg.ads
    branches/c++-modules/gcc/testsuite/gnat.dg/class_wide4.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/class_wide4.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/class_wide4_pkg.ads
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/class_wide4_pkg.ads
    branches/c++-modules/gcc/testsuite/gnat.dg/class_wide4_pkg2.ads
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/class_wide4_pkg2.ads
    branches/c++-modules/gcc/testsuite/gnat.dg/default_variants.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/default_variants.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/discr48.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/discr48.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/discr48_pkg.ads
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/discr48_pkg.ads
    branches/c++-modules/gcc/testsuite/gnat.dg/entry_family.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/entry_family.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/overload.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/overload.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/overload.ads
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/overload.ads
    branches/c++-modules/gcc/testsuite/gnat.dg/tagged_prefix_call.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/tagged_prefix_call.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/unchecked_union2.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/unchecked_union2.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/unchecked_union3.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/unchecked_union3.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/validity_check.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/validity_check.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/validity_check2.adb
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/validity_check2.adb
    branches/c++-modules/gcc/testsuite/gnat.dg/validity_check2_pkg.ads
      - copied unchanged from r253585, trunk/gcc/testsuite/gnat.dg/validity_check2_pkg.ads
    branches/c++-modules/gcc/testsuite/jit.dg/test-error-mismatching-types-in-assignment-fn-ptr.c
      - copied unchanged from r253585, trunk/gcc/testsuite/jit.dg/test-error-mismatching-types-in-assignment-fn-ptr.c
    branches/c++-modules/gcc/testsuite/jit.dg/test-returning-function-ptr.c
      - copied unchanged from r253585, trunk/gcc/testsuite/jit.dg/test-returning-function-ptr.c
    branches/c++-modules/gcc/testsuite/jit.dg/test-vector-rvalues.cc
      - copied unchanged from r253585, trunk/gcc/testsuite/jit.dg/test-vector-rvalues.cc
    branches/c++-modules/libbacktrace/ztest.c
      - copied unchanged from r253585, trunk/libbacktrace/ztest.c
    branches/c++-modules/libgcc/config/i386/avx_resms64.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/avx_resms64.S
    branches/c++-modules/libgcc/config/i386/avx_resms64f.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/avx_resms64f.S
    branches/c++-modules/libgcc/config/i386/avx_resms64fx.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/avx_resms64fx.S
    branches/c++-modules/libgcc/config/i386/avx_resms64x.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/avx_resms64x.S
    branches/c++-modules/libgcc/config/i386/avx_savms64.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/avx_savms64.S
    branches/c++-modules/libgcc/config/i386/avx_savms64f.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/avx_savms64f.S
    branches/c++-modules/libgcc/config/i386/resms64.h
      - copied unchanged from r253585, trunk/libgcc/config/i386/resms64.h
    branches/c++-modules/libgcc/config/i386/resms64f.h
      - copied unchanged from r253585, trunk/libgcc/config/i386/resms64f.h
    branches/c++-modules/libgcc/config/i386/resms64fx.h
      - copied unchanged from r253585, trunk/libgcc/config/i386/resms64fx.h
    branches/c++-modules/libgcc/config/i386/resms64x.h
      - copied unchanged from r253585, trunk/libgcc/config/i386/resms64x.h
    branches/c++-modules/libgcc/config/i386/savms64.h
      - copied unchanged from r253585, trunk/libgcc/config/i386/savms64.h
    branches/c++-modules/libgcc/config/i386/savms64f.h
      - copied unchanged from r253585, trunk/libgcc/config/i386/savms64f.h
    branches/c++-modules/libgcc/config/i386/sse_resms64.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/sse_resms64.S
    branches/c++-modules/libgcc/config/i386/sse_resms64f.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/sse_resms64f.S
    branches/c++-modules/libgcc/config/i386/sse_resms64fx.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/sse_resms64fx.S
    branches/c++-modules/libgcc/config/i386/sse_resms64x.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/sse_resms64x.S
    branches/c++-modules/libgcc/config/i386/sse_savms64.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/sse_savms64.S
    branches/c++-modules/libgcc/config/i386/sse_savms64f.S
      - copied unchanged from r253585, trunk/libgcc/config/i386/sse_savms64f.S
    branches/c++-modules/libgo/go/debug/xcoff/
      - copied from r253585, trunk/libgo/go/debug/xcoff/
    branches/c++-modules/libgo/go/syscall/libcall_solaris.go
      - copied unchanged from r253585, trunk/libgo/go/syscall/libcall_solaris.go
    branches/c++-modules/libgo/go/syscall/socket_aix.go
      - copied unchanged from r253585, trunk/libgo/go/syscall/socket_aix.go
    branches/c++-modules/libgo/go/syscall/syscall_aix.go
      - copied unchanged from r253585, trunk/libgo/go/syscall/syscall_aix.go
    branches/c++-modules/libgo/go/syscall/syscall_aix_ppc.go
      - copied unchanged from r253585, trunk/libgo/go/syscall/syscall_aix_ppc.go
    branches/c++-modules/libgo/go/syscall/syscall_aix_ppc64.go
      - copied unchanged from r253585, trunk/libgo/go/syscall/syscall_aix_ppc64.go
    branches/c++-modules/libgomp/testsuite/libgomp.c-c++-common/pr81875.c
      - copied unchanged from r253585, trunk/libgomp/testsuite/libgomp.c-c++-common/pr81875.c
    branches/c++-modules/libgomp/testsuite/libgomp.hsa.c/pr82416.c
      - copied unchanged from r253585, trunk/libgomp/testsuite/libgomp.hsa.c/pr82416.c
Removed:
    branches/c++-modules/gcc/config/arm/arm-isa.h
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/constexpr-68754.C
    branches/c++-modules/libgcc/config/i386/resms64.S
    branches/c++-modules/libgcc/config/i386/resms64f.S
    branches/c++-modules/libgcc/config/i386/resms64fx.S
    branches/c++-modules/libgcc/config/i386/resms64x.S
    branches/c++-modules/libgcc/config/i386/savms64.S
    branches/c++-modules/libgcc/config/i386/savms64f.S
Modified:
    branches/c++-modules/   (props changed)
    branches/c++-modules/ChangeLog
    branches/c++-modules/ChangeLog.modules
    branches/c++-modules/MAINTAINERS
    branches/c++-modules/contrib/ChangeLog
    branches/c++-modules/contrib/download_prerequisites
    branches/c++-modules/contrib/gcc_update
    branches/c++-modules/contrib/prerequisites.md5
    branches/c++-modules/contrib/prerequisites.sha512
    branches/c++-modules/gcc/ChangeLog
    branches/c++-modules/gcc/DATESTAMP
    branches/c++-modules/gcc/ada/ChangeLog
    branches/c++-modules/gcc/ada/adabkend.adb
    branches/c++-modules/gcc/ada/adaint.c
    branches/c++-modules/gcc/ada/ali-util.adb
    branches/c++-modules/gcc/ada/aspects.adb
    branches/c++-modules/gcc/ada/atree.adb
    branches/c++-modules/gcc/ada/atree.ads
    branches/c++-modules/gcc/ada/bindgen.adb
    branches/c++-modules/gcc/ada/cal.c
    branches/c++-modules/gcc/ada/checks.adb
    branches/c++-modules/gcc/ada/clean.adb
    branches/c++-modules/gcc/ada/comperr.adb
    branches/c++-modules/gcc/ada/debug.adb
    branches/c++-modules/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/c++-modules/gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst
    branches/c++-modules/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
    branches/c++-modules/gcc/ada/doc/gnat_ugn/elaboration_order_handling_in_gnat.rst
    branches/c++-modules/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst
    branches/c++-modules/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
    branches/c++-modules/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst
    branches/c++-modules/gcc/ada/doc/share/conf.py
    branches/c++-modules/gcc/ada/einfo.adb
    branches/c++-modules/gcc/ada/einfo.ads
    branches/c++-modules/gcc/ada/errout.adb
    branches/c++-modules/gcc/ada/erroutc.adb
    branches/c++-modules/gcc/ada/exp_aggr.adb
    branches/c++-modules/gcc/ada/exp_atag.ads
    branches/c++-modules/gcc/ada/exp_attr.adb
    branches/c++-modules/gcc/ada/exp_ch13.adb
    branches/c++-modules/gcc/ada/exp_ch3.adb
    branches/c++-modules/gcc/ada/exp_ch4.adb
    branches/c++-modules/gcc/ada/exp_ch5.adb
    branches/c++-modules/gcc/ada/exp_ch6.adb
    branches/c++-modules/gcc/ada/exp_ch6.ads
    branches/c++-modules/gcc/ada/exp_ch7.adb
    branches/c++-modules/gcc/ada/exp_ch8.adb
    branches/c++-modules/gcc/ada/exp_ch9.adb
    branches/c++-modules/gcc/ada/exp_dbug.adb
    branches/c++-modules/gcc/ada/exp_disp.adb
    branches/c++-modules/gcc/ada/exp_disp.ads
    branches/c++-modules/gcc/ada/exp_imgv.adb
    branches/c++-modules/gcc/ada/exp_prag.adb
    branches/c++-modules/gcc/ada/exp_prag.ads
    branches/c++-modules/gcc/ada/exp_spark.adb
    branches/c++-modules/gcc/ada/exp_unst.adb
    branches/c++-modules/gcc/ada/exp_util.adb
    branches/c++-modules/gcc/ada/exp_util.ads
    branches/c++-modules/gcc/ada/fmap.adb
    branches/c++-modules/gcc/ada/fname-sf.adb
    branches/c++-modules/gcc/ada/freeze.adb
    branches/c++-modules/gcc/ada/freeze.ads
    branches/c++-modules/gcc/ada/frontend.adb
    branches/c++-modules/gcc/ada/gcc-interface/decl.c
    branches/c++-modules/gcc/ada/gcc-interface/lang.opt
    branches/c++-modules/gcc/ada/gcc-interface/trans.c
    branches/c++-modules/gcc/ada/ghost.adb
    branches/c++-modules/gcc/ada/gnat1drv.adb
    branches/c++-modules/gcc/ada/gnat_rm.texi
    branches/c++-modules/gcc/ada/gnat_ugn.texi
    branches/c++-modules/gcc/ada/gnatdll.adb
    branches/c++-modules/gcc/ada/gnatfind.adb
    branches/c++-modules/gcc/ada/gnatlink.adb
    branches/c++-modules/gcc/ada/gnatls.adb
    branches/c++-modules/gcc/ada/gnatname.adb
    branches/c++-modules/gcc/ada/gnatxref.adb
    branches/c++-modules/gcc/ada/gprep.adb
    branches/c++-modules/gcc/ada/lib-load.adb
    branches/c++-modules/gcc/ada/lib-writ.adb
    branches/c++-modules/gcc/ada/lib-xref-spark_specific.adb
    branches/c++-modules/gcc/ada/lib-xref.ads
    branches/c++-modules/gcc/ada/lib.adb
    branches/c++-modules/gcc/ada/lib.ads
    branches/c++-modules/gcc/ada/libgnarl/a-exetim__darwin.adb
    branches/c++-modules/gcc/ada/libgnarl/a-exetim__mingw.adb
    branches/c++-modules/gcc/ada/libgnarl/a-intnam__rtems.ads
    branches/c++-modules/gcc/ada/libgnarl/s-interr__hwint.adb   (contents, props changed)
    branches/c++-modules/gcc/ada/libgnarl/s-intman__vxworks.adb
    branches/c++-modules/gcc/ada/libgnarl/s-linux__x32.ads
    branches/c++-modules/gcc/ada/libgnarl/s-osinte__darwin.adb
    branches/c++-modules/gcc/ada/libgnarl/s-osinte__kfreebsd-gnu.ads
    branches/c++-modules/gcc/ada/libgnarl/s-osinte__lynxos178.adb
    branches/c++-modules/gcc/ada/libgnarl/s-osinte__rtems.adb
    branches/c++-modules/gcc/ada/libgnarl/s-osinte__rtems.ads
    branches/c++-modules/gcc/ada/libgnarl/s-osinte__x32.adb
    branches/c++-modules/gcc/ada/libgnarl/s-taenca.adb
    branches/c++-modules/gcc/ada/libgnarl/s-taprob.adb
    branches/c++-modules/gcc/ada/libgnarl/s-taprop__linux.adb
    branches/c++-modules/gcc/ada/libgnarl/s-tarest.adb
    branches/c++-modules/gcc/ada/libgnarl/s-tassta.adb
    branches/c++-modules/gcc/ada/libgnarl/s-tpobop.adb
    branches/c++-modules/gcc/ada/libgnat/a-cfhama.ads
    branches/c++-modules/gcc/ada/libgnat/a-strmap.adb
    branches/c++-modules/gcc/ada/libgnat/a-strunb.adb
    branches/c++-modules/gcc/ada/libgnat/a-stwiun.adb
    branches/c++-modules/gcc/ada/libgnat/a-stzunb.adb
    branches/c++-modules/gcc/ada/libgnat/a-tags.adb
    branches/c++-modules/gcc/ada/libgnat/a-tags.ads
    branches/c++-modules/gcc/ada/libgnat/a-teioed.adb
    branches/c++-modules/gcc/ada/libgnat/g-alvety.ads
    branches/c++-modules/gcc/ada/libgnat/g-comlin.adb
    branches/c++-modules/gcc/ada/libgnat/g-expect.adb
    branches/c++-modules/gcc/ada/libgnat/g-regist.adb
    branches/c++-modules/gcc/ada/libgnat/g-socket.adb
    branches/c++-modules/gcc/ada/libgnat/g-socthi__mingw.ads
    branches/c++-modules/gcc/ada/libgnat/g-socthi__vxworks.ads
    branches/c++-modules/gcc/ada/libgnat/s-os_lib.ads
    branches/c++-modules/gcc/ada/libgnat/s-resfil.ads
    branches/c++-modules/gcc/ada/libgnat/s-stausa.adb
    branches/c++-modules/gcc/ada/libgnat/s-stchop__vxworks.adb
    branches/c++-modules/gcc/ada/libgnat/s-tsmona__linux.adb
    branches/c++-modules/gcc/ada/libgnat/s-tsmona__mingw.adb
    branches/c++-modules/gcc/ada/make.adb
    branches/c++-modules/gcc/ada/makeusg.adb
    branches/c++-modules/gcc/ada/mingw32.h
    branches/c++-modules/gcc/ada/namet.adb
    branches/c++-modules/gcc/ada/namet.ads
    branches/c++-modules/gcc/ada/osint.adb
    branches/c++-modules/gcc/ada/osint.ads
    branches/c++-modules/gcc/ada/output.ads
    branches/c++-modules/gcc/ada/par-ch10.adb
    branches/c++-modules/gcc/ada/par-ch12.adb
    branches/c++-modules/gcc/ada/par-ch3.adb
    branches/c++-modules/gcc/ada/par-ch8.adb
    branches/c++-modules/gcc/ada/par.adb
    branches/c++-modules/gcc/ada/prepcomp.adb
    branches/c++-modules/gcc/ada/put_scos.adb
    branches/c++-modules/gcc/ada/repinfo.adb
    branches/c++-modules/gcc/ada/rtsfind.adb
    branches/c++-modules/gcc/ada/s-oscons-tmplt.c
    branches/c++-modules/gcc/ada/scn.ads
    branches/c++-modules/gcc/ada/sem.adb
    branches/c++-modules/gcc/ada/sem.ads
    branches/c++-modules/gcc/ada/sem_aggr.adb
    branches/c++-modules/gcc/ada/sem_attr.adb
    branches/c++-modules/gcc/ada/sem_aux.adb
    branches/c++-modules/gcc/ada/sem_aux.ads
    branches/c++-modules/gcc/ada/sem_ch10.adb
    branches/c++-modules/gcc/ada/sem_ch10.ads
    branches/c++-modules/gcc/ada/sem_ch12.adb
    branches/c++-modules/gcc/ada/sem_ch13.adb
    branches/c++-modules/gcc/ada/sem_ch3.adb
    branches/c++-modules/gcc/ada/sem_ch4.adb
    branches/c++-modules/gcc/ada/sem_ch5.adb
    branches/c++-modules/gcc/ada/sem_ch6.adb
    branches/c++-modules/gcc/ada/sem_ch7.adb
    branches/c++-modules/gcc/ada/sem_ch8.adb
    branches/c++-modules/gcc/ada/sem_ch8.ads
    branches/c++-modules/gcc/ada/sem_ch9.adb
    branches/c++-modules/gcc/ada/sem_elab.adb
    branches/c++-modules/gcc/ada/sem_elab.ads
    branches/c++-modules/gcc/ada/sem_prag.adb
    branches/c++-modules/gcc/ada/sem_prag.ads
    branches/c++-modules/gcc/ada/sem_res.adb
    branches/c++-modules/gcc/ada/sem_spark.adb
    branches/c++-modules/gcc/ada/sem_type.adb
    branches/c++-modules/gcc/ada/sem_util.adb
    branches/c++-modules/gcc/ada/sem_util.ads
    branches/c++-modules/gcc/ada/sem_warn.adb
    branches/c++-modules/gcc/ada/sem_warn.ads
    branches/c++-modules/gcc/ada/sinfo.adb
    branches/c++-modules/gcc/ada/sinfo.ads
    branches/c++-modules/gcc/ada/sinput-c.adb
    branches/c++-modules/gcc/ada/sinput-d.adb
    branches/c++-modules/gcc/ada/sinput-l.adb
    branches/c++-modules/gcc/ada/snames.ads-tmpl
    branches/c++-modules/gcc/ada/sprint.adb
    branches/c++-modules/gcc/ada/sysdep.c
    branches/c++-modules/gcc/ada/targparm.adb
    branches/c++-modules/gcc/ada/treepr.ads
    branches/c++-modules/gcc/ada/types.ads
    branches/c++-modules/gcc/ada/validsw.ads
    branches/c++-modules/gcc/ada/xr_tabls.adb
    branches/c++-modules/gcc/ada/xref_lib.adb
    branches/c++-modules/gcc/brig-builtins.def
    branches/c++-modules/gcc/brig/ChangeLog
    branches/c++-modules/gcc/brig/Make-lang.in
    branches/c++-modules/gcc/brig/brig-lang.c
    branches/c++-modules/gcc/brig/brigfrontend/brig-branch-inst-handler.cc
    branches/c++-modules/gcc/brig/brigfrontend/brig-code-entry-handler.cc
    branches/c++-modules/gcc/brig/brigfrontend/brig-fbarrier-handler.cc
    branches/c++-modules/gcc/brig/brigfrontend/brig-function-handler.cc
    branches/c++-modules/gcc/brig/brigfrontend/brig-function.cc
    branches/c++-modules/gcc/brig/brigfrontend/brig-function.h
    branches/c++-modules/gcc/brig/brigfrontend/brig-to-generic.cc
    branches/c++-modules/gcc/brig/brigfrontend/brig-to-generic.h
    branches/c++-modules/gcc/brig/brigfrontend/brig-util.cc
    branches/c++-modules/gcc/brig/brigfrontend/brig-util.h
    branches/c++-modules/gcc/brig/brigfrontend/brig-variable-handler.cc
    branches/c++-modules/gcc/brig/brigfrontend/phsa.h
    branches/c++-modules/gcc/builtins.c
    branches/c++-modules/gcc/c-family/ChangeLog
    branches/c++-modules/gcc/c-family/c-ada-spec.c
    branches/c++-modules/gcc/c-family/c-attribs.c
    branches/c++-modules/gcc/c-family/c-common.h
    branches/c++-modules/gcc/c-family/c-opts.c
    branches/c++-modules/gcc/c-family/c-pretty-print.c
    branches/c++-modules/gcc/c-family/c-warn.c
    branches/c++-modules/gcc/c-family/c.opt
    branches/c++-modules/gcc/c/ChangeLog
    branches/c++-modules/gcc/c/c-decl.c
    branches/c++-modules/gcc/c/c-parser.c
    branches/c++-modules/gcc/c/c-tree.h
    branches/c++-modules/gcc/c/c-typeck.c
    branches/c++-modules/gcc/caller-save.c
    branches/c++-modules/gcc/calls.c
    branches/c++-modules/gcc/cfgloop.c
    branches/c++-modules/gcc/cfgloop.h
    branches/c++-modules/gcc/cfgrtl.c
    branches/c++-modules/gcc/cgraph.c
    branches/c++-modules/gcc/cgraph.h
    branches/c++-modules/gcc/cgraphunit.c
    branches/c++-modules/gcc/combine-stack-adj.c
    branches/c++-modules/gcc/combine.c
    branches/c++-modules/gcc/common.opt
    branches/c++-modules/gcc/common/config/arm/arm-common.c
    branches/c++-modules/gcc/common/config/nds32/nds32-common.c
    branches/c++-modules/gcc/config.gcc
    branches/c++-modules/gcc/config/aarch64/aarch64-protos.h
    branches/c++-modules/gcc/config/aarch64/aarch64-simd.md
    branches/c++-modules/gcc/config/aarch64/aarch64.c
    branches/c++-modules/gcc/config/aarch64/aarch64.h
    branches/c++-modules/gcc/config/aarch64/aarch64.md
    branches/c++-modules/gcc/config/aarch64/constraints.md
    branches/c++-modules/gcc/config/aarch64/predicates.md
    branches/c++-modules/gcc/config/alpha/alpha.c
    branches/c++-modules/gcc/config/alpha/alpha.h
    branches/c++-modules/gcc/config/arc/arc.c
    branches/c++-modules/gcc/config/arc/arc.h
    branches/c++-modules/gcc/config/arm/arm-cpus.in
    branches/c++-modules/gcc/config/arm/arm.c
    branches/c++-modules/gcc/config/arm/arm.h
    branches/c++-modules/gcc/config/arm/parsecpu.awk
    branches/c++-modules/gcc/config/arm/t-arm
    branches/c++-modules/gcc/config/avr/avr.md
    branches/c++-modules/gcc/config/bfin/bfin.c
    branches/c++-modules/gcc/config/bfin/bfin.h
    branches/c++-modules/gcc/config/cr16/cr16.c
    branches/c++-modules/gcc/config/cr16/cr16.h
    branches/c++-modules/gcc/config/cris/cris.c
    branches/c++-modules/gcc/config/cris/cris.h
    branches/c++-modules/gcc/config/darwin.opt
    branches/c++-modules/gcc/config/epiphany/epiphany.c
    branches/c++-modules/gcc/config/epiphany/epiphany.h
    branches/c++-modules/gcc/config/fr30/fr30.c
    branches/c++-modules/gcc/config/fr30/fr30.h
    branches/c++-modules/gcc/config/frv/frv.c
    branches/c++-modules/gcc/config/frv/frv.h
    branches/c++-modules/gcc/config/ft32/ft32.c
    branches/c++-modules/gcc/config/ft32/ft32.h
    branches/c++-modules/gcc/config/i386/darwin.h
    branches/c++-modules/gcc/config/i386/darwin64.h
    branches/c++-modules/gcc/config/i386/driver-i386.c
    branches/c++-modules/gcc/config/i386/i386-c.c
    branches/c++-modules/gcc/config/i386/i386-protos.h
    branches/c++-modules/gcc/config/i386/i386.c
    branches/c++-modules/gcc/config/i386/i386.h
    branches/c++-modules/gcc/config/i386/i386.md
    branches/c++-modules/gcc/config/i386/i386.opt
    branches/c++-modules/gcc/config/i386/predicates.md
    branches/c++-modules/gcc/config/i386/sse.md
    branches/c++-modules/gcc/config/i386/x86-tune.def
    branches/c++-modules/gcc/config/ia64/ia64.c
    branches/c++-modules/gcc/config/ia64/ia64.h
    branches/c++-modules/gcc/config/iq2000/iq2000.c
    branches/c++-modules/gcc/config/iq2000/iq2000.h
    branches/c++-modules/gcc/config/lm32/lm32.c
    branches/c++-modules/gcc/config/lm32/lm32.h
    branches/c++-modules/gcc/config/m32r/m32r.c
    branches/c++-modules/gcc/config/m32r/m32r.h
    branches/c++-modules/gcc/config/m68k/m68k.md
    branches/c++-modules/gcc/config/mcore/mcore.c
    branches/c++-modules/gcc/config/mcore/mcore.h
    branches/c++-modules/gcc/config/microblaze/linux.h
    branches/c++-modules/gcc/config/microblaze/microblaze.c
    branches/c++-modules/gcc/config/microblaze/microblaze.h
    branches/c++-modules/gcc/config/mips/mips.c
    branches/c++-modules/gcc/config/mips/mips.h
    branches/c++-modules/gcc/config/mmix/mmix-protos.h
    branches/c++-modules/gcc/config/mmix/mmix.c
    branches/c++-modules/gcc/config/mmix/mmix.h
    branches/c++-modules/gcc/config/moxie/moxie.c
    branches/c++-modules/gcc/config/moxie/moxie.h
    branches/c++-modules/gcc/config/nds32/nds32-cost.c
    branches/c++-modules/gcc/config/nds32/nds32-isr.c
    branches/c++-modules/gcc/config/nds32/nds32-md-auxiliary.c
    branches/c++-modules/gcc/config/nds32/nds32-multiple.md
    branches/c++-modules/gcc/config/nds32/nds32-predicates.c
    branches/c++-modules/gcc/config/nds32/nds32.c
    branches/c++-modules/gcc/config/nds32/nds32.h
    branches/c++-modules/gcc/config/nds32/nds32.md
    branches/c++-modules/gcc/config/netbsd-stdint.h
    branches/c++-modules/gcc/config/netbsd.h
    branches/c++-modules/gcc/config/nios2/nios2.c
    branches/c++-modules/gcc/config/nios2/nios2.h
    branches/c++-modules/gcc/config/nvptx/nvptx.c
    branches/c++-modules/gcc/config/pa/pa-linux.h
    branches/c++-modules/gcc/config/pa/pa.c
    branches/c++-modules/gcc/config/pa/pa.h
    branches/c++-modules/gcc/config/powerpcspe/powerpcspe.c
    branches/c++-modules/gcc/config/powerpcspe/powerpcspe.h
    branches/c++-modules/gcc/config/riscv/riscv.c
    branches/c++-modules/gcc/config/riscv/riscv.h
    branches/c++-modules/gcc/config/rs6000/altivec.h
    branches/c++-modules/gcc/config/rs6000/altivec.md
    branches/c++-modules/gcc/config/rs6000/rs6000-builtin.def
    branches/c++-modules/gcc/config/rs6000/rs6000-c.c
    branches/c++-modules/gcc/config/rs6000/rs6000-p8swap.c
    branches/c++-modules/gcc/config/rs6000/rs6000-protos.h
    branches/c++-modules/gcc/config/rs6000/rs6000-string.c
    branches/c++-modules/gcc/config/rs6000/rs6000.c
    branches/c++-modules/gcc/config/rs6000/rs6000.h
    branches/c++-modules/gcc/config/rs6000/rs6000.md
    branches/c++-modules/gcc/config/rs6000/sysv4.h
    branches/c++-modules/gcc/config/rs6000/vsx.md
    branches/c++-modules/gcc/config/s390/predicates.md
    branches/c++-modules/gcc/config/s390/s390-builtin-types.def
    branches/c++-modules/gcc/config/s390/s390-builtins.def
    branches/c++-modules/gcc/config/s390/s390.c
    branches/c++-modules/gcc/config/s390/s390.h
    branches/c++-modules/gcc/config/s390/vecintrin.h
    branches/c++-modules/gcc/config/s390/vector.md
    branches/c++-modules/gcc/config/s390/vx-builtins.md
    branches/c++-modules/gcc/config/sh/sh.c
    branches/c++-modules/gcc/config/sh/sh.h
    branches/c++-modules/gcc/config/sparc/sparc.c
    branches/c++-modules/gcc/config/sparc/sparc.h
    branches/c++-modules/gcc/config/spu/spu.c
    branches/c++-modules/gcc/config/spu/spu.h
    branches/c++-modules/gcc/config/stormy16/stormy16.c
    branches/c++-modules/gcc/config/stormy16/stormy16.h
    branches/c++-modules/gcc/config/tilegx/tilegx.c
    branches/c++-modules/gcc/config/tilegx/tilegx.h
    branches/c++-modules/gcc/config/tilepro/tilepro.c
    branches/c++-modules/gcc/config/tilepro/tilepro.h
    branches/c++-modules/gcc/config/visium/visium.c
    branches/c++-modules/gcc/config/visium/visium.h
    branches/c++-modules/gcc/config/xtensa/xtensa.c
    branches/c++-modules/gcc/config/xtensa/xtensa.h
    branches/c++-modules/gcc/configure
    branches/c++-modules/gcc/configure.ac
    branches/c++-modules/gcc/cp/ChangeLog
    branches/c++-modules/gcc/cp/Make-lang.in
    branches/c++-modules/gcc/cp/call.c
    branches/c++-modules/gcc/cp/class.c
    branches/c++-modules/gcc/cp/constexpr.c
    branches/c++-modules/gcc/cp/cp-objcp-common.c
    branches/c++-modules/gcc/cp/cp-tree.h
    branches/c++-modules/gcc/cp/decl.c
    branches/c++-modules/gcc/cp/decl2.c
    branches/c++-modules/gcc/cp/error.c
    branches/c++-modules/gcc/cp/except.c
    branches/c++-modules/gcc/cp/expr.c
    branches/c++-modules/gcc/cp/init.c
    branches/c++-modules/gcc/cp/lambda.c
    branches/c++-modules/gcc/cp/lex.c
    branches/c++-modules/gcc/cp/mangle.c
    branches/c++-modules/gcc/cp/method.c
    branches/c++-modules/gcc/cp/module.c
    branches/c++-modules/gcc/cp/name-lookup.c
    branches/c++-modules/gcc/cp/name-lookup.h
    branches/c++-modules/gcc/cp/optimize.c
    branches/c++-modules/gcc/cp/parser.c
    branches/c++-modules/gcc/cp/pt.c
    branches/c++-modules/gcc/cp/rtti.c
    branches/c++-modules/gcc/cp/semantics.c
    branches/c++-modules/gcc/cp/tree.c
    branches/c++-modules/gcc/cp/typeck.c
    branches/c++-modules/gcc/cp/typeck2.c
    branches/c++-modules/gcc/defaults.h
    branches/c++-modules/gcc/doc/cpp.texi
    branches/c++-modules/gcc/doc/extend.texi
    branches/c++-modules/gcc/doc/invoke.texi
    branches/c++-modules/gcc/doc/sourcebuild.texi
    branches/c++-modules/gcc/doc/standards.texi
    branches/c++-modules/gcc/doc/tm.texi
    branches/c++-modules/gcc/doc/tm.texi.in
    branches/c++-modules/gcc/domwalk.c
    branches/c++-modules/gcc/domwalk.h
    branches/c++-modules/gcc/dse.c
    branches/c++-modules/gcc/dwarf2cfi.c
    branches/c++-modules/gcc/dwarf2out.c
    branches/c++-modules/gcc/except.c
    branches/c++-modules/gcc/explow.c
    branches/c++-modules/gcc/explow.h
    branches/c++-modules/gcc/expr.c
    branches/c++-modules/gcc/flag-types.h
    branches/c++-modules/gcc/fold-const.c
    branches/c++-modules/gcc/fold-const.h
    branches/c++-modules/gcc/fortran/ChangeLog
    branches/c++-modules/gcc/fortran/check.c
    branches/c++-modules/gcc/fortran/class.c
    branches/c++-modules/gcc/fortran/decl.c
    branches/c++-modules/gcc/fortran/dump-parse-tree.c
    branches/c++-modules/gcc/fortran/expr.c
    branches/c++-modules/gcc/fortran/frontend-passes.c
    branches/c++-modules/gcc/fortran/gfortran.h
    branches/c++-modules/gcc/fortran/interface.c
    branches/c++-modules/gcc/fortran/intrinsic.c
    branches/c++-modules/gcc/fortran/invoke.texi
    branches/c++-modules/gcc/fortran/io.c
    branches/c++-modules/gcc/fortran/lang.opt
    branches/c++-modules/gcc/fortran/match.c
    branches/c++-modules/gcc/fortran/module.c
    branches/c++-modules/gcc/fortran/openmp.c
    branches/c++-modules/gcc/fortran/parse.c
    branches/c++-modules/gcc/fortran/primary.c
    branches/c++-modules/gcc/fortran/resolve.c
    branches/c++-modules/gcc/fortran/symbol.c
    branches/c++-modules/gcc/fortran/trans-array.c
    branches/c++-modules/gcc/fortran/trans-decl.c
    branches/c++-modules/gcc/fortran/trans-expr.c
    branches/c++-modules/gcc/fortran/trans-stmt.c
    branches/c++-modules/gcc/fortran/trans-types.c
    branches/c++-modules/gcc/fortran/trans.c
    branches/c++-modules/gcc/function.c
    branches/c++-modules/gcc/function.h
    branches/c++-modules/gcc/genmodes.c
    branches/c++-modules/gcc/gimple-ssa-store-merging.c
    branches/c++-modules/gcc/gimple-ssa-strength-reduction.c
    branches/c++-modules/gcc/gimple-ssa-warn-alloca.c
    branches/c++-modules/gcc/gimplify.c
    branches/c++-modules/gcc/go/ChangeLog
    branches/c++-modules/gcc/go/Make-lang.in
    branches/c++-modules/gcc/go/gofrontend/MERGE
    branches/c++-modules/gcc/go/gofrontend/escape.cc
    branches/c++-modules/gcc/go/gofrontend/expressions.cc
    branches/c++-modules/gcc/go/gofrontend/gogo.cc
    branches/c++-modules/gcc/go/gofrontend/gogo.h
    branches/c++-modules/gcc/go/gofrontend/statements.cc
    branches/c++-modules/gcc/go/gofrontend/types.cc
    branches/c++-modules/gcc/go/gofrontend/types.h
    branches/c++-modules/gcc/graphite-dependences.c
    branches/c++-modules/gcc/graphite-isl-ast-to-gimple.c
    branches/c++-modules/gcc/graphite-optimize-isl.c
    branches/c++-modules/gcc/graphite-scop-detection.c
    branches/c++-modules/gcc/graphite-sese-to-poly.c
    branches/c++-modules/gcc/graphite.c
    branches/c++-modules/gcc/graphite.h
    branches/c++-modules/gcc/haifa-sched.c
    branches/c++-modules/gcc/hsa-common.h
    branches/c++-modules/gcc/hsa-gen.c
    branches/c++-modules/gcc/ifcvt.c
    branches/c++-modules/gcc/ipa-prop.c
    branches/c++-modules/gcc/ipa-pure-const.c
    branches/c++-modules/gcc/ira-costs.c
    branches/c++-modules/gcc/jit/ChangeLog
    branches/c++-modules/gcc/jit/docs/_build/texinfo/libgccjit.texi
    branches/c++-modules/gcc/jit/docs/cp/topics/expressions.rst
    branches/c++-modules/gcc/jit/docs/topics/compatibility.rst
    branches/c++-modules/gcc/jit/docs/topics/expressions.rst
    branches/c++-modules/gcc/jit/docs/topics/index.rst
    branches/c++-modules/gcc/jit/docs/topics/types.rst
    branches/c++-modules/gcc/jit/jit-common.h
    branches/c++-modules/gcc/jit/jit-playback.c
    branches/c++-modules/gcc/jit/jit-playback.h
    branches/c++-modules/gcc/jit/jit-recording.c
    branches/c++-modules/gcc/jit/jit-recording.h
    branches/c++-modules/gcc/jit/libgccjit++.h
    branches/c++-modules/gcc/jit/libgccjit.c
    branches/c++-modules/gcc/jit/libgccjit.h
    branches/c++-modules/gcc/jit/libgccjit.map
    branches/c++-modules/gcc/loop-iv.c
    branches/c++-modules/gcc/loop-unroll.c
    branches/c++-modules/gcc/lra-assigns.c
    branches/c++-modules/gcc/lra-constraints.c
    branches/c++-modules/gcc/match.pd
    branches/c++-modules/gcc/objc/ChangeLog
    branches/c++-modules/gcc/objc/objc-act.c
    branches/c++-modules/gcc/omp-expand.c
    branches/c++-modules/gcc/omp-low.c
    branches/c++-modules/gcc/omp-offload.c
    branches/c++-modules/gcc/optabs-query.c
    branches/c++-modules/gcc/optc-gen.awk
    branches/c++-modules/gcc/opts-common.c
    branches/c++-modules/gcc/params.def
    branches/c++-modules/gcc/predict.c
    branches/c++-modules/gcc/predict.h
    branches/c++-modules/gcc/reg-notes.def
    branches/c++-modules/gcc/rtl.h
    branches/c++-modules/gcc/rtlanal.c
    branches/c++-modules/gcc/sanopt.c
    branches/c++-modules/gcc/sbitmap.c
    branches/c++-modules/gcc/sbitmap.h
    branches/c++-modules/gcc/sched-deps.c
    branches/c++-modules/gcc/sched-int.h
    branches/c++-modules/gcc/sched-rgn.c
    branches/c++-modules/gcc/sel-sched-ir.c
    branches/c++-modules/gcc/sese.c
    branches/c++-modules/gcc/sese.h
    branches/c++-modules/gcc/simplify-rtx.c
    branches/c++-modules/gcc/stor-layout.c
    branches/c++-modules/gcc/system.h
    branches/c++-modules/gcc/target.def
    branches/c++-modules/gcc/target.h
    branches/c++-modules/gcc/targhooks.c
    branches/c++-modules/gcc/targhooks.h
    branches/c++-modules/gcc/testsuite/ChangeLog
    branches/c++-modules/gcc/testsuite/brig.dg/test/gimple/fbarrier.hsail
    branches/c++-modules/gcc/testsuite/brig.dg/test/gimple/function_calls.hsail
    branches/c++-modules/gcc/testsuite/brig.dg/test/gimple/smoke_test.hsail
    branches/c++-modules/gcc/testsuite/brig.dg/test/gimple/variables.hsail
    branches/c++-modules/gcc/testsuite/c-c++-common/goacc/kernels-double-reduction-n.c
    branches/c++-modules/gcc/testsuite/c-c++-common/goacc/kernels-double-reduction.c
    branches/c++-modules/gcc/testsuite/c-c++-common/goacc/kernels-reduction.c
    branches/c++-modules/gcc/testsuite/c-c++-common/pr57371-4.c
    branches/c++-modules/gcc/testsuite/g++.dg/abi/mangle41.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/constexpr-64462.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-capture-redundancy.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1z/cplusplus.C
    branches/c++-modules/gcc/testsuite/g++.dg/cpp1z/lambda-this1.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/lang-cpp11.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/lang-cpp14.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/lang-cpp98.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-1.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-2.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-3.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-5.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-params-1.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-params-2.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-params-3.C
    branches/c++-modules/gcc/testsuite/g++.dg/debug/dwarf2/template-params-5.C
    branches/c++-modules/gcc/testsuite/g++.dg/diagnostic/param-type-mismatch.C
    branches/c++-modules/gcc/testsuite/g++.dg/eh/uncaught1.C
    branches/c++-modules/gcc/testsuite/g++.dg/eh/uncaught2.C
    branches/c++-modules/gcc/testsuite/g++.dg/eh/uncaught3.C
    branches/c++-modules/gcc/testsuite/g++.dg/eh/uncaught4.C
    branches/c++-modules/gcc/testsuite/g++.dg/expr/bitfield5.C
    branches/c++-modules/gcc/testsuite/g++.dg/expr/bool1.C
    branches/c++-modules/gcc/testsuite/g++.dg/expr/bool3.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/attr-ifunc-1.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/attr-ifunc-2.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/attr-ifunc-3.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/attr-ifunc-4.C
    branches/c++-modules/gcc/testsuite/g++.dg/ext/pr57362.C
    branches/c++-modules/gcc/testsuite/g++.dg/tree-ssa/pr31146-2.C
    branches/c++-modules/gcc/testsuite/g++.dg/tree-ssa/pr41428.C
    branches/c++-modules/gcc/testsuite/g++.dg/tree-ssa/pr8781.C
    branches/c++-modules/gcc/testsuite/g++.dg/vect/slp-pr56812.cc
    branches/c++-modules/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C
    branches/c++-modules/gcc/testsuite/g++.old-deja/g++.jason/bool5.C
    branches/c++-modules/gcc/testsuite/g++.old-deja/g++.law/union4.C
    branches/c++-modules/gcc/testsuite/g++.old-deja/g++.mike/eh48.C
    branches/c++-modules/gcc/testsuite/g++.old-deja/g++.other/anon1.C
    branches/c++-modules/gcc/testsuite/gcc.dg/attr-ifunc-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/attr-ifunc-2.c
    branches/c++-modules/gcc/testsuite/gcc.dg/attr-ifunc-3.c
    branches/c++-modules/gcc/testsuite/gcc.dg/attr-ifunc-4.c
    branches/c++-modules/gcc/testsuite/gcc.dg/attr-ifunc-5.c
    branches/c++-modules/gcc/testsuite/gcc.dg/diagnostic-range-bad-called-object.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/fuse-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/fuse-2.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/graphite.exp
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/id-15.c
    branches/c++-modules/gcc/testsuite/gcc.dg/graphite/run-id-pr67700-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/param-type-mismatch.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr35691-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr35691-2.c
    branches/c++-modules/gcc/testsuite/gcc.dg/pr68533.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr31699.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr60656.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr61194.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr65947-10.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr65947-9.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr66142.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/pr66251.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-10.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-11c.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-12b.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-18.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-33.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-cond-2-big-array.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-cond-2.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/slp-perm-9.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-align-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-align-2.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-cond-10.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-cond-8.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-cond-9.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-float-extend-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-float-truncate-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-floatint-conversion-2.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-intfloat-conversion-3.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-outer-3a-big-array.c
    branches/c++-modules/gcc/testsuite/gcc.dg/vect/vect-outer-3a.c
    branches/c++-modules/gcc/testsuite/gcc.target/aarch64/vect_copy_lane_1.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/align4.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/align_rec4.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/neon-vect1.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/neon-vect2.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/neon-vect3.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/neon-vect4.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/neon-vect5.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/neon-vect6.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/neon-vect7.c
    branches/c++-modules/gcc/testsuite/gcc.target/arm/aapcs/neon-vect8.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/builtin_target.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/funcspec-56.inc
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr80732.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr81736-3.c
    branches/c++-modules/gcc/testsuite/gcc.target/i386/pr81736-4.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/direct-move-float1.c
    branches/c++-modules/gcc/testsuite/gcc.target/powerpc/pr71977-1.c
    branches/c++-modules/gcc/testsuite/gfortran.dg/argument_checking_10.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/argument_checking_13.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/argument_checking_15.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/argument_checking_18.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/argument_checking_3.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/argument_checking_4.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/argument_checking_5.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/argument_checking_6.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/associate_9.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/gomp/udr8.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/interchange-3.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/pr29581.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/pr29832.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/pr42326-1.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/pr42326.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/graphite/run-id-3.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_1.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_2.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_3.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/pdt_4.f03
    branches/c++-modules/gcc/testsuite/gfortran.dg/predcom-1.f
    branches/c++-modules/gcc/testsuite/gfortran.dg/unconstrained_commons.f
    branches/c++-modules/gcc/testsuite/gfortran.dg/vect/fast-math-mgrid-resid.f
    branches/c++-modules/gcc/testsuite/gfortran.dg/vect/pr60510.f
    branches/c++-modules/gcc/testsuite/gfortran.dg/vect/pr77848.f
    branches/c++-modules/gcc/testsuite/gfortran.dg/vect/vect-8.f90
    branches/c++-modules/gcc/testsuite/gfortran.dg/warn_argument_mismatch_1.f90
    branches/c++-modules/gcc/testsuite/jit.dg/all-non-failing-tests.h
    branches/c++-modules/gcc/testsuite/jit.dg/test-expressions.c
    branches/c++-modules/gcc/testsuite/lib/target-supports.exp
    branches/c++-modules/gcc/toplev.c
    branches/c++-modules/gcc/toplev.h
    branches/c++-modules/gcc/tree-cfgcleanup.c
    branches/c++-modules/gcc/tree-chrec.c
    branches/c++-modules/gcc/tree-chrec.h
    branches/c++-modules/gcc/tree-data-ref.c
    branches/c++-modules/gcc/tree-dfa.c
    branches/c++-modules/gcc/tree-if-conv.c
    branches/c++-modules/gcc/tree-inline.c
    branches/c++-modules/gcc/tree-into-ssa.c
    branches/c++-modules/gcc/tree-loop-distribution.c
    branches/c++-modules/gcc/tree-outof-ssa.c
    branches/c++-modules/gcc/tree-outof-ssa.h
    branches/c++-modules/gcc/tree-scalar-evolution.c
    branches/c++-modules/gcc/tree-sra.c
    branches/c++-modules/gcc/tree-ssa-ccp.c
    branches/c++-modules/gcc/tree-ssa-coalesce.c
    branches/c++-modules/gcc/tree-ssa-coalesce.h
    branches/c++-modules/gcc/tree-ssa-dom.c
    branches/c++-modules/gcc/tree-ssa-dse.c
    branches/c++-modules/gcc/tree-ssa-loop-manip.c
    branches/c++-modules/gcc/tree-ssa-loop-manip.h
    branches/c++-modules/gcc/tree-ssa-math-opts.c
    branches/c++-modules/gcc/tree-ssa-reassoc.c
    branches/c++-modules/gcc/tree-ssa-sccvn.c
    branches/c++-modules/gcc/tree-switch-conversion.c
    branches/c++-modules/gcc/tree-vect-data-refs.c
    branches/c++-modules/gcc/tree-vect-loop-manip.c
    branches/c++-modules/gcc/tree-vect-loop.c
    branches/c++-modules/gcc/tree-vect-patterns.c
    branches/c++-modules/gcc/tree-vect-slp.c
    branches/c++-modules/gcc/tree-vect-stmts.c
    branches/c++-modules/gcc/tree-vectorizer.h
    branches/c++-modules/gcc/tree-vrp.c
    branches/c++-modules/gcc/tree.c
    branches/c++-modules/gcc/tree.h
    branches/c++-modules/gcc/varasm.c
    branches/c++-modules/gcc/vec.c
    branches/c++-modules/gcc/wide-int.h
    branches/c++-modules/gotools/ChangeLog
    branches/c++-modules/gotools/Makefile.am
    branches/c++-modules/gotools/Makefile.in
    branches/c++-modules/libatomic/ChangeLog
    branches/c++-modules/libatomic/acinclude.m4
    branches/c++-modules/libatomic/configure
    branches/c++-modules/libatomic/libatomic_i.h
    branches/c++-modules/libbacktrace/ChangeLog
    branches/c++-modules/libbacktrace/Makefile.am
    branches/c++-modules/libbacktrace/Makefile.in
    branches/c++-modules/libbacktrace/config.h.in
    branches/c++-modules/libbacktrace/configure
    branches/c++-modules/libbacktrace/configure.ac
    branches/c++-modules/libbacktrace/elf.c
    branches/c++-modules/libbacktrace/fileline.c
    branches/c++-modules/libbacktrace/internal.h
    branches/c++-modules/libbacktrace/pecoff.c
    branches/c++-modules/libbacktrace/unknown.c
    branches/c++-modules/libbacktrace/xcoff.c
    branches/c++-modules/libcc1/ChangeLog
    branches/c++-modules/libcpp/ChangeLog
    branches/c++-modules/libcpp/include/cpplib.h
    branches/c++-modules/libcpp/init.c
    branches/c++-modules/libffi/ChangeLog
    branches/c++-modules/libffi/src/powerpc/aix.S
    branches/c++-modules/libffi/src/powerpc/aix_closure.S
    branches/c++-modules/libffi/src/powerpc/ffi_darwin.c
    branches/c++-modules/libffi/src/powerpc/ffitarget.h
    branches/c++-modules/libgcc/ChangeLog
    branches/c++-modules/libgcc/config.in
    branches/c++-modules/libgcc/config/ft32/crti-hw.S
    branches/c++-modules/libgcc/config/i386/cpuinfo.c
    branches/c++-modules/libgcc/config/i386/cpuinfo.h
    branches/c++-modules/libgcc/config/i386/i386-asm.h
    branches/c++-modules/libgcc/config/i386/t-msabi
    branches/c++-modules/libgcc/config/microblaze/crti.S
    branches/c++-modules/libgcc/config/microblaze/crtn.S
    branches/c++-modules/libgcc/config/microblaze/divsi3.S
    branches/c++-modules/libgcc/config/microblaze/moddi3.S
    branches/c++-modules/libgcc/config/microblaze/modsi3.S
    branches/c++-modules/libgcc/config/microblaze/muldi3_hard.S
    branches/c++-modules/libgcc/config/microblaze/mulsi3.S
    branches/c++-modules/libgcc/config/microblaze/stack_overflow_exit.S
    branches/c++-modules/libgcc/config/microblaze/udivsi3.S
    branches/c++-modules/libgcc/config/microblaze/umodsi3.S
    branches/c++-modules/libgcc/config/pa/milli64.S
    branches/c++-modules/libgcc/configure
    branches/c++-modules/libgcc/configure.ac
    branches/c++-modules/libgfortran/ChangeLog
    branches/c++-modules/libgfortran/runtime/bounds.c
    branches/c++-modules/libgo/Makefile.am
    branches/c++-modules/libgo/Makefile.in
    branches/c++-modules/libgo/go/cmd/cgo/gcc.go
    branches/c++-modules/libgo/go/cmd/cgo/out.go
    branches/c++-modules/libgo/go/cmd/go/internal/base/signal_unix.go
    branches/c++-modules/libgo/go/cmd/go/internal/work/build.go
    branches/c++-modules/libgo/go/debug/dwarf/open.go
    branches/c++-modules/libgo/go/debug/elf/file.go
    branches/c++-modules/libgo/go/go/build/deps_test.go
    branches/c++-modules/libgo/go/go/internal/gccgoimporter/importer.go
    branches/c++-modules/libgo/go/golang_org/x/net/lif/link.go
    branches/c++-modules/libgo/go/internal/poll/export_posix_test.go
    branches/c++-modules/libgo/go/internal/poll/fd_poll_runtime.go
    branches/c++-modules/libgo/go/internal/poll/fd_posix.go
    branches/c++-modules/libgo/go/internal/poll/fd_posix_test.go
    branches/c++-modules/libgo/go/internal/poll/fd_unix.go
    branches/c++-modules/libgo/go/internal/poll/hook_unix.go
    branches/c++-modules/libgo/go/internal/poll/sockopt.go
    branches/c++-modules/libgo/go/internal/poll/sockoptip.go
    branches/c++-modules/libgo/go/internal/poll/sys_cloexec.go
    branches/c++-modules/libgo/go/net/error_posix.go
    branches/c++-modules/libgo/go/net/sock_posix.go
    branches/c++-modules/libgo/go/os/user/cgo_lookup_unix.go
    branches/c++-modules/libgo/go/runtime/export_unix_test.go
    branches/c++-modules/libgo/go/runtime/netpoll_aix.go
    branches/c++-modules/libgo/go/runtime/testdata/testprogcgo/numgoroutine.go
    branches/c++-modules/libgo/go/runtime/traceback_gccgo.go
    branches/c++-modules/libgo/go/syscall/dirent.go
    branches/c++-modules/libgo/go/syscall/forkpipe_bsd.go
    branches/c++-modules/libgo/go/syscall/libcall_aix.go
    branches/c++-modules/libgo/go/syscall/socket_bsd.go
    branches/c++-modules/libgo/mkrsysinfo.sh
    branches/c++-modules/libgo/mksysinfo.sh
    branches/c++-modules/libgo/runtime/go-strslice.c
    branches/c++-modules/libgomp/ChangeLog
    branches/c++-modules/libgomp/testsuite/libgomp.c++/for-12.C
    branches/c++-modules/libgomp/testsuite/libgomp.c++/pr69393.C
    branches/c++-modules/libgomp/testsuite/libgomp.c++/taskloop-1.C
    branches/c++-modules/libgomp/testsuite/libgomp.c++/taskloop-3.C
    branches/c++-modules/libgomp/testsuite/libgomp.c++/taskloop-4.C
    branches/c++-modules/libgomp/testsuite/libgomp.c/for-4.c
    branches/c++-modules/libgomp/testsuite/libgomp.c/pr66199-3.c
    branches/c++-modules/libgomp/testsuite/libgomp.c/pr66199-4.c
    branches/c++-modules/libgomp/testsuite/libgomp.c/pr66199-6.c
    branches/c++-modules/libgomp/testsuite/libgomp.c/taskloop-1.c
    branches/c++-modules/libgomp/testsuite/libgomp.c/taskloop-3.c
    branches/c++-modules/libgomp/testsuite/libgomp.c/taskloop-4.c
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/aligned1.f03
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/condinc1.f
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/condinc3.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/crayptr1.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/crayptr2.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/crayptr3.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/omp_cond1.f
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/omp_cond3.F90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/pr66199-1.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/pr66199-2.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/recursion1.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/target2.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/target5.f90
    branches/c++-modules/libgomp/testsuite/libgomp.fortran/task3.f90
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-g-1.c
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-g-2.c
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-reduction.c
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-7.c
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-g-1.c
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-fortran/firstprivate-1.f90
    branches/c++-modules/libgomp/testsuite/libgomp.oacc-fortran/parallel-reduction.f90
    branches/c++-modules/libhsail-rt/ChangeLog
    branches/c++-modules/libhsail-rt/include/internal/phsa-rt.h
    branches/c++-modules/libhsail-rt/include/internal/workitems.h
    branches/c++-modules/libhsail-rt/rt/workitems.c
    branches/c++-modules/libiberty/ChangeLog
    branches/c++-modules/libiberty/cp-demangle.c
    branches/c++-modules/libiberty/testsuite/demangle-expected
    branches/c++-modules/libsanitizer/ChangeLog
    branches/c++-modules/libsanitizer/configure.tgt
    branches/c++-modules/libsanitizer/libbacktrace/backtrace-rename.h
    branches/c++-modules/maintainer-scripts/ChangeLog
    branches/c++-modules/maintainer-scripts/crontab
    branches/c++-modules/maintainer-scripts/update_version_svn

Propchange: branches/c++-modules/
            ('svn:mergeinfo' modified)

Propchange: branches/c++-modules/gcc/ada/libgnarl/s-interr__hwint.adb
            ('svn:mergeinfo' modified)



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