r268720 - in /branches/redhat/gcc-8-branch: ./ ...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Sat Feb 9 09:48:00 GMT 2019
Author: jakub
Date: Sat Feb 9 09:47:59 2019
New Revision: 268720
URL: https://gcc.gnu.org/viewcvs?rev=268720&root=gcc&view=rev
Log:
svn merge -r267775:268717 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-8-branch
Added:
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/2.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/2.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/83511.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/83511.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/83511.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/83511.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/priority_queue/deduction.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/priority_queue/deduction.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/queue/deduction.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/queue/deduction.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/23_containers/stack/deduction.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/23_containers/stack/deduction.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc
- copied unchanged from r268717, branches/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/generation/normal2.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/generation/normal2.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/itr/components.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/itr/components.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/83511.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/83511.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc
- copied unchanged from r268717, branches/gcc-8-branch/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc
Modified:
branches/redhat/gcc-8-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-8-branch/libstdc++-v3/doc/html/manual/bugs.html
branches/redhat/gcc-8-branch/libstdc++-v3/doc/xml/manual/intro.xml
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/char_traits.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/fs_dir.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/fs_path.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/locale_conv.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/locale_facets.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/shared_ptr.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/shared_ptr_base.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_queue.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/bits/stl_stack.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/experimental/bits/fs_path.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/experimental/string_view
branches/redhat/gcc-8-branch/libstdc++-v3/include/ext/aligned_buffer.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/ext/random
branches/redhat/gcc-8-branch/libstdc++-v3/include/ext/vstring.h
branches/redhat/gcc-8-branch/libstdc++-v3/include/std/chrono
branches/redhat/gcc-8-branch/libstdc++-v3/include/std/string_view
branches/redhat/gcc-8-branch/libstdc++-v3/include/std/type_traits
branches/redhat/gcc-8-branch/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/redhat/gcc-8-branch/libstdc++-v3/src/filesystem/ops.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/20_util/alignment_of/value.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/iterators/directory_iterator.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.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/operations/canonical.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directories.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/operations/symlink_status.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/generation/normal.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/generation/relative.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/itr/traversal.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/27_io/filesystem/path/modifiers/replace_extension.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/filesystem/iterators/directory_iterator.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc
branches/redhat/gcc-8-branch/libstdc++-v3/testsuite/util/testsuite_fs.h
Changes in other areas also in this revision:
Added:
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/asan/pr89124.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/c-c++-common/asan/pr89124.c
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/atomic-23.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/atomic-23.c
branches/redhat/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/cancel-2.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/c-c++-common/gomp/cancel-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/abi/pr89105.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/abi/pr89105.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/asan/pr88901.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/asan/pr88901.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/enum37.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/enum37.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist-value3.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist-value3.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist107.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist107.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist108.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist108.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist109.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist109.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist110.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist110.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist111.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist111.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist112.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/initlist112.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89158.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89158.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv13.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv13.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/pr86610.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/pr86610.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-88983.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-88983.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-array6.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-array6.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const6.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp1y/lambda-generic-const6.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/constexpr-if25.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/constexpr-if25.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/constexpr-if26.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/constexpr-if26.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/debug/dwarf2/pr87295.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/debug/dwarf2/pr87295.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/ext/vector36.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/ext/vector36.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/gomp/cancel-1.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/gomp/cancel-1.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/gomp/cancel-2.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/gomp/cancel-2.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/gomp/cancel-3.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/gomp/cancel-3.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/gomp/pr88949.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/gomp/pr88949.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/init/ptrfn4.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/init/ptrfn4.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/lto/pr87295_0.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/lto/pr87295_0.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/lto/pr88046_0.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/lto/pr88046_0.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/opt/pr89187.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/opt/pr89187.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/opt/pr89188.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/opt/pr89188.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/pr88217.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/pr88217.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/pr88998.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/pr88998.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr88149.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr88149.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr88861.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/torture/pr88861.C
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/ubsan/pr89234.C
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/g++.dg/ubsan/pr89234.C
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr89195.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.c-torture/execute/pr89195.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr88635.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr88635.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/cancel-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/cancel-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr87887-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr87887-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr87887-2.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr87887-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr88105.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr88105.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr88107.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr88107.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr88415.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr88415.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr89104.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/gomp/pr89104.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/graphite/pr86865.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/graphite/pr86865.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/inline-40.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/inline-40.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/inline-41.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/inline-41.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/ipa/pr88214.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/ipa/pr88214.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr86991.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr86991.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr87929.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr87929.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr88427.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr88427.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr88568.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr88568.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr88870.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr88870.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr88905.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr88905.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/pr89211.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr89211.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr88223.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr88223.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr89008.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr89008.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr89135.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/torture/pr89135.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/pr87022.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/pr87022.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/tsan/pr88030.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/tsan/pr88030.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr88903-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr88903-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr88903-2.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr88903-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512vl-pr87214-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512vl-pr87214-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512vl-pr87214-2.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512vl-pr87214-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/call-2.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/call-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr86334.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr86334.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr88906.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr88906.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr88938.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr88938.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr88948.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr88948.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-2.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr88965.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/pr88965.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-schar-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-schar-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-sint-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-sint-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-sint128-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-sint128-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-slong-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-slong-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-sshort-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-sshort-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-uchar-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-uchar-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-uint-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-uint-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-uint128-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-uint128-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-ulong-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-ulong-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-ushort-1.c
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gcc.target/powerpc/vec-extract-ushort-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/alloc_comp_assign_16.f03
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/alloc_comp_assign_16.f03
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/associate_44.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/associate_44.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/c_funptr_1.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/c_funptr_1.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/c_funptr_1_mod.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/c_funptr_1_mod.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/lto/pr89084_0.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/lto/pr89084_0.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/namelist_96.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/namelist_96.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/newunit_5.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/newunit_5.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pointer_array_10.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pointer_array_10.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pointer_array_component_3.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pointer_array_component_3.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr35031.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr35031.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr81849.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr81849.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr83246.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr83246.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr88902.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr88902.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr88932.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr88932.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr88964.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr88964.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr89084.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/pr89084.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_32.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_32.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/select_type_45.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/select_type_45.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/select_type_46.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/select_type_46.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/warn_conversion_10.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/warn_conversion_10.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/warn_undefined_1.f90
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gfortran.dg/warn_undefined_1.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/array34.adb
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gnat.dg/array34.adb
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/opt75.adb
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gnat.dg/opt75.adb
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/opt75_pkg.adb
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gnat.dg/opt75_pkg.adb
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/opt75_pkg.ads
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gnat.dg/opt75_pkg.ads
branches/redhat/gcc-8-branch/gcc/testsuite/gnat.dg/opt76.adb
- copied unchanged from r268717, branches/gcc-8-branch/gcc/testsuite/gnat.dg/opt76.adb
branches/redhat/gcc-8-branch/libgomp/testsuite/libgomp.c++/pr88988.C
- copied unchanged from r268717, branches/gcc-8-branch/libgomp/testsuite/libgomp.c++/pr88988.C
branches/redhat/gcc-8-branch/libgomp/testsuite/libgomp.c/pr89002.c
- copied unchanged from r268717, branches/gcc-8-branch/libgomp/testsuite/libgomp.c/pr89002.c
Removed:
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/newunit_5.f90.f90
Modified:
branches/redhat/gcc-8-branch/ (props changed)
branches/redhat/gcc-8-branch/gcc/ChangeLog
branches/redhat/gcc-8-branch/gcc/DATESTAMP
branches/redhat/gcc-8-branch/gcc/ada/ChangeLog
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/libgnarl/s-linux__sparc.ads
branches/redhat/gcc-8-branch/gcc/attribs.c
branches/redhat/gcc-8-branch/gcc/c-family/ChangeLog
branches/redhat/gcc-8-branch/gcc/c-family/c-cppbuiltin.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/combine.c
branches/redhat/gcc-8-branch/gcc/config.gcc
branches/redhat/gcc-8-branch/gcc/config/aarch64/arm_neon.h
branches/redhat/gcc-8-branch/gcc/config/alpha/alpha.c
branches/redhat/gcc-8-branch/gcc/config/arc/atomic.md
branches/redhat/gcc-8-branch/gcc/config/arm/arm-cpus.in
branches/redhat/gcc-8-branch/gcc/config/arm/t-aprofile
branches/redhat/gcc-8-branch/gcc/config/arm/t-multilib
branches/redhat/gcc-8-branch/gcc/config/i386/i386.c
branches/redhat/gcc-8-branch/gcc/config/i386/sse.md
branches/redhat/gcc-8-branch/gcc/config/rs6000/rs6000-c.c
branches/redhat/gcc-8-branch/gcc/config/rs6000/rs6000-string.c
branches/redhat/gcc-8-branch/gcc/config/rs6000/rs6000.c
branches/redhat/gcc-8-branch/gcc/config/rs6000/vsx.md
branches/redhat/gcc-8-branch/gcc/config/s390/s390.md
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/cp/ChangeLog
branches/redhat/gcc-8-branch/gcc/cp/call.c
branches/redhat/gcc-8-branch/gcc/cp/constexpr.c
branches/redhat/gcc-8-branch/gcc/cp/cp-tree.h
branches/redhat/gcc-8-branch/gcc/cp/decl.c
branches/redhat/gcc-8-branch/gcc/cp/lambda.c
branches/redhat/gcc-8-branch/gcc/cp/optimize.c
branches/redhat/gcc-8-branch/gcc/cp/pt.c
branches/redhat/gcc-8-branch/gcc/cp/semantics.c
branches/redhat/gcc-8-branch/gcc/cp/tree.c
branches/redhat/gcc-8-branch/gcc/cp/typeck.c
branches/redhat/gcc-8-branch/gcc/dce.c
branches/redhat/gcc-8-branch/gcc/doc/extend.texi
branches/redhat/gcc-8-branch/gcc/doc/install.texi
branches/redhat/gcc-8-branch/gcc/doc/invoke.texi
branches/redhat/gcc-8-branch/gcc/dwarf2out.c
branches/redhat/gcc-8-branch/gcc/except.c
branches/redhat/gcc-8-branch/gcc/expr.c
branches/redhat/gcc-8-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-8-branch/gcc/fortran/arith.c
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/gfortran.h
branches/redhat/gcc-8-branch/gcc/fortran/gfortran.texi
branches/redhat/gcc-8-branch/gcc/fortran/interface.c
branches/redhat/gcc-8-branch/gcc/fortran/intrinsic.c
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/gcse.c
branches/redhat/gcc-8-branch/gcc/gimple-loop-interchange.cc
branches/redhat/gcc-8-branch/gcc/gimple-ssa-isolate-paths.c
branches/redhat/gcc-8-branch/gcc/gimple-ssa-strength-reduction.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/ipa-devirt.c
branches/redhat/gcc-8-branch/gcc/ipa-icf.c
branches/redhat/gcc-8-branch/gcc/ipa-icf.h
branches/redhat/gcc-8-branch/gcc/ipa-inline.c
branches/redhat/gcc-8-branch/gcc/ipa-prop.c
branches/redhat/gcc-8-branch/gcc/lra.c
branches/redhat/gcc-8-branch/gcc/lto-streamer-out.c
branches/redhat/gcc-8-branch/gcc/omp-simd-clone.c
branches/redhat/gcc-8-branch/gcc/optabs.c
branches/redhat/gcc-8-branch/gcc/opts.c
branches/redhat/gcc-8-branch/gcc/passes.c
branches/redhat/gcc-8-branch/gcc/profile-count.h
branches/redhat/gcc-8-branch/gcc/rtl.h
branches/redhat/gcc-8-branch/gcc/store-motion.c
branches/redhat/gcc-8-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-8-branch/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/graphite/pr69728.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/graphite/scop-21.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/plugin/plugindir1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/plugin/plugindir2.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/plugin/plugindir3.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.dg/plugin/plugindir4.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/aarch64/pr62178.c
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/arm/multilib.exp
branches/redhat/gcc-8-branch/gcc/testsuite/gcc.target/i386/call-1.c
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/array_function_5.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/assign_10.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/class_66.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/coarray/event_3.f08
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/coarray_lock_7.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/debug/pr35154-stabs.f
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/dec_structure_12.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/dec_structure_14.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/dec_structure_15.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/dtio_31.f03
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/dtio_32.f03
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/extends_11.f03
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/integer_plus.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/matmul_const.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pdt_25.f03
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pdt_28.f03
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr58968.f
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/pr78259.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/transpose_optimization_2.f90
branches/redhat/gcc-8-branch/gcc/testsuite/gfortran.dg/vect/vect-2.f90
branches/redhat/gcc-8-branch/gcc/tree-cfg.c
branches/redhat/gcc-8-branch/gcc/tree-complex.c
branches/redhat/gcc-8-branch/gcc/tree-loop-distribution.c
branches/redhat/gcc-8-branch/gcc/tree-predcom.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-alias.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-dom.c
branches/redhat/gcc-8-branch/gcc/tree-ssa-phiprop.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-uncprop.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-vect-loop.c
branches/redhat/gcc-8-branch/gcc/tree-vect-slp.c
branches/redhat/gcc-8-branch/gcc/tree-vect-stmts.c
branches/redhat/gcc-8-branch/gcc/tree.c
branches/redhat/gcc-8-branch/gcc/vr-values.c
branches/redhat/gcc-8-branch/libgfortran/ChangeLog
branches/redhat/gcc-8-branch/libgfortran/config/fpu-glibc.h
branches/redhat/gcc-8-branch/libgfortran/io/list_read.c
branches/redhat/gcc-8-branch/libgfortran/io/open.c
branches/redhat/gcc-8-branch/libgomp/ChangeLog
branches/redhat/gcc-8-branch/libgomp/testsuite/libgomp.graphite/force-parallel-5.c
branches/redhat/gcc-8-branch/libiberty/ChangeLog
branches/redhat/gcc-8-branch/libiberty/simple-object.c
Propchange: branches/redhat/gcc-8-branch/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list