r140985 - in /branches/conceptgcc-branch: gcc/c...

dgregor@gcc.gnu.org dgregor@gcc.gnu.org
Wed Oct 8 20:41:00 GMT 2008


Author: dgregor
Date: Wed Oct  8 20:41:28 2008
New Revision: 140985

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140985
Log:
Import the latest development version of ConceptGCC

Added:
    branches/conceptgcc-branch/libstdc++-v3/include/bits/concepts.h   (with props)
    branches/conceptgcc-branch/libstdc++-v3/include/bits/iterator_concepts.h   (with props)
    branches/conceptgcc-branch/libstdc++-v3/include/std/concepts
    branches/conceptgcc-branch/libstdc++-v3/testsuite/17_intro/header_concepts.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/24_iterators/backward/
    branches/conceptgcc-branch/libstdc++-v3/testsuite/24_iterators/backward/models/
    branches/conceptgcc-branch/libstdc++-v3/testsuite/24_iterators/backward/models/bidirectional.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/24_iterators/backward/models/forward.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/24_iterators/backward/models/input.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/24_iterators/backward/models/output.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/24_iterators/backward/models/random_access.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/25_algorithms/fill/6.cc
Modified:
    branches/conceptgcc-branch/libstdc++-v3/acinclude.m4
    branches/conceptgcc-branch/libstdc++-v3/configure
    branches/conceptgcc-branch/libstdc++-v3/configure.ac
    branches/conceptgcc-branch/libstdc++-v3/docs/html/17_intro/configury.html
    branches/conceptgcc-branch/libstdc++-v3/docs/html/17_intro/howto.html
    branches/conceptgcc-branch/libstdc++-v3/docs/html/19_diagnostics/howto.html
    branches/conceptgcc-branch/libstdc++-v3/include/Makefile.am
    branches/conceptgcc-branch/libstdc++-v3/include/Makefile.in
    branches/conceptgcc-branch/libstdc++-v3/include/bits/basic_string.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/boost_concept_check.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/c++config
    branches/conceptgcc-branch/libstdc++-v3/include/bits/concept_check.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_algobase.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_bvector.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_deque.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_heap.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_iterator.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_iterator_base_funcs.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_list.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_map.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_multimap.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_multiset.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_numeric.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_pair.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_queue.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_raw_storage_iter.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_relops.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_set.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_stack.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_tempbuf.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_tree.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stl_vector.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/stream_iterator.h
    branches/conceptgcc-branch/libstdc++-v3/include/bits/streambuf_iterator.h
    branches/conceptgcc-branch/libstdc++-v3/include/debug/functions.h
    branches/conceptgcc-branch/libstdc++-v3/include/debug/macros.h
    branches/conceptgcc-branch/libstdc++-v3/include/debug/safe_iterator.h
    branches/conceptgcc-branch/libstdc++-v3/include/ext/algorithm
    branches/conceptgcc-branch/libstdc++-v3/include/ext/array_allocator.h
    branches/conceptgcc-branch/libstdc++-v3/include/ext/enc_filebuf.h
    branches/conceptgcc-branch/libstdc++-v3/include/ext/hash_map
    branches/conceptgcc-branch/libstdc++-v3/include/ext/hash_set
    branches/conceptgcc-branch/libstdc++-v3/include/ext/iterator
    branches/conceptgcc-branch/libstdc++-v3/include/ext/numeric
    branches/conceptgcc-branch/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
    branches/conceptgcc-branch/libstdc++-v3/include/ext/rope
    branches/conceptgcc-branch/libstdc++-v3/include/ext/ropeimpl.h
    branches/conceptgcc-branch/libstdc++-v3/include/ext/slist
    branches/conceptgcc-branch/libstdc++-v3/include/ext/throw_allocator.h
    branches/conceptgcc-branch/libstdc++-v3/include/tr1/boost_shared_ptr.h
    branches/conceptgcc-branch/libstdc++-v3/include/tr1/cctype
    branches/conceptgcc-branch/libstdc++-v3/include/tr1/hashtable
    branches/conceptgcc-branch/libstdc++-v3/include/tr1/random
    branches/conceptgcc-branch/libstdc++-v3/include/tr1/unordered_map
    branches/conceptgcc-branch/libstdc++-v3/include/tr1/unordered_set
    branches/conceptgcc-branch/libstdc++-v3/src/Makefile.am
    branches/conceptgcc-branch/libstdc++-v3/src/Makefile.in
    branches/conceptgcc-branch/libstdc++-v3/src/concept-inst.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/18_support/headers/cstdbool/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/18_support/headers/cstdint/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/20_util/headers/type_traits/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/deque/check_construct_destroy.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/deque/cons/clear_allocator.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/headers/array/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/headers/tuple/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/headers/unordered_map/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/headers/unordered_set/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/set/check_construct_destroy.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/vector/bool/clear_allocator.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/vector/check_construct_destroy.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/23_containers/vector/cons/clear_allocator.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/base_classes.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/25_algorithms/binary_search.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/25_algorithms/find_first_of/concept_check_1.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/25_algorithms/search_n/11400.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/26_numerics/headers/ccomplex/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/26_numerics/headers/cfenv/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/26_numerics/headers/random/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/27_io/headers/cinttypes/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/ext/concept_checks.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/ext/hash_set/check_construct_destroy.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/ext/rope/2.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/ext/slist/check_construct_destroy.cc
    branches/conceptgcc-branch/libstdc++-v3/testsuite/util/testsuite_iterators.h

