r266735 - in /branches/c++-coroutines: ./ Chang...
iains@gcc.gnu.org
iains@gcc.gnu.org
Mon Dec 3 10:39:00 GMT 2018
Author: iains
Date: Mon Dec 3 10:39:09 2018
New Revision: 266735
URL: https://gcc.gnu.org/viewcvs?rev=266735&root=gcc&view=rev
Log:
c++-coroutines - merge trunk r266733.
Added:
branches/c++-coroutines/libstdc++-v3/include/bits/erase_if.h
- copied unchanged from r266733, trunk/libstdc++-v3/include/bits/erase_if.h
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/21_strings/basic_string/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/
- copied from r266733, trunk/libstdc++-v3/testsuite/21_strings/basic_string/operations/ends_with/
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/
- copied from r266733, trunk/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ends_with/
- copied from r266733, trunk/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ends_with/
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/starts_with/
- copied from r266733, trunk/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/starts_with/
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/83511.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/83511.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/83511.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/83511.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/23_containers/deque/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/23_containers/forward_list/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/23_containers/list/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/23_containers/map/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/set/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/23_containers/set/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/erasure.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/23_containers/vector/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/
- copied from r266733, trunk/libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/83511.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/83511.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc
- copied unchanged from r266733, trunk/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/83511.cc
Removed:
branches/c++-coroutines/libstdc++-v3/include/experimental/bits/erase_if.h
Modified:
branches/c++-coroutines/libstdc++-v3/ChangeLog
branches/c++-coroutines/libstdc++-v3/acinclude.m4
branches/c++-coroutines/libstdc++-v3/config.h.in
branches/c++-coroutines/libstdc++-v3/configure
branches/c++-coroutines/libstdc++-v3/configure.ac
branches/c++-coroutines/libstdc++-v3/doc/html/manual/configure.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/memory.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/status.html
branches/c++-coroutines/libstdc++-v3/doc/xml/manual/configure.xml
branches/c++-coroutines/libstdc++-v3/doc/xml/manual/intro.xml
branches/c++-coroutines/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
branches/c++-coroutines/libstdc++-v3/include/Makefile.am
branches/c++-coroutines/libstdc++-v3/include/Makefile.in
branches/c++-coroutines/libstdc++-v3/include/bits/basic_string.h
branches/c++-coroutines/libstdc++-v3/include/bits/fs_dir.h
branches/c++-coroutines/libstdc++-v3/include/bits/fs_path.h
branches/c++-coroutines/libstdc++-v3/include/bits/hashtable.h
branches/c++-coroutines/libstdc++-v3/include/bits/shared_ptr_base.h
branches/c++-coroutines/libstdc++-v3/include/experimental/deque
branches/c++-coroutines/libstdc++-v3/include/experimental/map
branches/c++-coroutines/libstdc++-v3/include/experimental/set
branches/c++-coroutines/libstdc++-v3/include/experimental/string_view
branches/c++-coroutines/libstdc++-v3/include/experimental/unordered_map
branches/c++-coroutines/libstdc++-v3/include/experimental/unordered_set
branches/c++-coroutines/libstdc++-v3/include/ext/aligned_buffer.h
branches/c++-coroutines/libstdc++-v3/include/ext/concurrence.h
branches/c++-coroutines/libstdc++-v3/include/std/deque
branches/c++-coroutines/libstdc++-v3/include/std/forward_list
branches/c++-coroutines/libstdc++-v3/include/std/list
branches/c++-coroutines/libstdc++-v3/include/std/map
branches/c++-coroutines/libstdc++-v3/include/std/set
branches/c++-coroutines/libstdc++-v3/include/std/string
branches/c++-coroutines/libstdc++-v3/include/std/string_view
branches/c++-coroutines/libstdc++-v3/include/std/type_traits
branches/c++-coroutines/libstdc++-v3/include/std/unordered_map
branches/c++-coroutines/libstdc++-v3/include/std/unordered_set
branches/c++-coroutines/libstdc++-v3/include/std/vector
branches/c++-coroutines/libstdc++-v3/src/filesystem/ops.cc
branches/c++-coroutines/libstdc++-v3/src/filesystem/path.cc
branches/c++-coroutines/libstdc++-v3/src/filesystem/std-dir.cc
branches/c++-coroutines/libstdc++-v3/src/filesystem/std-ops.cc
branches/c++-coroutines/libstdc++-v3/src/filesystem/std-path.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/alignment_of/value.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move_assign.cc
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/canonical.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directories.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/symlink_status.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/generation/relative.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc
Changes in other areas also in this revision:
Added:
branches/c++-coroutines/gcc/config/host-netbsd.c
- copied unchanged from r266733, trunk/gcc/config/host-netbsd.c
branches/c++-coroutines/gcc/config/x-netbsd
- copied unchanged from r266733, trunk/gcc/config/x-netbsd
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wformat-pr88257.c
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/Wformat-pr88257.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wformat-pr88257.h
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/Wformat-pr88257.h
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess4.c
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess4.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/asan/asan-stack-small.c
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/asan/asan-stack-small.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/asan/pr88291.c
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/asan/pr88291.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-5.c
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/builtin-has-attribute-5.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/empty.h
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/empty.h
branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/asyncwait-5.c
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/goacc/asyncwait-5.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/ubsan/pr88215.c
- copied unchanged from r266733, trunk/gcc/testsuite/c-c++-common/ubsan/pr88215.c
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-base6b.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-base6b.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr87476-1.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp0x/pr87476-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr87476-2.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp0x/pr87476-2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr87539.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp0x/pr87539.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr88120.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp0x/pr88120.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/lambda-generic-83856.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-83856.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/lambda-generic-87523.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-87523.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/typename1.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp1z/typename1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nested-inline-ns1.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/nested-inline-ns1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nested-inline-ns2.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/nested-inline-ns2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename1.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename10.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename10.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename11.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename11.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename2.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename3.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename4.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename5.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename6.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename7.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename8.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename8.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/typename9.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/cpp2a/typename9.C
branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/pr85550.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/debug/dwarf2/pr85550.C
branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/pr86900.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/debug/dwarf2/pr86900.C
branches/c++-coroutines/gcc/testsuite/g++.dg/debug/pr88181.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/debug/pr88181.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/flexary31.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/ext/flexary31.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr88182.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/gomp/pr88182.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr88258.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/gomp/pr88258.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/pr87531.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/lookup/pr87531.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/suggestions-scoped-enums.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/lookup/suggestions-scoped-enums.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/suggestions-unscoped-enums.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/lookup/suggestions-unscoped-enums.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/error35.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/other/error35.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/pr88187.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/other/pr88187.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/missing-parens-fixit.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/parse/missing-parens-fixit.C
branches/c++-coroutines/gcc/testsuite/g++.dg/pr88217.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/pr88217.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr88152-1.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/tree-ssa/pr88152-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr88152-2.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.dg/tree-ssa/pr88152-2.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/avx-check.h
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/avx-check.h
branches/c++-coroutines/gcc/testsuite/g++.target/i386/avx-os-support.h
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/avx-os-support.h
branches/c++-coroutines/gcc/testsuite/g++.target/i386/avx-pr54700-1.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/avx-pr54700-1.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/avx-pr54700-2.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/avx-pr54700-2.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/avx2-check.h
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/avx2-check.h
branches/c++-coroutines/gcc/testsuite/g++.target/i386/avx2-pr54700-1.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/avx2-pr54700-1.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/avx2-pr54700-2.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/avx2-pr54700-2.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/m128-check.h
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/m128-check.h
branches/c++-coroutines/gcc/testsuite/g++.target/i386/m256-check.h
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/m256-check.h
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr88152.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/pr88152.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/sse4_1-check.h
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/sse4_1-check.h
branches/c++-coroutines/gcc/testsuite/g++.target/i386/sse4_1-pr54700-1.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/sse4_1-pr54700-1.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/sse4_1-pr54700-2.C
- copied unchanged from r266733, trunk/gcc/testsuite/g++.target/i386/sse4_1-pr54700-2.C
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/ieee/920810-1.x
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.c-torture/execute/ieee/920810-1.x
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr64242.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.c-torture/execute/pr64242.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-aligned-2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/attr-aligned-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-34.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/gimplefe-34.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-35.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/gimplefe-35.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/independent-cloneids-1.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/independent-cloneids-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/live-patching-1.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/live-patching-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/live-patching-2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/live-patching-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/live-patching-3.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/live-patching-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h
branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-2.h
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-2.h
branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h
branches/c++-coroutines/gcc/testsuite/gcc.dg/predict-13b.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/predict-13b.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/predict-22.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/predict-22.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/sinhatanh-1.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/sinhatanh-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/sinhatanh-2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/sinhatanh-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/sinhatanh-3.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/sinhatanh-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr79351.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/torture/pr79351.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr88223.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/torture/pr88223.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr88243.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/torture/pr88243.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-18.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-18.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/writeonly-3.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/tree-ssa/writeonly-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/ubsan/pr88234.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/ubsan/pr88234.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/warn-sprintf-no-nul-3.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.dg/warn-sprintf-no-nul-3.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/attr-aligned.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/aarch64/attr-aligned.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/attr-aligned.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/attr-aligned.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx-pr88189-1.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/avx-pr88189-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx-pr88189-2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/avx-pr88189-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/fentryname1.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/fentryname1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/fentryname2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/fentryname2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/fentryname3.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/fentryname3.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/ipa-stack-alignment-2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/ipa-stack-alignment-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr53759-2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/pr53759-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54589.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/pr54589.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88178.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/pr88178.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88195.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/pr88195.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88278.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/pr88278.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/returninst1.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/returninst1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/returninst2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/returninst2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/returninst3.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/returninst3.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse4_1-pr88189-1.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/sse4_1-pr88189-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse4_1-pr88189-2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/i386/sse4_1-pr88189-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/attr-aligned.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/powerpc/attr-aligned.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr87496.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/powerpc/pr87496.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr88188.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/powerpc/pr88188.c
branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/20181129-1.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/sparc/20181129-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/20181129-2.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/sparc/20181129-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/attr-aligned.c
- copied unchanged from r266733, trunk/gcc/testsuite/gcc.target/sparc/attr-aligned.c
branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/asyncwait-5.f
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/goacc/asyncwait-5.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-1.f90
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-1.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-1.h
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-1.h
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-2.f90
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-2.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-3.f90
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-3.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-3.h
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-3.h
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-4.f
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-4.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-4.h
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-4.h
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-5.f
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-5.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/simd-builtins-6.f90
- copied unchanged from r266733, trunk/gcc/testsuite/gfortran.dg/simd-builtins-6.f90
branches/c++-coroutines/libbacktrace/test_format.c
- copied unchanged from r266733, trunk/libbacktrace/test_format.c
branches/c++-coroutines/libbacktrace/unittest.c
- copied unchanged from r266733, trunk/libbacktrace/unittest.c
branches/c++-coroutines/libgomp/testsuite/libgomp.c-c++-common/cancel-taskgroup-4.c
- copied unchanged from r266733, trunk/libgomp/testsuite/libgomp.c-c++-common/cancel-taskgroup-4.c
branches/c++-coroutines/libgomp/testsuite/libgomp.c/task-reduction-3.c
- copied unchanged from r266733, trunk/libgomp/testsuite/libgomp.c/task-reduction-3.c
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr88288.c
- copied unchanged from r266733, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr88288.c
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/lib-16-2.f90
- copied unchanged from r266733, trunk/libgomp/testsuite/libgomp.oacc-fortran/lib-16-2.f90
Modified:
branches/c++-coroutines/ (props changed)
branches/c++-coroutines/ChangeLog
branches/c++-coroutines/ChangeLog.coroutines
branches/c++-coroutines/MAINTAINERS
branches/c++-coroutines/contrib/ChangeLog
branches/c++-coroutines/contrib/update-copyright.py
branches/c++-coroutines/gcc/ChangeLog
branches/c++-coroutines/gcc/DATESTAMP
branches/c++-coroutines/gcc/REVISION
branches/c++-coroutines/gcc/ada/ChangeLog
branches/c++-coroutines/gcc/ada/libgnarl/s-linux__alpha.ads
branches/c++-coroutines/gcc/asan.c
branches/c++-coroutines/gcc/asan.h
branches/c++-coroutines/gcc/bb-reorder.c
branches/c++-coroutines/gcc/builtins.c
branches/c++-coroutines/gcc/c-family/ChangeLog
branches/c++-coroutines/gcc/c-family/c-ada-spec.c
branches/c++-coroutines/gcc/c-family/c-attribs.c
branches/c++-coroutines/gcc/c-family/c-common.c
branches/c++-coroutines/gcc/c-family/c-ubsan.c
branches/c++-coroutines/gcc/c-family/c-warn.c
branches/c++-coroutines/gcc/c/ChangeLog
branches/c++-coroutines/gcc/c/c-decl.c
branches/c++-coroutines/gcc/c/c-typeck.c
branches/c++-coroutines/gcc/c/gimple-parser.c
branches/c++-coroutines/gcc/cfgexpand.c
branches/c++-coroutines/gcc/cgraph.h
branches/c++-coroutines/gcc/cgraphclones.c
branches/c++-coroutines/gcc/cif-code.def
branches/c++-coroutines/gcc/combine.c
branches/c++-coroutines/gcc/common.opt
branches/c++-coroutines/gcc/config.gcc
branches/c++-coroutines/gcc/config.host
branches/c++-coroutines/gcc/config.in
branches/c++-coroutines/gcc/config/aarch64/aarch64.c
branches/c++-coroutines/gcc/config/arm/arm-cpus.in
branches/c++-coroutines/gcc/config/arm/arm-generic.md
branches/c++-coroutines/gcc/config/arm/arm.h
branches/c++-coroutines/gcc/config/arm/cortex-a15.md
branches/c++-coroutines/gcc/config/arm/cortex-a5.md
branches/c++-coroutines/gcc/config/arm/cortex-a53.md
branches/c++-coroutines/gcc/config/arm/cortex-a57.md
branches/c++-coroutines/gcc/config/arm/cortex-a7.md
branches/c++-coroutines/gcc/config/arm/cortex-m4.md
branches/c++-coroutines/gcc/config/arm/exynos-m1.md
branches/c++-coroutines/gcc/config/arm/marvell-pj4.md
branches/c++-coroutines/gcc/config/arm/types.md
branches/c++-coroutines/gcc/config/arm/xgene1.md
branches/c++-coroutines/gcc/config/gnu-user.h
branches/c++-coroutines/gcc/config/h8300/constraints.md
branches/c++-coroutines/gcc/config/h8300/h8300.md
branches/c++-coroutines/gcc/config/h8300/predicates.md
branches/c++-coroutines/gcc/config/i386/i386-opts.h
branches/c++-coroutines/gcc/config/i386/i386.c
branches/c++-coroutines/gcc/config/i386/i386.opt
branches/c++-coroutines/gcc/config/i386/mmx.md
branches/c++-coroutines/gcc/config/i386/sse.md
branches/c++-coroutines/gcc/config/lm32/lm32.c
branches/c++-coroutines/gcc/config/microblaze/microblaze.c
branches/c++-coroutines/gcc/config/mips/mips.c
branches/c++-coroutines/gcc/config/mips/mips.h
branches/c++-coroutines/gcc/config/mips/mips.opt
branches/c++-coroutines/gcc/config/riscv/riscv.c
branches/c++-coroutines/gcc/config/rs6000/aix71.h
branches/c++-coroutines/gcc/config/rs6000/aix72.h
branches/c++-coroutines/gcc/config/rs6000/constraints.md
branches/c++-coroutines/gcc/config/rs6000/darwin.md
branches/c++-coroutines/gcc/config/rs6000/driver-rs6000.c
branches/c++-coroutines/gcc/config/rs6000/freebsd.h
branches/c++-coroutines/gcc/config/rs6000/freebsd64.h
branches/c++-coroutines/gcc/config/rs6000/linux.h
branches/c++-coroutines/gcc/config/rs6000/linux64.h
branches/c++-coroutines/gcc/config/rs6000/lynx.h
branches/c++-coroutines/gcc/config/rs6000/netbsd.h
branches/c++-coroutines/gcc/config/rs6000/predicates.md
branches/c++-coroutines/gcc/config/rs6000/rs6000-protos.h
branches/c++-coroutines/gcc/config/rs6000/rs6000-string.c
branches/c++-coroutines/gcc/config/rs6000/rs6000.c
branches/c++-coroutines/gcc/config/rs6000/rs6000.h
branches/c++-coroutines/gcc/config/rs6000/rs6000.md
branches/c++-coroutines/gcc/config/rs6000/rs6000.opt
branches/c++-coroutines/gcc/config/rs6000/rtems.h
branches/c++-coroutines/gcc/config/rs6000/sysv4.h
branches/c++-coroutines/gcc/config/sh/sh-mem.cc
branches/c++-coroutines/gcc/config/sparc/sparc-modes.def
branches/c++-coroutines/gcc/config/sparc/sparc.c
branches/c++-coroutines/gcc/configure
branches/c++-coroutines/gcc/configure.ac
branches/c++-coroutines/gcc/coverage.c
branches/c++-coroutines/gcc/cp/ChangeLog
branches/c++-coroutines/gcc/cp/class.c
branches/c++-coroutines/gcc/cp/cp-name-hint.h
branches/c++-coroutines/gcc/cp/decl.c
branches/c++-coroutines/gcc/cp/error.c
branches/c++-coroutines/gcc/cp/except.c
branches/c++-coroutines/gcc/cp/name-lookup.c
branches/c++-coroutines/gcc/cp/parser.c
branches/c++-coroutines/gcc/cp/typeck.c
branches/c++-coroutines/gcc/cp/typeck2.c
branches/c++-coroutines/gcc/d/dmd/MERGE
branches/c++-coroutines/gcc/d/dmd/cppmangle.c
branches/c++-coroutines/gcc/d/dmd/doc.c
branches/c++-coroutines/gcc/diagnostic-core.h
branches/c++-coroutines/gcc/diagnostic-show-locus.c
branches/c++-coroutines/gcc/diagnostic.c
branches/c++-coroutines/gcc/diagnostic.h
branches/c++-coroutines/gcc/doc/extend.texi
branches/c++-coroutines/gcc/doc/invoke.texi
branches/c++-coroutines/gcc/doc/md.texi
branches/c++-coroutines/gcc/doc/sourcebuild.texi
branches/c++-coroutines/gcc/dump-context.h
branches/c++-coroutines/gcc/dumpfile.c
branches/c++-coroutines/gcc/dumpfile.h
branches/c++-coroutines/gcc/dwarf2out.c
branches/c++-coroutines/gcc/expr.c
branches/c++-coroutines/gcc/expr.h
branches/c++-coroutines/gcc/flag-types.h
branches/c++-coroutines/gcc/fold-const.c
branches/c++-coroutines/gcc/fortran/ChangeLog
branches/c++-coroutines/gcc/fortran/decl.c
branches/c++-coroutines/gcc/fortran/gfortran.h
branches/c++-coroutines/gcc/fortran/lang-specs.h
branches/c++-coroutines/gcc/fortran/lang.opt
branches/c++-coroutines/gcc/fortran/match.h
branches/c++-coroutines/gcc/fortran/openmp.c
branches/c++-coroutines/gcc/fortran/parse.c
branches/c++-coroutines/gcc/fortran/scanner.c
branches/c++-coroutines/gcc/fortran/trans-intrinsic.c
branches/c++-coroutines/gcc/gcc.c
branches/c++-coroutines/gcc/gcov.c
branches/c++-coroutines/gcc/go/ChangeLog
branches/c++-coroutines/gcc/go/go-gcc.cc
branches/c++-coroutines/gcc/go/gofrontend/MERGE
branches/c++-coroutines/gcc/go/gofrontend/backend.h
branches/c++-coroutines/gcc/go/gofrontend/export.cc
branches/c++-coroutines/gcc/go/gofrontend/export.h
branches/c++-coroutines/gcc/go/gofrontend/expressions.cc
branches/c++-coroutines/gcc/go/gofrontend/expressions.h
branches/c++-coroutines/gcc/go/gofrontend/go.cc
branches/c++-coroutines/gcc/go/gofrontend/gogo.cc
branches/c++-coroutines/gcc/go/gofrontend/gogo.h
branches/c++-coroutines/gcc/go/gofrontend/import.cc
branches/c++-coroutines/gcc/go/gofrontend/import.h
branches/c++-coroutines/gcc/go/gofrontend/statements.cc
branches/c++-coroutines/gcc/go/gofrontend/statements.h
branches/c++-coroutines/gcc/go/gofrontend/types.cc
branches/c++-coroutines/gcc/input.c
branches/c++-coroutines/gcc/ipa-cp.c
branches/c++-coroutines/gcc/ipa-hsa.c
branches/c++-coroutines/gcc/ipa-inline.c
branches/c++-coroutines/gcc/ira-costs.c
branches/c++-coroutines/gcc/loop-unroll.c
branches/c++-coroutines/gcc/lra-constraints.c
branches/c++-coroutines/gcc/lto/ChangeLog
branches/c++-coroutines/gcc/lto/lto-partition.c
branches/c++-coroutines/gcc/lto/lto.c
branches/c++-coroutines/gcc/match.pd
branches/c++-coroutines/gcc/omp-low.c
branches/c++-coroutines/gcc/opt-problem.cc
branches/c++-coroutines/gcc/optabs.c
branches/c++-coroutines/gcc/optinfo-emit-json.cc
branches/c++-coroutines/gcc/optinfo.cc
branches/c++-coroutines/gcc/opts.c
branches/c++-coroutines/gcc/params.def
branches/c++-coroutines/gcc/predict.c
branches/c++-coroutines/gcc/pretty-print.c
branches/c++-coroutines/gcc/profile-count.c
branches/c++-coroutines/gcc/profile-count.h
branches/c++-coroutines/gcc/profile.c
branches/c++-coroutines/gcc/rtl.h
branches/c++-coroutines/gcc/selftest.h
branches/c++-coroutines/gcc/testsuite/ChangeLog
branches/c++-coroutines/gcc/testsuite/c-c++-common/Warray-bounds-3.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wrestrict.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-2.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-3.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-4.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/cancel-1.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/pr41779.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/pr57371-2.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/rotate-8.c
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/alias-decl-43.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-47969.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-48324.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-ex2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/decltype67.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/scoped_enum2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/pr63996.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/missing-typename.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/constexpr-vla5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/stmtexpr15.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/vla1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/opt/pr83084.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/crash-9.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/fold1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/nontype-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/array-size2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/crash13.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/crash36.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/error36.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/no-typename1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/typedef2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/typename11.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash48.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/dependent-name5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/error29.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/nested5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/pr84789.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/static30.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/typedef6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/typename3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ubsan/pr81530.C
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wvla-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wvla-2.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.brendan/array1.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.bugs/900402_02.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.law/init3.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/p6149.C
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/20151204.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/920501-8.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/930513-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Walloc-size-larger-than-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Walloc-size-larger-than-5.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Walloc-size-larger-than-6.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Walloc-size-larger-than-7.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wno-frame-address.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-alloc_size-11.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/binop-xor1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-apply2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-bswap-7.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-has-attribute.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/compat/struct-by-value-16a_x.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/ifcvt-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/20091013-1_0.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/20091013-1_1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/20091013-1_2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/location_overflow_plugin.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/plugin.exp
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr21643.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr34225.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr34856.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr40971.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr46309.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr53037-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr53037-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr53037-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr59963-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr69071.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr84670-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr85512.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr85859.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/predict-13.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/recip_sqrt_mult_1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/recip_sqrt_mult_2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/recip_sqrt_mult_3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/recip_sqrt_mult_4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/recip_sqrt_mult_5.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/sancov/cmp0.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-sprintf.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/addadd.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/builtin-fprintf-warn-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/builtin-printf-warn-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-10.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-25.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-10.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-11.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-1b.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-5.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-6.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-7.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-8.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-interchange-9.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-11.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr23455.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/reassoc-32.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/reassoc-33.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/reassoc-34.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/reassoc-35.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/reassoc-36.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-11.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-14.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-16.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-13.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-11.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-14.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/user-printf-warn-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/warn-sprintf-no-nul-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/weak/typeof-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr34256.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr53759.c
branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/interrupt_fn_placement.c
branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/pr78818-data-region.c
branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/pr79242.c
branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/special-regs.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr86324-1.c
branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/ddoc10236.d
branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/ddoc10236b.d
branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/ddoc13502.d
branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/ddoc4899.d
branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/cppa.d
branches/c++-coroutines/gcc/testsuite/jit.dg/test-long-names.c
branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
branches/c++-coroutines/gcc/testsuite/obj-c++.dg/attributes/method-nonnull-1.mm
branches/c++-coroutines/gcc/tree-nested.c
branches/c++-coroutines/gcc/tree-profile.c
branches/c++-coroutines/gcc/tree-ssa-ifcombine.c
branches/c++-coroutines/gcc/tree-ssa-reassoc.c
branches/c++-coroutines/gcc/tree-ssa-sccvn.c
branches/c++-coroutines/gcc/tree-ssa.c
branches/c++-coroutines/gcc/tree-vect-loop.c
branches/c++-coroutines/gcc/tree-vect-patterns.c
branches/c++-coroutines/gcc/tree-vect-slp.c
branches/c++-coroutines/gcc/tree-vrp.c
branches/c++-coroutines/gcc/tree.c
branches/c++-coroutines/gcc/tree.h
branches/c++-coroutines/gcc/vr-values.c
branches/c++-coroutines/gcc/xcoffout.c
branches/c++-coroutines/libbacktrace/ChangeLog
branches/c++-coroutines/libbacktrace/Makefile.am
branches/c++-coroutines/libbacktrace/Makefile.in
branches/c++-coroutines/libbacktrace/alloc.c
branches/c++-coroutines/libbacktrace/dwarf.c
branches/c++-coroutines/libbacktrace/internal.h
branches/c++-coroutines/libbacktrace/mmap.c
branches/c++-coroutines/libcpp/ChangeLog
branches/c++-coroutines/libcpp/files.c
branches/c++-coroutines/libcpp/location-example.txt
branches/c++-coroutines/libgcc/ChangeLog
branches/c++-coroutines/libgcc/config/rs6000/morestack.S
branches/c++-coroutines/libgcc/config/rs6000/tramp.S
branches/c++-coroutines/libgfortran/ChangeLog
branches/c++-coroutines/libgfortran/runtime/backtrace.c
branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/parser.go
branches/c++-coroutines/libgo/mksysinfo.sh
branches/c++-coroutines/libgomp/ChangeLog
branches/c++-coroutines/libgomp/Makefile.in
branches/c++-coroutines/libgomp/oacc-parallel.c
branches/c++-coroutines/libgomp/testsuite/Makefile.am
branches/c++-coroutines/libgomp/testsuite/Makefile.in
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/lib-16.f90
branches/c++-coroutines/libphobos/ChangeLog
branches/c++-coroutines/libphobos/Makefile.in
branches/c++-coroutines/libphobos/configure
branches/c++-coroutines/libphobos/configure.ac
branches/c++-coroutines/libphobos/libdruntime/Makefile.am
branches/c++-coroutines/libphobos/libdruntime/Makefile.in
branches/c++-coroutines/libphobos/libdruntime/core/stdc/errno.d
branches/c++-coroutines/libphobos/libdruntime/core/stdc/fenv.d
branches/c++-coroutines/libphobos/libdruntime/core/stdc/math.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/dlfcn.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/epoll.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/link.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/sys/auxv.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/sys/eventfd.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/sys/inotify.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/sys/mman.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/dlfcn.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/fcntl.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/setjmp.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/signal.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/mman.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/msg.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/socket.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/stat.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/ucontext.d
branches/c++-coroutines/libphobos/libdruntime/core/thread.d
branches/c++-coroutines/libphobos/libdruntime/core/threadasm.S
branches/c++-coroutines/libphobos/libdruntime/object.d
branches/c++-coroutines/libphobos/libdruntime/rt/sections_elf_shared.d
branches/c++-coroutines/libphobos/src/Makefile.am
branches/c++-coroutines/libphobos/src/Makefile.in
branches/c++-coroutines/libphobos/src/std/complex.d
branches/c++-coroutines/libphobos/src/std/math.d
branches/c++-coroutines/libphobos/src/std/random.d
branches/c++-coroutines/libphobos/testsuite/Makefile.in
Propchange: branches/c++-coroutines/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list