r278589 - in /branches/redhat/gcc-8-branch: ./ ...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Thu Nov 21 17:39:00 GMT 2019
Author: jakub
Date: Thu Nov 21 17:39:43 2019
New Revision: 278589
URL: https://gcc.gnu.org/viewcvs?rev=278589&root=gcc&view=rev
Log:
svn merge -r270974:278587 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-8-branch
Added:
branches/redhat/gcc-8-branch/libstdc++-v3/src/c++17/
- copied from r278587, branches/gcc-8-branch/libstdc++-v3/src/c++17/
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/18_support/51333.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/18_support/51333.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/unique_ptr/assign/91308.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/unique_ptr/assign/91308.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/construct/90634.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/construct/90634.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/filesystem/path/construct/90634.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/experimental/filesystem/path/construct/90634.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/names.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/experimental/names.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/cmp.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/cmp.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/copy.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/copy.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/move.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/move.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr92059.cc
- copied unchanged from r278587, branches/gcc-8-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr92059.cc
Modified:
branches/redhat/gcc-8-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-8-branch/libstdc++-v3/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/acinclude.m4
branches/redhat/gcc-8-branch/libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver
branches/redhat/gcc-8-branch/libstdc++-v3/configure
branches/redhat/gcc-8-branch/libstdc++-v3/configure.ac
branches/redhat/gcc-8-branch/libstdc++-v3/doc/Makefile.am
branches/redhat/gcc-8-branch/libstdc++-v3/doc/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/faq.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/index.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/api.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/bugs.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/debug.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/documentation_hacking.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/index.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/intro.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/memory.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/status.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/using.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/xml/manual/allocator.xml
branches/redhat/gcc-8-branch/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
branches/redhat/gcc-8-branch/libstdc++-v3/doc/xml/manual/shared_ptr.xml
branches/redhat/gcc-8-branch/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
branches/redhat/gcc-8-branch/libstdc++-v3/include/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/fs_path.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/hashtable.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/hashtable_policy.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/memoryfwd.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/random.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_algobase.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_tree.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_uninitialized.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_vector.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/unique_ptr.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/experimental/any
branches/redhat/gcc-8-branch/libstdc++-v3/include/experimental/bits/fs_path.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/experimental/type_traits
branches/redhat/gcc-8-branch/libstdc++-v3/include/std/any
branches/redhat/gcc-8-branch/libstdc++-v3/include/std/optional
branches/redhat/gcc-8-branch/libstdc++-v3/include/std/ostream
branches/redhat/gcc-8-branch/libstdc++-v3/include/std/type_traits
branches/redhat/gcc-8-branch/libstdc++-v3/include/std/variant
branches/redhat/gcc-8-branch/libstdc++-v3/include/tr2/dynamic_bitset
branches/redhat/gcc-8-branch/libstdc++-v3/include/tr2/dynamic_bitset.tcc
branches/redhat/gcc-8-branch/libstdc++-v3/libsupc++/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/libsupc++/cxxabi.h
branches/redhat/gcc-8-branch/libstdc++-v3/libsupc++/exception
branches/redhat/gcc-8-branch/libstdc++-v3/libsupc++/guard_error.cc
branches/redhat/gcc-8-branch/libstdc++-v3/libsupc++/new_opa.cc
branches/redhat/gcc-8-branch/libstdc++-v3/po/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/python/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/python/libstdcxx/v6/xmethods.py
branches/redhat/gcc-8-branch/libstdc++-v3/src/Makefile.am
branches/redhat/gcc-8-branch/libstdc++-v3/src/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/src/c++11/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/src/c++98/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/src/filesystem/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/src/filesystem/path.cc
branches/redhat/gcc-8-branch/libstdc++-v3/src/filesystem/std-ops.cc
branches/redhat/gcc-8-branch/libstdc++-v3/src/filesystem/std-path.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/17_intro/names.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/any/misc/any_cast.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/is_constructible/value.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/is_default_constructible/value.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/is_nothrow_invocable/value.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/is_trivially_constructible/value.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/value.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/map/48101_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/multimap/48101_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/multiset/48101_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/set/48101_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/set/85965.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_map/48101_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/48101_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_multiset/48101_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_set/48101_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/unordered_set/85965.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/absolute.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/Makefile.in
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/any/misc/any_cast.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/any/misc/any_cast_neg.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/util/thread/all.h
Changes in other areas also in this revision:
Added:
branches/redhat/gcc-8-branch/fixincludes/tests/base/dispatch/
- copied from r278587, branches/gcc-8-branch/fixincludes/tests/base/dispatch/
branches/redhat/gcc-8-branch/fixincludes/tests/base/os/availability.h
- copied unchanged from r278587, branches/gcc-8-branch/fixincludes/tests/base/os/availability.h
branches/redhat/gcc-8-branch/fixincludes/tests/base/os/base.h
- copied unchanged from r278587, branches/gcc-8-branch/fixincludes/tests/base/os/base.h
branches/redhat/gcc-8-branch/gcc/config/i386/darwin32-biarch.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/i386/darwin32-biarch.h
branches/redhat/gcc-8-branch/gcc/config/i386/darwin64-biarch.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/i386/darwin64-biarch.h
branches/redhat/gcc-8-branch/gcc/config/i386/t-darwin32-biarch
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/i386/t-darwin32-biarch
branches/redhat/gcc-8-branch/gcc/config/i386/t-darwin64-biarch
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/i386/t-darwin64-biarch
branches/redhat/gcc-8-branch/gcc/config/i386/t-freebsd64
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/i386/t-freebsd64
branches/redhat/gcc-8-branch/gcc/config/rs6000/darwin32-biarch.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/rs6000/darwin32-biarch.h
branches/redhat/gcc-8-branch/gcc/config/rs6000/darwin64-biarch.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/rs6000/darwin64-biarch.h
branches/redhat/gcc-8-branch/gcc/config/rs6000/t-darwin32-biarch
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/rs6000/t-darwin32-biarch
branches/redhat/gcc-8-branch/gcc/config/rs6000/t-darwin64-biarch
- copied unchanged from r278587, branches/gcc-8-branch/gcc/config/rs6000/t-darwin64-biarch
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/cpp/pr92296-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/c-c++-common/cpp/pr92296-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/cpp/pr92296-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/c-c++-common/cpp/pr92296-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/pr90954.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/pr90954.c
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/pr91401-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/pr91401-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/pr91401-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/pr91401-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/pr53633-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/c-c++-common/pr53633-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/asan/pr90570.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/asan/pr90570.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/concepts/no-bool1.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/concepts/no-bool1.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/class-deduction58.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/class-deduction58.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/decomp50.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/decomp50.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/eval-order5.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/eval-order5.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/debug/dwarf2/pr91887.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/debug/dwarf2/pr91887.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/eh/o32-fp.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/eh/o32-fp.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/ext/90532.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/ext/90532.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/ext/vector37.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/ext/vector37.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/gomp/lastprivate-1.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/gomp/lastprivate-1.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/other/pr92201.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/other/pr92201.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/pch/pr90326.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/pch/pr90326.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/pch/pr90326.Hs
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/pch/pr90326.Hs
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/pr91173.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/pr91173.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/pr92022.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/pr92022.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/tls/pr85400.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/tls/pr85400.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr90194.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr90194.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr91280.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr91280.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr91355.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr91355.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr92384.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr92384.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/tree-ssa/tail-call-1.C
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/g++.dg/tree-ssa/tail-call-1.C
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/20191108-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/20191108-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr90139.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr90139.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr90840.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr90840.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr91001.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr91001.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr92056.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr92056.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/20190820-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/20190820-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/20190901-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/20190901-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/20191023-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/20191023-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr90949.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr90949.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr91137.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr91137.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr91450-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr91450-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr91450-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr91450-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/autopar/pr91162.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/autopar/pr91162.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/cpp/usr/include/example.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/cpp/usr/include/example.h
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/darwin-minversion-link.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/darwin-minversion-link.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr78884.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr78884.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr90900.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr90900.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr90733.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr90733.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr90756.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr90756.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr90760.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr90760.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr90898.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr90898.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr91854.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr91854.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr90020.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr90020.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr90278.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr90278.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr90328.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr90328.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr91126.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr91126.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr91200.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr91200.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr91812.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr91812.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/restrict-7.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/restrict-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/pr89725.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/pr89725.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/pr91091-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/pr91091-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-78.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-78.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr81740-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr81740-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr81740-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr81740-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr91293-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr91293-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr91293-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr91293-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr91293-3.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr91293-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr91665.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr91665.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/aarch64/no-inline-lrint_3.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/aarch64/no-inline-lrint_3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/aarch64/nosplit-di-const-volatile_1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/aarch64/nosplit-di-const-volatile_1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/arm/acle/crc_hf_1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/arm/acle/crc_hf_1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr86487.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr86487.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr88167-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr88167-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr88167-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr88167-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr89190.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr89190.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr89222.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/arm/pr89222.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512bw-pr91150.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512bw-pr91150.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr87853.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr87853.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr90547.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr90547.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr90867.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr90867.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr90899.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr90899.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr91131.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr91131.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr91623.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr91623.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr91704.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr91704.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/cfgcleanup-jalr1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/cfgcleanup-jalr1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/cfgcleanup-jalr2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/cfgcleanup-jalr2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/cfgcleanup-jalr3.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/cfgcleanup-jalr3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable-3.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable-4.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/dwarfregtable.h
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/get-fcsr-3.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/get-fcsr-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/msa-fmadd-n64.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/msa-fmadd-n64.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/mips/msa-fmadd-o32.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/mips/msa-fmadd-o32.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/darn-3.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/darn-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr70010-1.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr70010-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr70010-3.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr70010-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr70010-4.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr70010-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr70010.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr70010.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr89424-0.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr89424-0.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr89765-mc.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr89765-mc.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr91275.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr91275.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr92090-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr92090-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr92090.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr92090.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pure-builtin-redundant-load.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pure-builtin-redundant-load.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-10c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-10c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-10d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-10d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-11c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-11c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-11d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-11d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-12c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-12c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-12d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-12d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-14c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-14c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-14d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-14d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-15c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-15c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-15d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-15d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-16c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-16c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-16d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-16d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-17c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-17c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-17d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-17d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-18c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-18c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-18d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-18d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-19c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-19c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-19d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-19d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-9c.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-9c.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-9d.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-9d.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/riscv/promote-type-for-libcall.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/riscv/promote-type-for-libcall.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/x86_64/abi/avx512f/asm-support-darwin.s
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gcc.target/x86_64/abi/avx512f/asm-support-darwin.s
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/associate_48.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/associate_48.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/associate_49.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/associate_49.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/char_result_19.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/char_result_19.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/char_result_mod_19.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/char_result_mod_19.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/class_70.f03
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/class_70.f03
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/deferred_character_33.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/deferred_character_33.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/deferred_character_33a.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/deferred_character_33a.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/do_subscript_5.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/do_subscript_5.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/do_subscript_6.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/do_subscript_6.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/external_procedure_4.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/external_procedure_4.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pointer_array_11.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pointer_array_11.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr69455_1.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr69455_1.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr69455_2.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr69455_2.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr91660_1.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr91660_1.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr91660_2.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr91660_2.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/proc_ptr_51.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/proc_ptr_51.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_5.f90
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_5.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/opt78.adb
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/opt78.adb
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/opt78.ads
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/opt78.ads
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/opt79.adb
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/opt79.adb
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/opt79.ads
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/opt79.ads
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array4.ads
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array4.ads
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array5.ads
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array5.ads
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array5_pkg1.ads
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array5_pkg1.ads
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array5_pkg2-g.ads
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array5_pkg2-g.ads
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array5_pkg2.ads
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/specs/array5_pkg2.ads
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/unchecked_convert13.adb
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/gnat.dg/unchecked_convert13.adb
branches/redhat/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/CF-CFString.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/CF-CFString.h
branches/redhat/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSArray.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSArray.h
branches/redhat/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSAutoreleasePool.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSAutoreleasePool.h
branches/redhat/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSObject.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSObject.h
branches/redhat/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSString.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSString.h
branches/redhat/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSValue.h
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/F-NSValue.h
branches/redhat/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/GNUStep/
- copied from r278587, branches/gcc-8-branch/gcc/testsuite/objc-obj-c++-shared/GNUStep/
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/instancetype-0.m
- copied unchanged from r278587, branches/gcc-8-branch/gcc/testsuite/objc.dg/instancetype-0.m
branches/redhat/gcc-8-branch/libgomp/testsuite/libgomp.c/pr90811.c
- copied unchanged from r278587, branches/gcc-8-branch/libgomp/testsuite/libgomp.c/pr90811.c
Removed:
branches/redhat/gcc-8-branch/gcc/config/i386/darwin64.h
branches/redhat/gcc-8-branch/gcc/config/i386/t-darwin
branches/redhat/gcc-8-branch/gcc/config/i386/t-darwin64
branches/redhat/gcc-8-branch/gcc/config/rs6000/darwin64.h
branches/redhat/gcc-8-branch/gcc/config/rs6000/t-darwin64
branches/redhat/gcc-8-branch/gcc/config/rs6000/t-darwin8
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/cpp/usr/include/stdio.h
Modified:
branches/redhat/gcc-8-branch/ (props changed)
branches/redhat/gcc-8-branch/contrib/ChangeLog
branches/redhat/gcc-8-branch/contrib/test_summary
branches/redhat/gcc-8-branch/fixincludes/ChangeLog
branches/redhat/gcc-8-branch/fixincludes/fixincl.x
branches/redhat/gcc-8-branch/fixincludes/inclhack.def
branches/redhat/gcc-8-branch/fixincludes/tests/base/architecture/ppc/math.h
branches/redhat/gcc-8-branch/gcc/ChangeLog
branches/redhat/gcc-8-branch/gcc/DATESTAMP
branches/redhat/gcc-8-branch/gcc/Makefile.in
branches/redhat/gcc-8-branch/gcc/ada/ChangeLog
branches/redhat/gcc-8-branch/gcc/ada/exp_ch9.adb
branches/redhat/gcc-8-branch/gcc/ada/gcc-interface/decl.c
branches/redhat/gcc-8-branch/gcc/ada/gcc-interface/trans.c
branches/redhat/gcc-8-branch/gcc/ada/gcc-interface/utils.c
branches/redhat/gcc-8-branch/gcc/ada/gnatlink.adb
branches/redhat/gcc-8-branch/gcc/ada/libgnat/system-darwin-ppc.ads
branches/redhat/gcc-8-branch/gcc/ada/sem_ch8.adb
branches/redhat/gcc-8-branch/gcc/ada/sem_elab.adb
branches/redhat/gcc-8-branch/gcc/ada/sem_spark.adb
branches/redhat/gcc-8-branch/gcc/ada/sem_util.adb
branches/redhat/gcc-8-branch/gcc/ada/sem_util.ads
branches/redhat/gcc-8-branch/gcc/c-family/ChangeLog
branches/redhat/gcc-8-branch/gcc/c-family/c-attribs.c
branches/redhat/gcc-8-branch/gcc/c-family/c-common.c
branches/redhat/gcc-8-branch/gcc/c-family/c-lex.c
branches/redhat/gcc-8-branch/gcc/c-family/c-omp.c
branches/redhat/gcc-8-branch/gcc/c/ChangeLog
branches/redhat/gcc-8-branch/gcc/c/c-decl.c
branches/redhat/gcc-8-branch/gcc/c/c-parser.c
branches/redhat/gcc-8-branch/gcc/c/c-tree.h
branches/redhat/gcc-8-branch/gcc/c/c-typeck.c
branches/redhat/gcc-8-branch/gcc/calls.c
branches/redhat/gcc-8-branch/gcc/cfgcleanup.c
branches/redhat/gcc-8-branch/gcc/cfgexpand.c
branches/redhat/gcc-8-branch/gcc/cfghooks.c
branches/redhat/gcc-8-branch/gcc/cfghooks.h
branches/redhat/gcc-8-branch/gcc/cfgloop.h
branches/redhat/gcc-8-branch/gcc/cfgloopmanip.c
branches/redhat/gcc-8-branch/gcc/cfgrtl.c
branches/redhat/gcc-8-branch/gcc/config.gcc
branches/redhat/gcc-8-branch/gcc/config/aarch64/aarch64.md
branches/redhat/gcc-8-branch/gcc/config/alpha/alpha.c
branches/redhat/gcc-8-branch/gcc/config/arm/arm.c
branches/redhat/gcc-8-branch/gcc/config/arm/arm.md
branches/redhat/gcc-8-branch/gcc/config/arm/arm_acle.h
branches/redhat/gcc-8-branch/gcc/config/arm/t-rtems
branches/redhat/gcc-8-branch/gcc/config/avr/avr.c
branches/redhat/gcc-8-branch/gcc/config/darwin-c.c
branches/redhat/gcc-8-branch/gcc/config/darwin-driver.c
branches/redhat/gcc-8-branch/gcc/config/darwin-protos.h
branches/redhat/gcc-8-branch/gcc/config/darwin.c
branches/redhat/gcc-8-branch/gcc/config/darwin.h
branches/redhat/gcc-8-branch/gcc/config/darwin.opt
branches/redhat/gcc-8-branch/gcc/config/darwin10.h
branches/redhat/gcc-8-branch/gcc/config/darwin9.h
branches/redhat/gcc-8-branch/gcc/config/i386/avx2intrin.h
branches/redhat/gcc-8-branch/gcc/config/i386/avxintrin.h
branches/redhat/gcc-8-branch/gcc/config/i386/cpuid.h
branches/redhat/gcc-8-branch/gcc/config/i386/darwin.h
branches/redhat/gcc-8-branch/gcc/config/i386/emmintrin.h
branches/redhat/gcc-8-branch/gcc/config/i386/freebsd64.h
branches/redhat/gcc-8-branch/gcc/config/i386/i386-builtin.def
branches/redhat/gcc-8-branch/gcc/config/i386/i386.c
branches/redhat/gcc-8-branch/gcc/config/i386/i386.h
branches/redhat/gcc-8-branch/gcc/config/i386/i386.md
branches/redhat/gcc-8-branch/gcc/config/i386/intelmic-mkoffload.c
branches/redhat/gcc-8-branch/gcc/config/i386/sse.md
branches/redhat/gcc-8-branch/gcc/config/mips/mips.c
branches/redhat/gcc-8-branch/gcc/config/mips/mips.md
branches/redhat/gcc-8-branch/gcc/config/nvptx/nvptx.c
branches/redhat/gcc-8-branch/gcc/config/pa/pa-linux.h
branches/redhat/gcc-8-branch/gcc/config/pa/pa-protos.h
branches/redhat/gcc-8-branch/gcc/config/pa/pa.c
branches/redhat/gcc-8-branch/gcc/config/pa/pa.h
branches/redhat/gcc-8-branch/gcc/config/pa/pa.md
branches/redhat/gcc-8-branch/gcc/config/pa/pa.opt
branches/redhat/gcc-8-branch/gcc/config/riscv/riscv.c
branches/redhat/gcc-8-branch/gcc/config/rs6000/altivec.md
branches/redhat/gcc-8-branch/gcc/config/rs6000/darwin.h
branches/redhat/gcc-8-branch/gcc/config/rs6000/darwin.md
branches/redhat/gcc-8-branch/gcc/config/rs6000/predicates.md
branches/redhat/gcc-8-branch/gcc/config/rs6000/rs6000-builtin.def
branches/redhat/gcc-8-branch/gcc/config/rs6000/rs6000-c.c
branches/redhat/gcc-8-branch/gcc/config/rs6000/rs6000-p8swap.c
branches/redhat/gcc-8-branch/gcc/config/rs6000/rs6000.c
branches/redhat/gcc-8-branch/gcc/config/rs6000/rs6000.md
branches/redhat/gcc-8-branch/gcc/config/s390/vector.md
branches/redhat/gcc-8-branch/gcc/config/sh/sh.c
branches/redhat/gcc-8-branch/gcc/config/sh/sh.h
branches/redhat/gcc-8-branch/gcc/config/sh/sh.md
branches/redhat/gcc-8-branch/gcc/config/sparc/sparc-protos.h
branches/redhat/gcc-8-branch/gcc/config/sparc/sparc.c
branches/redhat/gcc-8-branch/gcc/config/sparc/sparc.h
branches/redhat/gcc-8-branch/gcc/config/sparc/sparc.md
branches/redhat/gcc-8-branch/gcc/config/xtensa/xtensa.c
branches/redhat/gcc-8-branch/gcc/configure
branches/redhat/gcc-8-branch/gcc/configure.ac
branches/redhat/gcc-8-branch/gcc/cp/ChangeLog
branches/redhat/gcc-8-branch/gcc/cp/config-lang.in
branches/redhat/gcc-8-branch/gcc/cp/cp-gimplify.c
branches/redhat/gcc-8-branch/gcc/cp/decl.c
branches/redhat/gcc-8-branch/gcc/cp/decl2.c
branches/redhat/gcc-8-branch/gcc/cp/init.c
branches/redhat/gcc-8-branch/gcc/cp/method.c
branches/redhat/gcc-8-branch/gcc/cp/name-lookup.c
branches/redhat/gcc-8-branch/gcc/cp/parser.c
branches/redhat/gcc-8-branch/gcc/cp/semantics.c
branches/redhat/gcc-8-branch/gcc/cp/typeck.c
branches/redhat/gcc-8-branch/gcc/cp/vtable-class-hierarchy.c
branches/redhat/gcc-8-branch/gcc/df-core.c
branches/redhat/gcc-8-branch/gcc/doc/invoke.texi
branches/redhat/gcc-8-branch/gcc/dse.c
branches/redhat/gcc-8-branch/gcc/dwarf2out.c
branches/redhat/gcc-8-branch/gcc/explow.c
branches/redhat/gcc-8-branch/gcc/expmed.c
branches/redhat/gcc-8-branch/gcc/fold-const.c
branches/redhat/gcc-8-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-8-branch/gcc/fortran/decl.c
branches/redhat/gcc-8-branch/gcc/fortran/expr.c
branches/redhat/gcc-8-branch/gcc/fortran/frontend-passes.c
branches/redhat/gcc-8-branch/gcc/fortran/gfortran.h
branches/redhat/gcc-8-branch/gcc/fortran/interface.c
branches/redhat/gcc-8-branch/gcc/fortran/invoke.texi
branches/redhat/gcc-8-branch/gcc/fortran/lang.opt
branches/redhat/gcc-8-branch/gcc/fortran/resolve.c
branches/redhat/gcc-8-branch/gcc/fortran/trans-array.c
branches/redhat/gcc-8-branch/gcc/fortran/trans-decl.c
branches/redhat/gcc-8-branch/gcc/fortran/trans-expr.c
branches/redhat/gcc-8-branch/gcc/fortran/trans-intrinsic.c
branches/redhat/gcc-8-branch/gcc/fortran/trans-stmt.c
branches/redhat/gcc-8-branch/gcc/fortran/trans-types.c
branches/redhat/gcc-8-branch/gcc/function.c
branches/redhat/gcc-8-branch/gcc/gcov.c
branches/redhat/gcc-8-branch/gcc/gcse.c
branches/redhat/gcc-8-branch/gcc/ggc-page.c
branches/redhat/gcc-8-branch/gcc/gimple-fold.c
branches/redhat/gcc-8-branch/gcc/gimplify.c
branches/redhat/gcc-8-branch/gcc/graphite-scop-detection.c
branches/redhat/gcc-8-branch/gcc/internal-fn.c
branches/redhat/gcc-8-branch/gcc/ipa-cp.c
branches/redhat/gcc-8-branch/gcc/ira.c
branches/redhat/gcc-8-branch/gcc/lra-constraints.c
branches/redhat/gcc-8-branch/gcc/lto-streamer-in.c
branches/redhat/gcc-8-branch/gcc/lto-streamer-out.c
branches/redhat/gcc-8-branch/gcc/lto-streamer.h
branches/redhat/gcc-8-branch/gcc/match.pd
branches/redhat/gcc-8-branch/gcc/multiple_target.c
branches/redhat/gcc-8-branch/gcc/objc/ChangeLog
branches/redhat/gcc-8-branch/gcc/objc/config-lang.in
branches/redhat/gcc-8-branch/gcc/objc/objc-act.c
branches/redhat/gcc-8-branch/gcc/objc/objc-act.h
branches/redhat/gcc-8-branch/gcc/objcp/ChangeLog
branches/redhat/gcc-8-branch/gcc/objcp/config-lang.in
branches/redhat/gcc-8-branch/gcc/optabs.c
branches/redhat/gcc-8-branch/gcc/opts-common.c
branches/redhat/gcc-8-branch/gcc/opts-global.c
branches/redhat/gcc-8-branch/gcc/recog.c
branches/redhat/gcc-8-branch/gcc/resource.c
branches/redhat/gcc-8-branch/gcc/rtlanal.c
branches/redhat/gcc-8-branch/gcc/symtab.c
branches/redhat/gcc-8-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cet-notrack-1.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/alignas4.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/pr84497.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/ext/alignof2.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/ext/instantiate2.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/gcov/pr16855.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/lookup/missing-std-include-5.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/lookup/missing-std-include-6.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/lookup/missing-std-include-8.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/pr71694.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/tls/pr77285-2.C
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/compile/pr72802.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/Wnonnull.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/cpp/isysroot-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/darwin-minversion-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/darwin-minversion-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/darwin-weakimport-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/uninit-19.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/slp-reduc-sad.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512bw-vpmovswb-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512bw-vpmovuswb-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512bw-vpmovwb-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-notrack-5a.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-notrack-5b.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-notrack-6b.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-notrack-icf-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-notrack-icf-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-notrack-icf-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-notrack-icf-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-sjlj-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-sjlj-5.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/cet-sjlj-6b.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save-rec.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save-xmm.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/fuse-caller-save.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-5.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-6.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-8.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-bnd-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-bnd-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-register-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-register-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-register-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/indirect-thunk-register-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/memset-strategy-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pconfig-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr22076.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr24414.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr32219-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr32219-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr32219-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr32219-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr32219-5.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr32219-6.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr32219-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr32219-8.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr39013-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr39013-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr49866.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr52146.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr52698.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr52857-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr52857-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr52876.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr53698.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr54157.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr55049-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr55093.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr55116-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr55116-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr55597.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr59874-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr59929.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr61599-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr63538.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr64317.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr66470.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr66819-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr66819-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr67985-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr70738-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr77881.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr82659-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr82662.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-10.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-11.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-12.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-13.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-14.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-15.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-16.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-22.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-23.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-24.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-25.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-5.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-6.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-8.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/ret-thunk-9.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/stack-prot-sym.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/wbinvd-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/wbnoinvd-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/bmi2-bzhi64-1a.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/builtins-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/darwin-bool-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr64205.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr71785.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr79909.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr80125.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/safe-indirect-jump-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/safe-indirect-jump-7.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/spec-barr-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13a.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13b.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20a.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20b.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/sparc/20161111-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/sparc/overflow-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/sparc/overflow-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/sparc/overflow-3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/sparc/overflow-4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/sparc/overflow-5.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/assign_10.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pdt_4.f03
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/transpose_optimization_2.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/typebound_call_22.f03
branches/redhat/gcc-8-branch/gcc/testsuite/lib/scanasm.exp
branches/redhat/gcc-8-branch/gcc/testsuite/lib/target-supports.exp
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/cxx-ivars-3.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/isa-field-1.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/objc-gc-3.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/proto-lossage-7.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/qual-types-1.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/strings/const-cfstring-2.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/strings/const-cfstring-5.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/strings/const-str-12.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/stubify-1.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/stubify-2.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/syntax-error-1.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/torture/strings/const-cfstring-1.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/torture/strings/const-str-10.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/torture/strings/const-str-11.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/torture/strings/const-str-9.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/try-catch-1.mm
branches/redhat/gcc-8-branch/gcc/testsuite/obj-c++.dg/try-catch-3.mm
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/encode-7-next-64bit.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/headers.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/image-info.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/isa-field-1.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/method-6.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/no-extra-load.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/objc-foreach-4.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/objc-foreach-5.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/objc-gc-4.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/proto-lossage-7.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/strings/const-cfstring-2.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/strings/const-cfstring-5.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/strings/const-str-12b.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/stubify-1.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/stubify-2.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/symtab-1.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/torture/strings/const-cfstring-1.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/torture/strings/const-str-10.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/torture/strings/const-str-11.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/torture/strings/const-str-9.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/zero-link-1.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/zero-link-2.m
branches/redhat/gcc-8-branch/gcc/testsuite/objc.dg/zero-link-3.m
branches/redhat/gcc-8-branch/gcc/tree-cfg.c
branches/redhat/gcc-8-branch/gcc/tree-chrec.c
branches/redhat/gcc-8-branch/gcc/tree-chrec.h
branches/redhat/gcc-8-branch/gcc/tree-core.h
branches/redhat/gcc-8-branch/gcc/tree-data-ref.c
branches/redhat/gcc-8-branch/gcc/tree-data-ref.h
branches/redhat/gcc-8-branch/gcc/tree-inline.c
branches/redhat/gcc-8-branch/gcc/tree-object-size.c
branches/redhat/gcc-8-branch/gcc/tree-outof-ssa.c
branches/redhat/gcc-8-branch/gcc/tree-predcom.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-address.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-ccp.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-copy.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-forwprop.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-loop-ivopts.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-phiopt.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-phiprop.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-pre.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-reassoc.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-sccvn.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-sccvn.h
branches/redhat/gcc-8-branch/gcc/tree-ssa-sink.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-structalias.c
branches/redhat/gcc-8-branch/gcc/tree-ssanames.c
branches/redhat/gcc-8-branch/gcc/tree-streamer-in.c
branches/redhat/gcc-8-branch/gcc/tree-streamer-out.c
branches/redhat/gcc-8-branch/gcc/tree-tailcall.c
branches/redhat/gcc-8-branch/gcc/tree-vect-data-refs.c
branches/redhat/gcc-8-branch/gcc/tree-vect-loop.c
branches/redhat/gcc-8-branch/gcc/tree-vect-slp.c
branches/redhat/gcc-8-branch/gcc/tree-vrp.c
branches/redhat/gcc-8-branch/gcc/tree.c
branches/redhat/gcc-8-branch/gcc/tree.h
branches/redhat/gcc-8-branch/gcc/var-tracking.c
branches/redhat/gcc-8-branch/gcc/xcoffout.c
branches/redhat/gcc-8-branch/gcc/xcoffout.h
branches/redhat/gcc-8-branch/libcpp/ChangeLog
branches/redhat/gcc-8-branch/libcpp/directives.c
branches/redhat/gcc-8-branch/libcpp/init.c
branches/redhat/gcc-8-branch/libcpp/internal.h
branches/redhat/gcc-8-branch/libgcc/ChangeLog
branches/redhat/gcc-8-branch/libgcc/config.host
branches/redhat/gcc-8-branch/libgcc/config/pa/fptr.c
branches/redhat/gcc-8-branch/libgcc/config/pa/lib2funcs.S
branches/redhat/gcc-8-branch/libgcc/config/pa/linux-atomic.c
branches/redhat/gcc-8-branch/libgcc/config/pa/milli64.S
branches/redhat/gcc-8-branch/libgcc/config/rs6000/darwin-vecsave.S
branches/redhat/gcc-8-branch/libgcc/config/rs6000/t-darwin
branches/redhat/gcc-8-branch/libgcc/config/rs6000/t-darwin64
branches/redhat/gcc-8-branch/libgcc/config/t-darwin
branches/redhat/gcc-8-branch/libgfortran/ChangeLog
branches/redhat/gcc-8-branch/libgfortran/intrinsics/random.c
branches/redhat/gcc-8-branch/libgomp/ChangeLog
branches/redhat/gcc-8-branch/libgomp/plugin/plugin-hsa.c
branches/redhat/gcc-8-branch/libiberty/ChangeLog
branches/redhat/gcc-8-branch/libiberty/simple-object-elf.c
branches/redhat/gcc-8-branch/libitm/ChangeLog
branches/redhat/gcc-8-branch/libitm/config/sh/sjlj.S
branches/redhat/gcc-8-branch/libquadmath/ChangeLog
branches/redhat/gcc-8-branch/libquadmath/quadmath.h
Propchange: branches/redhat/gcc-8-branch/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list