Changes in other areas also in this revision:
Added:
    branches/conceptgcc-branch/gcc/cp/concept.c   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/abi_killer.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/abstract-signatures1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/advance.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax7.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax8.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_candidate_set.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_scope.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types7.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types8.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/binpred1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_ice_where.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_ordering.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_reject_spec.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_where_same_type.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/concept_model.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/convert1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/convert2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copy1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copy_if_bad.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/core_concepts.h   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash10.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash11.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash12.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash7.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash8.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/deduced_model.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/defvalue.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/derived1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/derived2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/error1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/explicit1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/friend1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/func_obj_fail.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/func_obj_fail2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_ordering.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_overloads.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_ice.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_model.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_model2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/hang1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/hang2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/has_model1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/is_same.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/iter_forward_compat.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/keywords.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/late_check.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions1-nolimit.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions2-nolimit.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions3-nolimit.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/link.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/loop.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/memsig1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested_ref.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/no_model_nesting.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/opacity.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/order1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/order2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_arrowable.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_constructors.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_copy.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_func.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_members.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_operators.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_redundant.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine7.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine8.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine9.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine_lookup.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/requires1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type10.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type7.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type8.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type9.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sort.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/spec1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/static_array.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/struct1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/structural_refine.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/swap.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/transform1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck10.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck11.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck12.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck13.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck14.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck15.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck16.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck17.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck18.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck19.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck20.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck21.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck22.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck23.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck24.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck25.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck26.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck27.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck28.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck29.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck30.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck31.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck32.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck7.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck8.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck9.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typedef_in_model.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typedef_in_model2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/unsupported.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/using_shadow.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_check.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_inst.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_inst2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/auto_ptr.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/bind.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/cast-bug.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/cast.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/collapse-bug.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/collapse.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_01.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_02.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_03.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype3.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype4.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype5.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype6.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype7.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype_rref.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/deduce.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/elision.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/elision_neg.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/implicit-copy.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/iop.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/named.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/named_refs.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/not_special.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-1.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-2.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/reference_collapsing.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv1n.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv1p.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv2n.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv2p.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv3n.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv3p.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv4n.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv4p.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv5n.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv5p.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv6n.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv6p.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv7n.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv7p.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv8p.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rvo.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/temp-constructor-bug.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/temp-va-arg-bug.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/template_deduction.C   (with props)
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/unnamed_refs.C   (with props)
Modified:
    branches/conceptgcc-branch/gcc/c-common.c
    branches/conceptgcc-branch/gcc/c-common.h
    branches/conceptgcc-branch/gcc/c-cppbuiltin.c
    branches/conceptgcc-branch/gcc/c-opts.c
    branches/conceptgcc-branch/gcc/c.opt
    branches/conceptgcc-branch/gcc/cp/Make-lang.in
    branches/conceptgcc-branch/gcc/cp/call.c
    branches/conceptgcc-branch/gcc/cp/class.c
    branches/conceptgcc-branch/gcc/cp/config-lang.in
    branches/conceptgcc-branch/gcc/cp/cp-gimplify.c
    branches/conceptgcc-branch/gcc/cp/cp-objcp-common.c
    branches/conceptgcc-branch/gcc/cp/cp-tree.def
    branches/conceptgcc-branch/gcc/cp/cp-tree.h
    branches/conceptgcc-branch/gcc/cp/cvt.c
    branches/conceptgcc-branch/gcc/cp/cxx-pretty-print.c
    branches/conceptgcc-branch/gcc/cp/decl.c
    branches/conceptgcc-branch/gcc/cp/decl2.c
    branches/conceptgcc-branch/gcc/cp/error.c
    branches/conceptgcc-branch/gcc/cp/except.c
    branches/conceptgcc-branch/gcc/cp/friend.c
    branches/conceptgcc-branch/gcc/cp/init.c
    branches/conceptgcc-branch/gcc/cp/lex.c
    branches/conceptgcc-branch/gcc/cp/mangle.c
    branches/conceptgcc-branch/gcc/cp/method.c
    branches/conceptgcc-branch/gcc/cp/name-lookup.c
    branches/conceptgcc-branch/gcc/cp/parser.c
    branches/conceptgcc-branch/gcc/cp/pt.c
    branches/conceptgcc-branch/gcc/cp/ptree.c
    branches/conceptgcc-branch/gcc/cp/search.c
    branches/conceptgcc-branch/gcc/cp/semantics.c
    branches/conceptgcc-branch/gcc/cp/tree.c
    branches/conceptgcc-branch/gcc/cp/typeck.c
    branches/conceptgcc-branch/gcc/cp/typeck2.c
    branches/conceptgcc-branch/gcc/diagnostic.c
    branches/conceptgcc-branch/gcc/diagnostic.h
    branches/conceptgcc-branch/gcc/doc/invoke.texi
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/variadic61.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/variadic62.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/warn_cxx0x.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/gomp/for-16.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/arg5.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/crash55.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/dependent-args1.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/error10.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/invalid1.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/meminit1.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/nontype13.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/operator7.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/shift1.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/sizeof-template-argument.C
    branches/conceptgcc-branch/gcc/testsuite/g++.dg/template/static15.C
    branches/conceptgcc-branch/gcc/testsuite/g++.old-deja/g++.brendan/scope3.C
    branches/conceptgcc-branch/gcc/testsuite/g++.old-deja/g++.jason/overload.C
    branches/conceptgcc-branch/gcc/testsuite/g++.old-deja/g++.pt/assign1.C
    branches/conceptgcc-branch/gcc/testsuite/g++.old-deja/g++.pt/crash20.C
    branches/conceptgcc-branch/gcc/testsuite/g++.old-deja/g++.pt/defarg6.C
    branches/conceptgcc-branch/gcc/timevar.def
    branches/conceptgcc-branch/gcc/tree.c
    branches/conceptgcc-branch/gcc/tree.h

