r266447 - in /branches/c++-coroutines: ./ Chang...
iains@gcc.gnu.org
iains@gcc.gnu.org
Mon Nov 26 08:37:00 GMT 2018
Author: iains
Date: Mon Nov 26 08:37:46 2018
New Revision: 266447
URL: https://gcc.gnu.org/viewcvs?rev=266447&root=gcc&view=rev
Log:
c++-coroutines merge trunk r266446.
Added:
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/9.cc
- copied unchanged from r266446, trunk/libstdc++-v3/testsuite/20_util/optional/assignment/9.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/2.cc
- copied unchanged from r266446, trunk/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc
- copied unchanged from r266446, trunk/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/comparison_operators/more_constexpr.cc
- copied unchanged from r266446, trunk/libstdc++-v3/testsuite/26_numerics/complex/comparison_operators/more_constexpr.cc
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/operators/
- copied from r266446, trunk/libstdc++-v3/testsuite/26_numerics/complex/operators/
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc
- copied unchanged from r266446, trunk/libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/value_operations/more_constexpr.cc
- copied unchanged from r266446, trunk/libstdc++-v3/testsuite/26_numerics/complex/value_operations/more_constexpr.cc
Modified:
branches/c++-coroutines/libstdc++-v3/ChangeLog
branches/c++-coroutines/libstdc++-v3/include/bits/shared_ptr_base.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_algobase.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_deque.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_iterator.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_uninitialized.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_vector.h
branches/c++-coroutines/libstdc++-v3/include/ext/throw_allocator.h
branches/c++-coroutines/libstdc++-v3/include/std/complex
branches/c++-coroutines/libstdc++-v3/include/std/memory_resource
branches/c++-coroutines/libstdc++-v3/include/std/optional
branches/c++-coroutines/libstdc++-v3/include/std/string_view
branches/c++-coroutines/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/c++-coroutines/libstdc++-v3/src/c++17/memory_resource.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/77288.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/84601.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/4.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/6.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/7.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/assignment/8.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/cons/77727.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/cons/copy.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/cons/deduction.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/cons/default.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/cons/move.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/cons/trivial.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/cons/value.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/default.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/in_place.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/nullopt.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/in_place.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/make_optional.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/nullopt.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/observers/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/observers/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/observers/3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/observers/4.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/observers/5.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/observers/6.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/relops/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/relops/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/relops/3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/relops/4.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/relops/5.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/relops/6.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/relops/7.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/requirements.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/swap/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/swap/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/typedefs.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/uses_allocator/69293_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc
Changes in other areas also in this revision:
Added:
branches/c++-coroutines/gcc/testsuite/c-c++-common/Warray-bounds-6.c
- copied unchanged from r266446, trunk/gcc/testsuite/c-c++-common/Warray-bounds-6.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-2.c
- copied unchanged from r266446, trunk/gcc/testsuite/c-c++-common/builtin-has-attribute-2.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-3.c
- copied unchanged from r266446, trunk/gcc/testsuite/c-c++-common/builtin-has-attribute-3.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-4.c
- copied unchanged from r266446, trunk/gcc/testsuite/c-c++-common/builtin-has-attribute-4.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute.c
- copied unchanged from r266446, trunk/gcc/testsuite/c-c++-common/builtin-has-attribute.c
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/implicit15.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/cpp0x/implicit15.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual13.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual13.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/pr87386.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/diagnostic/pr87386.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr78363-4.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/gomp/pr78363-4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr78363-5.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/gomp/pr78363-5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr78363-6.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/gomp/pr78363-6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr78363-7.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/gomp/pr78363-7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/pr60994.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lookup/pr60994.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-2_0.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/odr-2_0.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-2_1.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/odr-2_1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-3_0.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/odr-3_0.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-3_1.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/odr-3_1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-4_0.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/odr-4_0.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-4_1.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/odr-4_1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-5_0.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/odr-5_0.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-5_1.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/odr-5_1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/pr87229_0.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/lto/pr87229_0.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/elab3.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/parse/elab3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/torture/pr87997.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/torture/pr87997.C
branches/c++-coroutines/gcc/testsuite/g++.dg/torture/pr88149.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/torture/pr88149.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr83215.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.dg/tree-ssa/pr83215.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr57362.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.target/i386/pr57362.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr57548.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.target/i386/pr57548.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr59492.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.target/i386/pr59492.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr82625.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.target/i386/pr82625.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr85329-2.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.target/i386/pr85329-2.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr85329.C
- copied unchanged from r266446, trunk/gcc/testsuite/g++.target/i386/pr85329.C
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr87468.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.c-torture/compile/pr87468.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/20181120-1.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.c-torture/execute/20181120-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wbuiltin-declaration-mismatch-5.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/Wbuiltin-declaration-mismatch-5.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-has-attribute.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/builtin-has-attribute.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-memchr-2.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/builtin-memchr-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-memchr-3.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/builtin-memchr-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr87895-1.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/gomp/pr87895-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr87895-2.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/gomp/pr87895-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr87895-3.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/gomp/pr87895-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr88105.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/gomp/pr88105.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/pr88077_0.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/lto/pr88077_0.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/pr88077_1.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/lto/pr88077_1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr84877.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/pr84877.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87025.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/pr87025.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88069.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/pr88069.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88071.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/pr88071.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr88087.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr88087.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tsan/pr88017.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/tsan/pr88017.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/O3-pr85794.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/vect/O3-pr85794.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/warn-sprintf-no-nul-2.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.dg/warn-sprintf-no-nul-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pr87839.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/aarch64/pr87839.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/unroll-1.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/aarch64/sve/unroll-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr85434.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/arm/pr85434.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/builtin-has-attribute.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/builtin-has-attribute.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr85667-1.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr85667-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr85667-2.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr85667-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr85667-3.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr85667-3.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr85667-4.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr85667-4.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-1.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-10.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-10.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-11.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-11.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-12.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-12.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-13.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-13.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-2.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-3.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-3.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-4.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-4.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-5.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-5.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-6.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-6.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-7.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-7.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-8.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-8.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87317-9.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr87317-9.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88033.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr88033.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88070.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/i386/pr88070.c
branches/c++-coroutines/gcc/testsuite/gcc.target/s390/flogr-1.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/s390/flogr-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/s390/pr88083.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/s390/pr88083.c
branches/c++-coroutines/gcc/testsuite/gcc.target/s390/vector/align-1.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/s390/vector/align-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/s390/vector/align-2.c
- copied unchanged from r266446, trunk/gcc/testsuite/gcc.target/s390/vector/align-2.c
branches/c++-coroutines/gcc/testsuite/gfortran.dg/associate_46.f90
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/associate_46.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/include_1.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/gomp/include_1.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/include_1.inc
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/gomp/include_1.inc
branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/include_2.f90
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/gomp/include_2.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/include_10.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/include_10.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/include_10.inc
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/include_10.inc
branches/c++-coroutines/gcc/testsuite/gfortran.dg/include_11.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/include_11.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/include_12.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/include_12.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/include_13.f90
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/include_13.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pad_source_1.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/pad_source_1.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pad_source_2.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/pad_source_2.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pad_source_3.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/pad_source_3.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pad_source_4.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/pad_source_4.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pad_source_5.f
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/pad_source_5.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr88148.f90
- copied unchanged from r266446, trunk/gcc/testsuite/gfortran.dg/pr88148.f90
branches/c++-coroutines/libgomp/config/mingw32/affinity-fmt.c
- copied unchanged from r266446, trunk/libgomp/config/mingw32/affinity-fmt.c
branches/c++-coroutines/maintainer-scripts/bugzilla-close-candidate.py
- copied unchanged from r266446, trunk/maintainer-scripts/bugzilla-close-candidate.py
Removed:
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/pr57362.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/pr57548.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/pr82625.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/pr85329-2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/pr85329.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/pr59492.C
Modified:
branches/c++-coroutines/ (props changed)
branches/c++-coroutines/ChangeLog.coroutines
branches/c++-coroutines/gcc/ChangeLog
branches/c++-coroutines/gcc/DATESTAMP
branches/c++-coroutines/gcc/Makefile.in
branches/c++-coroutines/gcc/REVISION
branches/c++-coroutines/gcc/ada/ChangeLog
branches/c++-coroutines/gcc/ada/gcc-interface/config-lang.in
branches/c++-coroutines/gcc/ada/gcc-interface/cuintp.c
branches/c++-coroutines/gcc/alias.c
branches/c++-coroutines/gcc/bitmap.c
branches/c++-coroutines/gcc/c-family/ChangeLog
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-common.h
branches/c++-coroutines/gcc/c/ChangeLog
branches/c++-coroutines/gcc/c/c-parser.c
branches/c++-coroutines/gcc/c/c-typeck.c
branches/c++-coroutines/gcc/cfgexpand.c
branches/c++-coroutines/gcc/combine.c
branches/c++-coroutines/gcc/common/config/i386/i386-common.c
branches/c++-coroutines/gcc/compare-elim.c
branches/c++-coroutines/gcc/config.in
branches/c++-coroutines/gcc/config/aarch64/aarch64-cores.def
branches/c++-coroutines/gcc/config/aarch64/aarch64-tune.md
branches/c++-coroutines/gcc/config/aarch64/aarch64.c
branches/c++-coroutines/gcc/config/aarch64/atomics.md
branches/c++-coroutines/gcc/config/arm/aarch-cost-tables.h
branches/c++-coroutines/gcc/config/arm/arm-protos.h
branches/c++-coroutines/gcc/config/arm/arm.c
branches/c++-coroutines/gcc/config/arm/arm.md
branches/c++-coroutines/gcc/config/arm/neon.md
branches/c++-coroutines/gcc/config/arm/predicates.md
branches/c++-coroutines/gcc/config/arm/sync.md
branches/c++-coroutines/gcc/config/arm/thumb1.md
branches/c++-coroutines/gcc/config/arm/unspecs.md
branches/c++-coroutines/gcc/config/i386/i386.c
branches/c++-coroutines/gcc/config/i386/i386.h
branches/c++-coroutines/gcc/config/i386/i386.md
branches/c++-coroutines/gcc/config/i386/sse.md
branches/c++-coroutines/gcc/config/pdp11/pdp11.h
branches/c++-coroutines/gcc/config/rs6000/rs6000.h
branches/c++-coroutines/gcc/config/s390/s390.c
branches/c++-coroutines/gcc/config/s390/s390.md
branches/c++-coroutines/gcc/config/s390/vector.md
branches/c++-coroutines/gcc/config/visium/visium.md
branches/c++-coroutines/gcc/configure
branches/c++-coroutines/gcc/configure.ac
branches/c++-coroutines/gcc/cp/ChangeLog
branches/c++-coroutines/gcc/cp/constexpr.c
branches/c++-coroutines/gcc/cp/cp-tree.h
branches/c++-coroutines/gcc/cp/decl2.c
branches/c++-coroutines/gcc/cp/method.c
branches/c++-coroutines/gcc/cp/parser.c
branches/c++-coroutines/gcc/d/ChangeLog
branches/c++-coroutines/gcc/d/d-incpath.cc
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/dwarf2out.c
branches/c++-coroutines/gcc/explow.c
branches/c++-coroutines/gcc/explow.h
branches/c++-coroutines/gcc/expr.c
branches/c++-coroutines/gcc/final.c
branches/c++-coroutines/gcc/fortran/ChangeLog
branches/c++-coroutines/gcc/fortran/invoke.texi
branches/c++-coroutines/gcc/fortran/lang.opt
branches/c++-coroutines/gcc/fortran/options.c
branches/c++-coroutines/gcc/fortran/resolve.c
branches/c++-coroutines/gcc/fortran/scanner.c
branches/c++-coroutines/gcc/function.c
branches/c++-coroutines/gcc/gimple-ssa-warn-restrict.c
branches/c++-coroutines/gcc/go/gofrontend/MERGE
branches/c++-coroutines/gcc/ipa-devirt.c
branches/c++-coroutines/gcc/ipa-fnsummary.c
branches/c++-coroutines/gcc/ipa.c
branches/c++-coroutines/gcc/ira-costs.c
branches/c++-coroutines/gcc/ira-lives.c
branches/c++-coroutines/gcc/lra-spills.c
branches/c++-coroutines/gcc/lto-streamer-out.c
branches/c++-coroutines/gcc/lto/ChangeLog
branches/c++-coroutines/gcc/lto/lto-symtab.c
branches/c++-coroutines/gcc/lto/lto.c
branches/c++-coroutines/gcc/mode-switching.c
branches/c++-coroutines/gcc/omp-expand.c
branches/c++-coroutines/gcc/omp-simd-clone.c
branches/c++-coroutines/gcc/optinfo-emit-json.cc
branches/c++-coroutines/gcc/optinfo-emit-json.h
branches/c++-coroutines/gcc/optinfo.cc
branches/c++-coroutines/gcc/optinfo.h
branches/c++-coroutines/gcc/params.def
branches/c++-coroutines/gcc/passes.c
branches/c++-coroutines/gcc/passes.def
branches/c++-coroutines/gcc/read-rtl.c
branches/c++-coroutines/gcc/rtl.h
branches/c++-coroutines/gcc/rtlanal.c
branches/c++-coroutines/gcc/target-insns.def
branches/c++-coroutines/gcc/testsuite/ChangeLog
branches/c++-coroutines/gcc/testsuite/c-c++-common/Warray-bounds-2.c
branches/c++-coroutines/gcc/testsuite/g++.dg/gcov/pr84548.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gcov/ternary.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-1_0.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-1_1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/error17.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash115.C
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/align-3.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr23467.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr36093.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr43783.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wbuiltin-declaration-mismatch-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/const-elim-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ctor-empty-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr36400.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr67222.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
branches/c++-coroutines/gcc/testsuite/gcc.misc-tests/help.exp
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/ipa-stack-alignment.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr82361-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr70669.c
branches/c++-coroutines/gcc/testsuite/gcc.target/visium/overflow16.c
branches/c++-coroutines/gcc/testsuite/gcc.target/visium/overflow32.c
branches/c++-coroutines/gcc/testsuite/gcc.target/visium/overflow8.c
branches/c++-coroutines/gcc/testsuite/gdc.dg/lto/lto.exp
branches/c++-coroutines/gcc/testsuite/gdc.dg/runnable.d
branches/c++-coroutines/gcc/testsuite/lib/gcov.exp
branches/c++-coroutines/gcc/testsuite/lib/gdc-dg.exp
branches/c++-coroutines/gcc/testsuite/lib/options.exp
branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
branches/c++-coroutines/gcc/toplev.c
branches/c++-coroutines/gcc/tree-data-ref.c
branches/c++-coroutines/gcc/tree-pass.h
branches/c++-coroutines/gcc/tree-ssa-dom.c
branches/c++-coroutines/gcc/tree-ssa-loop-niter.c
branches/c++-coroutines/gcc/tree-ssa-loop-niter.h
branches/c++-coroutines/gcc/tree-ssa-pre.c
branches/c++-coroutines/gcc/tree-ssa-sccvn.c
branches/c++-coroutines/gcc/tree-ssa-threadupdate.c
branches/c++-coroutines/gcc/tree-streamer-in.c
branches/c++-coroutines/gcc/tree-streamer-out.c
branches/c++-coroutines/gcc/tree-vect-loop.c
branches/c++-coroutines/gcc/tree-vect-slp.c
branches/c++-coroutines/gcc/tree-vect-stmts.c
branches/c++-coroutines/gcc/tree.c
branches/c++-coroutines/gcc/tree.h
branches/c++-coroutines/gnattools/ChangeLog
branches/c++-coroutines/gnattools/configure
branches/c++-coroutines/gnattools/configure.ac
branches/c++-coroutines/libbacktrace/ChangeLog
branches/c++-coroutines/libbacktrace/dwarf.c
branches/c++-coroutines/libgfortran/ChangeLog
branches/c++-coroutines/libgfortran/Makefile.in
branches/c++-coroutines/libgfortran/acinclude.m4
branches/c++-coroutines/libgfortran/config.h.in
branches/c++-coroutines/libgfortran/configure
branches/c++-coroutines/libgfortran/configure.ac
branches/c++-coroutines/libgfortran/io/io.h
branches/c++-coroutines/libgfortran/runtime/error.c
branches/c++-coroutines/libgo/mksysinfo.sh
branches/c++-coroutines/libgomp/ChangeLog
branches/c++-coroutines/libphobos/ChangeLog
branches/c++-coroutines/libphobos/testsuite/libphobos.shared/shared.exp
branches/c++-coroutines/maintainer-scripts/ChangeLog
Propchange: branches/c++-coroutines/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list