Propchange: branches/conceptgcc-branch/libstdc++-v3/include/bits/concepts.h
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/libstdc++-v3/include/bits/concepts.h
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/libstdc++-v3/include/bits/iterator_concepts.h
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/libstdc++-v3/include/bits/iterator_concepts.h
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/cp/concept.c
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/cp/concept.c
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/abi_killer.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/abi_killer.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/abstract-signatures1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/abstract-signatures1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/adapt4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/advance.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/advance.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax7.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax7.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax8.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/altsyntax8.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_candidate_set.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_candidate_set.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_deduce6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_impl4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_scope.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/assoc_scope.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types7.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types7.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types8.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/associated_types8.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/axiom3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/binpred1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/binpred1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_ice_where.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_ice_where.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_ordering.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_ordering.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_reject_spec.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_reject_spec.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_where_same_type.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/class_template_where_same_type.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/concept_model.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/concept_model.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/convert1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/convert1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/convert2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/convert2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copy1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copy1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copy_if_bad.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copy_if_bad.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/copyinit3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/core_concepts.h
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/core_concepts.h
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash10.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash10.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash11.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash11.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash12.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash12.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash7.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash7.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash8.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/crash8.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/deduced_model.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/deduced_model.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/defvalue.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/defvalue.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/derived1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/derived1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/derived2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/derived2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/error1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/error1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/explicit1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/explicit1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/for5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/freefunc3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/friend1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/friend1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/func_obj_fail.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/func_obj_fail.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/func_obj_fail2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/func_obj_fail2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_ordering.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_ordering.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_overloads.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_overloads.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_ice.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_ice.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_model.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_model.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_model2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/function_template_where_model2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/hang1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/hang1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/hang2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/hang2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/has_model1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/has_model1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/inst5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/is_same.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/is_same.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/iter_forward_compat.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/iter_forward_compat.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/keywords.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/keywords.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/late_check.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/late_check.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions1-nolimit.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions1-nolimit.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions2-nolimit.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions2-nolimit.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions3-nolimit.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions3-nolimit.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/limit-conversions3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/link.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/link.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/loop.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/loop.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/memsig1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/memsig1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/move3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested_ref.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/nested_ref.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/no_model_nesting.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/no_model_nesting.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/not3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/opacity.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/opacity.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/order1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/order1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/order2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/order2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/prop5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_arrowable.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_arrowable.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_constructors.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_constructors.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_copy.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_copy.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_func.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_func.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_members.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_members.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_operators.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_operators.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_redundant.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/ps_redundant.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine7.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine7.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine8.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine8.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine9.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine9.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine_lookup.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/refine_lookup.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/requires1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/requires1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type10.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type10.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type7.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type7.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type8.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type8.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type9.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/same_type9.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sigref5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sort.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/sort.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/spec1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/spec1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/static_array.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/static_array.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/struct1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/struct1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/structural_refine.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/structural_refine.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/swap.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/swap.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/transform1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/transform1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck10.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck10.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck11.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck11.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck12.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck12.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck13.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck13.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck14.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck14.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck15.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck15.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck16.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck16.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck17.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck17.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck18.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck18.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck19.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck19.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck20.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck20.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck21.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck21.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck22.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck22.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck23.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck23.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck24.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck24.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck25.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck25.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck26.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck26.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck27.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck27.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck28.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck28.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck29.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck29.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck30.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck30.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck31.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck31.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck32.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck32.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck7.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck7.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck8.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck8.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck9.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typeck9.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typedef_in_model.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typedef_in_model.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typedef_in_model2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/typedef_in_model2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/unsupported.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/unsupported.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/using_shadow.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/using_shadow.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_check.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_check.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_inst.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_inst.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_inst2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/vector_bool_inst2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/concepts/where3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/auto_ptr.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/auto_ptr.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/bind.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/bind.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/cast-bug.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/cast-bug.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/cast.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/cast.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/collapse-bug.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/collapse-bug.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/collapse.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/collapse.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_01.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_01.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_02.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_02.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_03.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/dc_03.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype3.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype3.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype4.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype4.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype5.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype5.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype6.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype6.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype7.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype7.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype_rref.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/decltype_rref.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/deduce.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/deduce.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/elision.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/elision.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/elision_neg.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/elision_neg.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/implicit-copy.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/implicit-copy.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/iop.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/iop.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/named.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/named.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/named_refs.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/named_refs.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/not_special.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/not_special.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-1.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-1.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-2.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-2.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/overload.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/reference_collapsing.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/reference_collapsing.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv1n.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv1n.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv1p.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv1p.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv2n.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv2n.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv2p.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv2p.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv3n.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv3n.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv3p.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv3p.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv4n.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv4n.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv4p.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv4p.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv5n.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv5n.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv5p.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv5p.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv6n.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv6n.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv6p.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv6p.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv7n.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv7n.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv7p.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv7p.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv8p.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rv8p.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rvo.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/rvo.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/temp-constructor-bug.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/temp-constructor-bug.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/temp-va-arg-bug.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/temp-va-arg-bug.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/template_deduction.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/template_deduction.C
            ('svn:mime-type' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/unnamed_refs.C
            ('svn:eol-style' added)

Propchange: branches/conceptgcc-branch/gcc/testsuite/g++.dg/cpp0x/unnamed_refs.C
            ('svn:mime-type' added)




More information about the Libstdc++-cvs mailing list