This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r189584 - in /branches/cilkplus: ./ ChangeLog M...


Author: bviyer
Date: Tue Jul 17 18:15:02 2012
New Revision: 189584

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189584
Log:
Merged with trunk at revision 189580.

Added:
    branches/cilkplus/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc
      - copied unchanged from r189580, trunk/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
      - copied unchanged from r189580, trunk/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/thread/adl.cc
      - copied unchanged from r189580, trunk/libstdc++-v3/testsuite/30_threads/thread/adl.cc
Removed:
    branches/cilkplus/libstdc++-v3/testsuite/28_regex/algorithms/02_match/
    branches/cilkplus/libstdc++-v3/testsuite/28_regex/headers/04_header/
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/cilkplus/libstdc++-v3/include/bits/alloc_traits.h
    branches/cilkplus/libstdc++-v3/include/bits/c++config
    branches/cilkplus/libstdc++-v3/include/bits/hashtable_policy.h
    branches/cilkplus/libstdc++-v3/include/bits/list.tcc
    branches/cilkplus/libstdc++-v3/include/bits/locale_classes.tcc
    branches/cilkplus/libstdc++-v3/include/bits/ptr_traits.h
    branches/cilkplus/libstdc++-v3/include/bits/regex.h
    branches/cilkplus/libstdc++-v3/include/bits/regex_compiler.h
    branches/cilkplus/libstdc++-v3/include/bits/regex_constants.h
    branches/cilkplus/libstdc++-v3/include/bits/regex_cursor.h
    branches/cilkplus/libstdc++-v3/include/bits/regex_error.h
    branches/cilkplus/libstdc++-v3/include/bits/regex_grep_matcher.h
    branches/cilkplus/libstdc++-v3/include/bits/regex_grep_matcher.tcc
    branches/cilkplus/libstdc++-v3/include/bits/regex_nfa.h
    branches/cilkplus/libstdc++-v3/include/bits/regex_nfa.tcc
    branches/cilkplus/libstdc++-v3/include/bits/stl_list.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_map.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_multimap.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_pair.h
    branches/cilkplus/libstdc++-v3/include/debug/map.h
    branches/cilkplus/libstdc++-v3/include/debug/multimap.h
    branches/cilkplus/libstdc++-v3/include/debug/unordered_map
    branches/cilkplus/libstdc++-v3/include/ext/alloc_traits.h
    branches/cilkplus/libstdc++-v3/include/ext/concurrence.h
    branches/cilkplus/libstdc++-v3/include/ext/rope
    branches/cilkplus/libstdc++-v3/include/profile/map.h
    branches/cilkplus/libstdc++-v3/include/profile/multimap.h
    branches/cilkplus/libstdc++-v3/include/profile/unordered_map
    branches/cilkplus/libstdc++-v3/include/std/chrono
    branches/cilkplus/libstdc++-v3/include/std/condition_variable
    branches/cilkplus/libstdc++-v3/include/std/ratio
    branches/cilkplus/libstdc++-v3/include/std/thread
    branches/cilkplus/libstdc++-v3/include/tr2/bool_set
    branches/cilkplus/libstdc++-v3/include/tr2/dynamic_bitset
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/config/isl.m4
      - copied unchanged from r189580, trunk/config/isl.m4
    branches/cilkplus/gcc/ada/s-atopri.adb
      - copied unchanged from r189580, trunk/gcc/ada/s-atopri.adb
    branches/cilkplus/gcc/ada/s-bytswa.ads
      - copied unchanged from r189580, trunk/gcc/ada/s-bytswa.ads
    branches/cilkplus/gcc/c/
      - copied from r189580, trunk/gcc/c/
    branches/cilkplus/gcc/c-family/cppspec.c
      - copied unchanged from r189580, trunk/gcc/c-family/cppspec.c
    branches/cilkplus/gcc/dumpfile.h
      - copied unchanged from r189580, trunk/gcc/dumpfile.h
    branches/cilkplus/gcc/gimple-ssa-strength-reduction.c
      - copied unchanged from r189580, trunk/gcc/gimple-ssa-strength-reduction.c
    branches/cilkplus/gcc/graphite-optimize-isl.c
      - copied unchanged from r189580, trunk/gcc/graphite-optimize-isl.c
    branches/cilkplus/gcc/po/hr.po
      - copied unchanged from r189580, trunk/gcc/po/hr.po
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-20.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-20.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/decltype38.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/decltype38.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/decltype39.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/decltype39.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/defaulted36.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted36.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/defaulted37.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted37.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template7.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template7.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this5.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this5.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/nullptr28.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr28.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic133.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/variadic133.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic134.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/variadic134.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic135.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/cpp0x/variadic135.C
    branches/cilkplus/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-2.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/label14.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/ext/label14.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/enum3.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/other/enum3.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/pr53811.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/other/pr53811.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/template27.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/parse/template27.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/enum7.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/template/enum7.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/ref6.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/template/ref6.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/typedef39.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/template/typedef39.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr53321.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/pr53321.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr53752.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/pr53752.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-16.inc
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-16.inc
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-2.inc
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-2.inc
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-4.inc
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-4.inc
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-8.inc
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-8.inc
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-main.inc
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-main.inc
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v16hi.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v16hi.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v16qi.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v16qi.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v2df.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v2df.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v2di.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v2di.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v2sf.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v2sf.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v2si.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v2si.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v4df.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v4df.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v4di.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v4di.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v4sf.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v4sf.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v4si.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v4si.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v8hi.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v8hi.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v8qi.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v8qi.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/vshuf-v8si.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/torture/vshuf-v8si.C
    branches/cilkplus/gcc/testsuite/g++.dg/tree-ssa/pr53844.C
      - copied unchanged from r189580, trunk/gcc/testsuite/g++.dg/tree-ssa/pr53844.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/20101216-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.c-torture/compile/20101216-1.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/20120524-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.c-torture/compile/20120524-1.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr53748.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.c-torture/compile/pr53748.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr53886.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.c-torture/compile/pr53886.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/unalign-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.c-torture/compile/unalign-1.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/bswap-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.c-torture/execute/bswap-1.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/pr53645-2.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.c-torture/execute/pr53645-2.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/pr53645.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.c-torture/execute/pr53645.c
    branches/cilkplus/gcc/testsuite/gcc.dg/builtin-unreachable-5.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/builtin-unreachable-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/builtin-unreachable-6.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/builtin-unreachable-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51879-16.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/pr51879-16.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51879-17.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/pr51879-17.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51879-18.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/pr51879-18.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr51879-7.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/pr51879-7.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53749.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/pr53749.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53849.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/pr53849.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53881.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/pr53881.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53887.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/pr53887.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/builtins-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/torture/builtins-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr53790.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/torture/pr53790.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr53908.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/torture/pr53908.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr53922.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/torture/pr53922.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/scev-6.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/tree-ssa/scev-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-2.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-3.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-4.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vrp70.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp70.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vrp71.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp71.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/pr51581-4.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.dg/vect/pr51581-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/fma-sp.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/fma-sp.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/fma.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/fma.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/fma.h
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/fma.h
    branches/cilkplus/gcc/testsuite/gcc.target/arm/mmx-2.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/mmx-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vld1_dupQ.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/neon-vld1_dupQ.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr53447-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/pr53447-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr53447-2.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/pr53447-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr53447-3.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/pr53447-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr53447-4.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/pr53447-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr53859.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/arm/pr53859.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-xchg-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/cris/sync-xchg-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr53907.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/i386/pr53907.c
    branches/cilkplus/gcc/testsuite/gcc.target/m68k/stack-limit-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/m68k/stack-limit-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr53568-1.c
      - copied unchanged from r189580, trunk/gcc/testsuite/gcc.target/sh/pr53568-1.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_5.f90
      - copied unchanged from r189580, trunk/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_5.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/coarray_allocate_1.f90
      - copied unchanged from r189580, trunk/gcc/testsuite/gfortran.dg/coarray_allocate_1.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/inline_sum_4.f90
      - copied unchanged from r189580, trunk/gcc/testsuite/gfortran.dg/inline_sum_4.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/module_procedure_double_colon_3.f90
      - copied unchanged from r189580, trunk/gcc/testsuite/gfortran.dg/module_procedure_double_colon_3.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/module_procedure_double_colon_4.f90
      - copied unchanged from r189580, trunk/gcc/testsuite/gfortran.dg/module_procedure_double_colon_4.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/oldstyle_4.f90
      - copied unchanged from r189580, trunk/gcc/testsuite/gfortran.dg/oldstyle_4.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/proc_decl_28.f90
      - copied unchanged from r189580, trunk/gcc/testsuite/gfortran.dg/proc_decl_28.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_operator_16.f03
      - copied unchanged from r189580, trunk/gcc/testsuite/gfortran.dg/typebound_operator_16.f03
    branches/cilkplus/gcc/testsuite/gnat.dg/discr37.adb
      - copied unchanged from r189580, trunk/gcc/testsuite/gnat.dg/discr37.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/discr37.ads
      - copied unchanged from r189580, trunk/gcc/testsuite/gnat.dg/discr37.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/recursive_call.adb
      - copied unchanged from r189580, trunk/gcc/testsuite/gnat.dg/recursive_call.adb
Removed:
    branches/cilkplus/gcc/c-aux-info.c
    branches/cilkplus/gcc/c-config-lang.in
    branches/cilkplus/gcc/c-convert.c
    branches/cilkplus/gcc/c-decl.c
    branches/cilkplus/gcc/c-errors.c
    branches/cilkplus/gcc/c-lang.c
    branches/cilkplus/gcc/c-lang.h
    branches/cilkplus/gcc/c-objc-common.c
    branches/cilkplus/gcc/c-objc-common.h
    branches/cilkplus/gcc/c-parser.c
    branches/cilkplus/gcc/c-tree.h
    branches/cilkplus/gcc/c-typeck.c
    branches/cilkplus/gcc/cppspec.c
    branches/cilkplus/gcc/doc/include/gpl.texi
    branches/cilkplus/gcc/gccspec.c
    branches/cilkplus/gcc/graphite-cloog-compat.h
    branches/cilkplus/gcc/graphite-cloog-util.c
    branches/cilkplus/gcc/graphite-cloog-util.h
    branches/cilkplus/gcc/graphite-dependences.h
    branches/cilkplus/gcc/graphite-ppl.c
    branches/cilkplus/gcc/graphite-ppl.h
    branches/cilkplus/gcc/testsuite/gnat.dg/deep_old.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/old_errors.adb
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/Makefile.def
    branches/cilkplus/Makefile.in
    branches/cilkplus/Makefile.tpl
    branches/cilkplus/README
    branches/cilkplus/config/ChangeLog
    branches/cilkplus/config/cloog.m4
    branches/cilkplus/configure
    branches/cilkplus/configure.ac
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/Makefile.in
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/ChangeLog-2011
    branches/cilkplus/gcc/ada/Makefile.rtl
    branches/cilkplus/gcc/ada/a-direct.adb
    branches/cilkplus/gcc/ada/a-except-2005.adb
    branches/cilkplus/gcc/ada/a-except-2005.ads
    branches/cilkplus/gcc/ada/a-except.adb
    branches/cilkplus/gcc/ada/a-except.ads
    branches/cilkplus/gcc/ada/a-exexda.adb
    branches/cilkplus/gcc/ada/a-exexpr-gcc.adb
    branches/cilkplus/gcc/ada/a-exexpr.adb
    branches/cilkplus/gcc/ada/a-exextr.adb
    branches/cilkplus/gcc/ada/a-ststio.ads
    branches/cilkplus/gcc/ada/adaint.c
    branches/cilkplus/gcc/ada/adaint.h
    branches/cilkplus/gcc/ada/ali.adb
    branches/cilkplus/gcc/ada/back_end.adb
    branches/cilkplus/gcc/ada/debug.adb
    branches/cilkplus/gcc/ada/einfo.adb
    branches/cilkplus/gcc/ada/einfo.ads
    branches/cilkplus/gcc/ada/exp_aggr.adb
    branches/cilkplus/gcc/ada/exp_attr.adb
    branches/cilkplus/gcc/ada/exp_ch3.adb
    branches/cilkplus/gcc/ada/exp_ch3.ads
    branches/cilkplus/gcc/ada/exp_ch4.adb
    branches/cilkplus/gcc/ada/exp_ch5.adb
    branches/cilkplus/gcc/ada/exp_ch6.adb
    branches/cilkplus/gcc/ada/exp_ch7.adb
    branches/cilkplus/gcc/ada/exp_ch8.adb
    branches/cilkplus/gcc/ada/exp_ch9.adb
    branches/cilkplus/gcc/ada/exp_dbug.ads
    branches/cilkplus/gcc/ada/exp_disp.adb
    branches/cilkplus/gcc/ada/exp_pakd.adb
    branches/cilkplus/gcc/ada/freeze.adb
    branches/cilkplus/gcc/ada/g-bytswa.adb
    branches/cilkplus/gcc/ada/g-bytswa.ads
    branches/cilkplus/gcc/ada/g-debpoo.adb
    branches/cilkplus/gcc/ada/g-dirope.adb
    branches/cilkplus/gcc/ada/gcc-interface/Make-lang.in
    branches/cilkplus/gcc/ada/gcc-interface/Makefile.in
    branches/cilkplus/gcc/ada/gcc-interface/decl.c
    branches/cilkplus/gcc/ada/gcc-interface/gigi.h
    branches/cilkplus/gcc/ada/gcc-interface/trans.c
    branches/cilkplus/gcc/ada/gcc-interface/utils.c
    branches/cilkplus/gcc/ada/gcc-interface/utils2.c
    branches/cilkplus/gcc/ada/gnat1drv.adb
    branches/cilkplus/gcc/ada/gnat_rm.texi
    branches/cilkplus/gcc/ada/gnat_ugn.texi
    branches/cilkplus/gcc/ada/gnatlink.adb
    branches/cilkplus/gcc/ada/i-cstrea.ads
    branches/cilkplus/gcc/ada/init.c
    branches/cilkplus/gcc/ada/initialize.c
    branches/cilkplus/gcc/ada/layout.adb
    branches/cilkplus/gcc/ada/lib-writ.adb
    branches/cilkplus/gcc/ada/lib-writ.ads
    branches/cilkplus/gcc/ada/lib.ads
    branches/cilkplus/gcc/ada/make.adb
    branches/cilkplus/gcc/ada/mkdir.c
    branches/cilkplus/gcc/ada/mlib-utl.adb
    branches/cilkplus/gcc/ada/par-ch13.adb
    branches/cilkplus/gcc/ada/par-util.adb
    branches/cilkplus/gcc/ada/par_sco.adb
    branches/cilkplus/gcc/ada/par_sco.ads
    branches/cilkplus/gcc/ada/prj-nmsc.adb
    branches/cilkplus/gcc/ada/prj-util.adb
    branches/cilkplus/gcc/ada/prj-util.ads
    branches/cilkplus/gcc/ada/prj.adb
    branches/cilkplus/gcc/ada/raise-gcc.c
    branches/cilkplus/gcc/ada/raise.h
    branches/cilkplus/gcc/ada/restrict.adb
    branches/cilkplus/gcc/ada/restrict.ads
    branches/cilkplus/gcc/ada/rident.ads
    branches/cilkplus/gcc/ada/rtsfind.ads
    branches/cilkplus/gcc/ada/s-assert.ads
    branches/cilkplus/gcc/ada/s-atopri.ads
    branches/cilkplus/gcc/ada/s-commun.ads
    branches/cilkplus/gcc/ada/s-crtl.ads
    branches/cilkplus/gcc/ada/s-dimmks.ads
    branches/cilkplus/gcc/ada/s-ficobl.ads
    branches/cilkplus/gcc/ada/s-fileio.adb
    branches/cilkplus/gcc/ada/s-fileio.ads
    branches/cilkplus/gcc/ada/s-os_lib.ads
    branches/cilkplus/gcc/ada/s-oscons-tmplt.c
    branches/cilkplus/gcc/ada/s-osinte-hpux.ads
    branches/cilkplus/gcc/ada/s-regexp.adb
    branches/cilkplus/gcc/ada/s-rident.ads
    branches/cilkplus/gcc/ada/s-taprop-mingw.adb
    branches/cilkplus/gcc/ada/s-tarest.adb
    branches/cilkplus/gcc/ada/s-tassta.adb
    branches/cilkplus/gcc/ada/scos.ads
    branches/cilkplus/gcc/ada/seh_init.c
    branches/cilkplus/gcc/ada/sem_attr.adb
    branches/cilkplus/gcc/ada/sem_case.adb
    branches/cilkplus/gcc/ada/sem_cat.adb
    branches/cilkplus/gcc/ada/sem_ch12.adb
    branches/cilkplus/gcc/ada/sem_ch13.adb
    branches/cilkplus/gcc/ada/sem_ch13.ads
    branches/cilkplus/gcc/ada/sem_ch3.adb
    branches/cilkplus/gcc/ada/sem_ch6.adb
    branches/cilkplus/gcc/ada/sem_ch9.adb
    branches/cilkplus/gcc/ada/sem_dim.adb
    branches/cilkplus/gcc/ada/sem_disp.adb
    branches/cilkplus/gcc/ada/sem_elab.adb
    branches/cilkplus/gcc/ada/sem_elim.adb
    branches/cilkplus/gcc/ada/sem_eval.adb
    branches/cilkplus/gcc/ada/sem_prag.adb
    branches/cilkplus/gcc/ada/sem_res.adb
    branches/cilkplus/gcc/ada/sem_util.adb
    branches/cilkplus/gcc/ada/sem_util.ads
    branches/cilkplus/gcc/ada/sinfo.ads
    branches/cilkplus/gcc/ada/snames.adb-tmpl
    branches/cilkplus/gcc/ada/snames.ads-tmpl
    branches/cilkplus/gcc/ada/switch-m.adb
    branches/cilkplus/gcc/ada/system-hpux-ia64.ads
    branches/cilkplus/gcc/ada/system-vxworks-ppc.ads
    branches/cilkplus/gcc/ada/tb-gcc.c
    branches/cilkplus/gcc/ada/tracebak.c
    branches/cilkplus/gcc/ada/treepr.adb
    branches/cilkplus/gcc/ada/treepr.ads
    branches/cilkplus/gcc/ada/ug_words
    branches/cilkplus/gcc/ada/usage.adb
    branches/cilkplus/gcc/ada/vms_data.ads
    branches/cilkplus/gcc/alias.c
    branches/cilkplus/gcc/alias.h
    branches/cilkplus/gcc/alloc-pool.h
    branches/cilkplus/gcc/auto-inc-dec.c
    branches/cilkplus/gcc/basic-block.h
    branches/cilkplus/gcc/bb-reorder.c
    branches/cilkplus/gcc/builtins.c
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-ada-spec.c
    branches/cilkplus/gcc/c-family/c-common.c
    branches/cilkplus/gcc/c-family/c-common.h
    branches/cilkplus/gcc/c-family/c-dump.c
    branches/cilkplus/gcc/c-family/c-gimplify.c
    branches/cilkplus/gcc/c-family/c-pch.c
    branches/cilkplus/gcc/c-family/c-ppoutput.c
    branches/cilkplus/gcc/c/Make-lang.in
    branches/cilkplus/gcc/c/c-decl.c
    branches/cilkplus/gcc/c/c-parser.c
    branches/cilkplus/gcc/c/c-tree.h
    branches/cilkplus/gcc/c/c-typeck.c
    branches/cilkplus/gcc/caller-save.c
    branches/cilkplus/gcc/cfg.c
    branches/cilkplus/gcc/cfganal.c
    branches/cilkplus/gcc/cfgcleanup.c
    branches/cilkplus/gcc/cfgexpand.c
    branches/cilkplus/gcc/cfghooks.c
    branches/cilkplus/gcc/cfgloop.c
    branches/cilkplus/gcc/cfgloop.h
    branches/cilkplus/gcc/cfgloopmanip.c
    branches/cilkplus/gcc/cfgrtl.c
    branches/cilkplus/gcc/cgraph.c
    branches/cilkplus/gcc/cgraph.h
    branches/cilkplus/gcc/cgraphclones.c
    branches/cilkplus/gcc/cgraphunit.c
    branches/cilkplus/gcc/cilk-spawn.c
    branches/cilkplus/gcc/combine-stack-adj.c
    branches/cilkplus/gcc/combine.c
    branches/cilkplus/gcc/common.opt
    branches/cilkplus/gcc/common/config/arm/arm-common.c
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config/alpha/alpha.c
    branches/cilkplus/gcc/config/arm/aout.h
    branches/cilkplus/gcc/config/arm/arm-arches.def
    branches/cilkplus/gcc/config/arm/arm-cores.def
    branches/cilkplus/gcc/config/arm/arm-protos.h
    branches/cilkplus/gcc/config/arm/arm-tables.opt
    branches/cilkplus/gcc/config/arm/arm.c
    branches/cilkplus/gcc/config/arm/arm.h
    branches/cilkplus/gcc/config/arm/arm.md
    branches/cilkplus/gcc/config/arm/arm_neon.h
    branches/cilkplus/gcc/config/arm/constraints.md
    branches/cilkplus/gcc/config/arm/iterators.md
    branches/cilkplus/gcc/config/arm/linux-elf.h
    branches/cilkplus/gcc/config/arm/neon-gen.ml
    branches/cilkplus/gcc/config/arm/neon.md
    branches/cilkplus/gcc/config/arm/neon.ml
    branches/cilkplus/gcc/config/arm/predicates.md
    branches/cilkplus/gcc/config/arm/t-arm
    branches/cilkplus/gcc/config/arm/vfp.md
    branches/cilkplus/gcc/config/avr/avr-log.c
    branches/cilkplus/gcc/config/avr/avr-protos.h
    branches/cilkplus/gcc/config/avr/avr.c
    branches/cilkplus/gcc/config/avr/avr.h
    branches/cilkplus/gcc/config/avr/t-avr
    branches/cilkplus/gcc/config/bfin/bfin.c
    branches/cilkplus/gcc/config/c6x/c6x.c
    branches/cilkplus/gcc/config/cris/cris-protos.h
    branches/cilkplus/gcc/config/cris/cris.c
    branches/cilkplus/gcc/config/cris/cris.h
    branches/cilkplus/gcc/config/cris/cris.opt
    branches/cilkplus/gcc/config/cris/sync.md
    branches/cilkplus/gcc/config/darwin.c
    branches/cilkplus/gcc/config/darwin.h
    branches/cilkplus/gcc/config/epiphany/epiphany.c
    branches/cilkplus/gcc/config/frv/frv.c
    branches/cilkplus/gcc/config/frv/frv.h
    branches/cilkplus/gcc/config/i386/cygming.h
    branches/cilkplus/gcc/config/i386/gnu-user64.h
    branches/cilkplus/gcc/config/i386/i386-builtin-types.def
    branches/cilkplus/gcc/config/i386/i386-protos.h
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/i386/mingw32.h
    branches/cilkplus/gcc/config/i386/predicates.md
    branches/cilkplus/gcc/config/i386/rtmintrin.h
    branches/cilkplus/gcc/config/i386/sse.md
    branches/cilkplus/gcc/config/i386/t-i386
    branches/cilkplus/gcc/config/i386/winnt.c
    branches/cilkplus/gcc/config/i386/xmmintrin.h
    branches/cilkplus/gcc/config/ia64/ia64.c
    branches/cilkplus/gcc/config/ia64/t-ia64
    branches/cilkplus/gcc/config/lm32/lm32.c
    branches/cilkplus/gcc/config/m68k/m68k-protos.h
    branches/cilkplus/gcc/config/m68k/m68k.c
    branches/cilkplus/gcc/config/m68k/m68k.h
    branches/cilkplus/gcc/config/mep/mep.c
    branches/cilkplus/gcc/config/mep/t-mep
    branches/cilkplus/gcc/config/microblaze/microblaze.h
    branches/cilkplus/gcc/config/mips/10000.md
    branches/cilkplus/gcc/config/mips/20kc.md
    branches/cilkplus/gcc/config/mips/24k.md
    branches/cilkplus/gcc/config/mips/4130.md
    branches/cilkplus/gcc/config/mips/4k.md
    branches/cilkplus/gcc/config/mips/5400.md
    branches/cilkplus/gcc/config/mips/5500.md
    branches/cilkplus/gcc/config/mips/5k.md
    branches/cilkplus/gcc/config/mips/7000.md
    branches/cilkplus/gcc/config/mips/74k.md
    branches/cilkplus/gcc/config/mips/9000.md
    branches/cilkplus/gcc/config/mips/generic.md
    branches/cilkplus/gcc/config/mips/loongson2ef.md
    branches/cilkplus/gcc/config/mips/loongson3a.md
    branches/cilkplus/gcc/config/mips/mips-dsp.md
    branches/cilkplus/gcc/config/mips/mips.h
    branches/cilkplus/gcc/config/mips/mips.md
    branches/cilkplus/gcc/config/mips/octeon.md
    branches/cilkplus/gcc/config/mips/sb1.md
    branches/cilkplus/gcc/config/mips/sr71k.md
    branches/cilkplus/gcc/config/mips/xlr.md
    branches/cilkplus/gcc/config/mn10300/mn10300.c
    branches/cilkplus/gcc/config/rl78/rl78.c
    branches/cilkplus/gcc/config/rl78/rl78.h
    branches/cilkplus/gcc/config/rs6000/altivec.md
    branches/cilkplus/gcc/config/rs6000/darwin.h
    branches/cilkplus/gcc/config/rs6000/rs6000-builtin.def
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/rx/rx.md
    branches/cilkplus/gcc/config/s390/s390-protos.h
    branches/cilkplus/gcc/config/s390/s390.c
    branches/cilkplus/gcc/config/s390/s390.md
    branches/cilkplus/gcc/config/sh/constraints.md
    branches/cilkplus/gcc/config/sh/predicates.md
    branches/cilkplus/gcc/config/sh/sh-protos.h
    branches/cilkplus/gcc/config/sh/sh.c
    branches/cilkplus/gcc/config/sh/sh.h
    branches/cilkplus/gcc/config/sh/sh.md
    branches/cilkplus/gcc/config/sparc/sparc.c
    branches/cilkplus/gcc/config/sparc/t-sparc
    branches/cilkplus/gcc/config/spu/spu-builtins.def
    branches/cilkplus/gcc/config/spu/spu-builtins.md
    branches/cilkplus/gcc/config/spu/spu.c
    branches/cilkplus/gcc/config/spu/spu.md
    branches/cilkplus/gcc/config/spu/t-spu-elf
    branches/cilkplus/gcc/config/vms/vms-c.c
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/coverage.c
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/Make-lang.in
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/class.c
    branches/cilkplus/gcc/cp/cp-tree.h
    branches/cilkplus/gcc/cp/cvt.c
    branches/cilkplus/gcc/cp/decl.c
    branches/cilkplus/gcc/cp/decl2.c
    branches/cilkplus/gcc/cp/dump.c
    branches/cilkplus/gcc/cp/error.c
    branches/cilkplus/gcc/cp/mangle.c
    branches/cilkplus/gcc/cp/method.c
    branches/cilkplus/gcc/cp/name-lookup.c
    branches/cilkplus/gcc/cp/optimize.c
    branches/cilkplus/gcc/cp/parser.c
    branches/cilkplus/gcc/cp/pt.c
    branches/cilkplus/gcc/cp/search.c
    branches/cilkplus/gcc/cp/semantics.c
    branches/cilkplus/gcc/cp/tree.c
    branches/cilkplus/gcc/cp/typeck.c
    branches/cilkplus/gcc/cppbuiltin.h
    branches/cilkplus/gcc/cprop.c
    branches/cilkplus/gcc/cse.c
    branches/cilkplus/gcc/cselib.c
    branches/cilkplus/gcc/dbgcnt.c
    branches/cilkplus/gcc/dce.c
    branches/cilkplus/gcc/defaults.h
    branches/cilkplus/gcc/df-core.c
    branches/cilkplus/gcc/df-problems.c
    branches/cilkplus/gcc/df-scan.c
    branches/cilkplus/gcc/doc/cfg.texi
    branches/cilkplus/gcc/doc/cpp.texi
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/generic.texi
    branches/cilkplus/gcc/doc/gty.texi
    branches/cilkplus/gcc/doc/install.texi
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/doc/md.texi
    branches/cilkplus/gcc/doc/sourcebuild.texi
    branches/cilkplus/gcc/doc/tm.texi
    branches/cilkplus/gcc/doc/tm.texi.in
    branches/cilkplus/gcc/dojump.c
    branches/cilkplus/gcc/double-int.h
    branches/cilkplus/gcc/dse.c
    branches/cilkplus/gcc/dwarf2out.c
    branches/cilkplus/gcc/elem-function-common.c
    branches/cilkplus/gcc/elem-function.c
    branches/cilkplus/gcc/emit-rtl.c
    branches/cilkplus/gcc/except.c
    branches/cilkplus/gcc/expmed.c
    branches/cilkplus/gcc/expr.c
    branches/cilkplus/gcc/expr.h
    branches/cilkplus/gcc/final.c
    branches/cilkplus/gcc/flag-types.h
    branches/cilkplus/gcc/flags.h
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/Make-lang.in
    branches/cilkplus/gcc/fortran/arith.c
    branches/cilkplus/gcc/fortran/array.c
    branches/cilkplus/gcc/fortran/bbt.c
    branches/cilkplus/gcc/fortran/check.c
    branches/cilkplus/gcc/fortran/class.c
    branches/cilkplus/gcc/fortran/constructor.c
    branches/cilkplus/gcc/fortran/data.c
    branches/cilkplus/gcc/fortran/decl.c
    branches/cilkplus/gcc/fortran/dependency.c
    branches/cilkplus/gcc/fortran/dump-parse-tree.c
    branches/cilkplus/gcc/fortran/error.c
    branches/cilkplus/gcc/fortran/expr.c
    branches/cilkplus/gcc/fortran/f95-lang.c
    branches/cilkplus/gcc/fortran/frontend-passes.c
    branches/cilkplus/gcc/fortran/gfortran.h
    branches/cilkplus/gcc/fortran/interface.c
    branches/cilkplus/gcc/fortran/intrinsic.c
    branches/cilkplus/gcc/fortran/io.c
    branches/cilkplus/gcc/fortran/match.c
    branches/cilkplus/gcc/fortran/matchexp.c
    branches/cilkplus/gcc/fortran/misc.c
    branches/cilkplus/gcc/fortran/module.c
    branches/cilkplus/gcc/fortran/openmp.c
    branches/cilkplus/gcc/fortran/parse.c
    branches/cilkplus/gcc/fortran/primary.c
    branches/cilkplus/gcc/fortran/resolve.c
    branches/cilkplus/gcc/fortran/scanner.c
    branches/cilkplus/gcc/fortran/simplify.c
    branches/cilkplus/gcc/fortran/st.c
    branches/cilkplus/gcc/fortran/symbol.c
    branches/cilkplus/gcc/fortran/target-memory.c
    branches/cilkplus/gcc/fortran/trans-array.c
    branches/cilkplus/gcc/fortran/trans-expr.c
    branches/cilkplus/gcc/fortran/trans-intrinsic.c
    branches/cilkplus/gcc/fortran/trans.c
    branches/cilkplus/gcc/function.c
    branches/cilkplus/gcc/function.h
    branches/cilkplus/gcc/fwprop.c
    branches/cilkplus/gcc/gcse.c
    branches/cilkplus/gcc/gencodes.c
    branches/cilkplus/gcc/gengenrtl.c
    branches/cilkplus/gcc/gengtype-parse.c
    branches/cilkplus/gcc/gengtype.c
    branches/cilkplus/gcc/gengtype.h
    branches/cilkplus/gcc/genopinit.c
    branches/cilkplus/gcc/genoutput.c
    branches/cilkplus/gcc/genpeep.c
    branches/cilkplus/gcc/gensupport.c
    branches/cilkplus/gcc/ggc.h
    branches/cilkplus/gcc/gimple-fold.c
    branches/cilkplus/gcc/gimple-fold.h
    branches/cilkplus/gcc/gimple-pretty-print.c
    branches/cilkplus/gcc/gimple.c
    branches/cilkplus/gcc/gimple.h
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/graphite-blocking.c
    branches/cilkplus/gcc/graphite-clast-to-gimple.c
    branches/cilkplus/gcc/graphite-clast-to-gimple.h
    branches/cilkplus/gcc/graphite-dependences.c
    branches/cilkplus/gcc/graphite-interchange.c
    branches/cilkplus/gcc/graphite-poly.c
    branches/cilkplus/gcc/graphite-poly.h
    branches/cilkplus/gcc/graphite-scop-detection.c
    branches/cilkplus/gcc/graphite-sese-to-poly.c
    branches/cilkplus/gcc/graphite.c
    branches/cilkplus/gcc/haifa-sched.c
    branches/cilkplus/gcc/hw-doloop.c
    branches/cilkplus/gcc/hwint.c
    branches/cilkplus/gcc/hwint.h
    branches/cilkplus/gcc/ifcvt.c
    branches/cilkplus/gcc/ipa-cp.c
    branches/cilkplus/gcc/ipa-inline-analysis.c
    branches/cilkplus/gcc/ipa-inline-transform.c
    branches/cilkplus/gcc/ipa-inline.c
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/ipa-pure-const.c
    branches/cilkplus/gcc/ipa-reference.c
    branches/cilkplus/gcc/ipa-split.c
    branches/cilkplus/gcc/ipa-utils.c
    branches/cilkplus/gcc/ipa.c
    branches/cilkplus/gcc/ira-conflicts.c
    branches/cilkplus/gcc/ira-emit.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/java/ChangeLog
    branches/cilkplus/gcc/java/Make-lang.in
    branches/cilkplus/gcc/java/class.c
    branches/cilkplus/gcc/java/decl.c
    branches/cilkplus/gcc/java/expr.c
    branches/cilkplus/gcc/java/java-gimplify.c
    branches/cilkplus/gcc/java/java-tree.h
    branches/cilkplus/gcc/java/jcf-io.c
    branches/cilkplus/gcc/java/jvgenmain.c
    branches/cilkplus/gcc/java/mangle.c
    branches/cilkplus/gcc/java/verify-impl.c
    branches/cilkplus/gcc/java/verify.h
    branches/cilkplus/gcc/jump.c
    branches/cilkplus/gcc/langhooks.h
    branches/cilkplus/gcc/lcm.c
    branches/cilkplus/gcc/loop-doloop.c
    branches/cilkplus/gcc/loop-init.c
    branches/cilkplus/gcc/loop-invariant.c
    branches/cilkplus/gcc/loop-iv.c
    branches/cilkplus/gcc/loop-unroll.c
    branches/cilkplus/gcc/loop-unswitch.c
    branches/cilkplus/gcc/lower-subreg.c
    branches/cilkplus/gcc/lto-section-out.c
    branches/cilkplus/gcc/lto-streamer-in.c
    branches/cilkplus/gcc/lto/ChangeLog
    branches/cilkplus/gcc/lto/Make-lang.in
    branches/cilkplus/gcc/lto/lto.c
    branches/cilkplus/gcc/matrix-reorg.c
    branches/cilkplus/gcc/mcf.c
    branches/cilkplus/gcc/mode-switching.c
    branches/cilkplus/gcc/modulo-sched.c
    branches/cilkplus/gcc/objc/ChangeLog
    branches/cilkplus/gcc/objc/Make-lang.in
    branches/cilkplus/gcc/objc/config-lang.in
    branches/cilkplus/gcc/objc/objc-act.c
    branches/cilkplus/gcc/objc/objc-encoding.c
    branches/cilkplus/gcc/objc/objc-gnu-runtime-abi-01.c
    branches/cilkplus/gcc/objc/objc-lang.c
    branches/cilkplus/gcc/objc/objc-next-runtime-abi-01.c
    branches/cilkplus/gcc/objc/objc-next-runtime-abi-02.c
    branches/cilkplus/gcc/objc/objc-runtime-shared-support.c
    branches/cilkplus/gcc/omega.c
    branches/cilkplus/gcc/omp-low.c
    branches/cilkplus/gcc/optabs.c
    branches/cilkplus/gcc/optabs.h
    branches/cilkplus/gcc/opts.c
    branches/cilkplus/gcc/passes.c
    branches/cilkplus/gcc/plugin.c
    branches/cilkplus/gcc/po/ChangeLog
    branches/cilkplus/gcc/po/be.po
    branches/cilkplus/gcc/po/da.po
    branches/cilkplus/gcc/po/de.po
    branches/cilkplus/gcc/po/el.po
    branches/cilkplus/gcc/po/es.po
    branches/cilkplus/gcc/po/fi.po
    branches/cilkplus/gcc/po/fr.po
    branches/cilkplus/gcc/po/id.po
    branches/cilkplus/gcc/po/ja.po
    branches/cilkplus/gcc/po/nl.po
    branches/cilkplus/gcc/po/ru.po
    branches/cilkplus/gcc/po/sr.po
    branches/cilkplus/gcc/po/sv.po
    branches/cilkplus/gcc/po/tr.po
    branches/cilkplus/gcc/po/vi.po
    branches/cilkplus/gcc/po/zh_CN.po
    branches/cilkplus/gcc/po/zh_TW.po
    branches/cilkplus/gcc/postreload-gcse.c
    branches/cilkplus/gcc/postreload.c
    branches/cilkplus/gcc/pragma_simd.c
    branches/cilkplus/gcc/predict.c
    branches/cilkplus/gcc/print-rtl.c
    branches/cilkplus/gcc/print-tree.c
    branches/cilkplus/gcc/profile.c
    branches/cilkplus/gcc/recog.c
    branches/cilkplus/gcc/ree.c
    branches/cilkplus/gcc/reg-stack.c
    branches/cilkplus/gcc/regcprop.c
    branches/cilkplus/gcc/reginfo.c
    branches/cilkplus/gcc/regmove.c
    branches/cilkplus/gcc/regrename.c
    branches/cilkplus/gcc/regs.h
    branches/cilkplus/gcc/regset.h
    branches/cilkplus/gcc/regstat.c
    branches/cilkplus/gcc/reload1.c
    branches/cilkplus/gcc/reorg.c
    branches/cilkplus/gcc/rtl.h
    branches/cilkplus/gcc/rtlanal.c
    branches/cilkplus/gcc/sched-deps.c
    branches/cilkplus/gcc/sched-rgn.c
    branches/cilkplus/gcc/sched-vis.c
    branches/cilkplus/gcc/sel-sched-ir.c
    branches/cilkplus/gcc/sel-sched.c
    branches/cilkplus/gcc/statistics.c
    branches/cilkplus/gcc/stmt.c
    branches/cilkplus/gcc/store-motion.c
    branches/cilkplus/gcc/system.h
    branches/cilkplus/gcc/target.def
    branches/cilkplus/gcc/target.h
    branches/cilkplus/gcc/targhooks.c
    branches/cilkplus/gcc/targhooks.h
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/g++.dg/bprob/bprob.exp
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/defaulted21.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/implicit13.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/nullptr19.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/override2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/scoped_enum.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/variadic132.C
    branches/cilkplus/gcc/testsuite/g++.dg/diagnostic/method1.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/packed1.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/ptrmem10.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/ptrmem11.C
    branches/cilkplus/gcc/testsuite/g++.dg/overload/operator5.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/access8.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/crash28.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash107.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash108.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash74.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/error46.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/error47.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/error5.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/param1.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/sfinae6_neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/typedef11.C
    branches/cilkplus/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/20000326-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr49888.c
    branches/cilkplus/gcc/testsuite/gcc.dg/matrix/matrix.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/pubtypes-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pubtypes-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pubtypes-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr36881.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr37508.c
    branches/cilkplus/gcc/testsuite/gcc.misc-tests/bprob.exp
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/vtrnf32.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/vtrns32.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/vtrnu32.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/vzipf32.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/vzips32.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/vzipu32.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/20011127-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-1-v10.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-1-v32.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-2i.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-2s.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-3i.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-3s.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-4i.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/sync-4s.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse4_1-pmuldq.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/octeon-pipe-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-1.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/c_f_pointer_tests_3.f90
    branches/cilkplus/gcc/testsuite/lib/gcc-dg.exp
    branches/cilkplus/gcc/testsuite/lib/gcov.exp
    branches/cilkplus/gcc/testsuite/lib/profopt.exp
    branches/cilkplus/gcc/testsuite/lib/scanasm.exp
    branches/cilkplus/gcc/testsuite/lib/scandump.exp
    branches/cilkplus/gcc/testsuite/lib/target-supports-dg.exp
    branches/cilkplus/gcc/timevar.def
    branches/cilkplus/gcc/toplev.c
    branches/cilkplus/gcc/tracer.c
    branches/cilkplus/gcc/trans-mem.c
    branches/cilkplus/gcc/tree-affine.c
    branches/cilkplus/gcc/tree-call-cdce.c
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-cfgcleanup.c
    branches/cilkplus/gcc/tree-chrec.c
    branches/cilkplus/gcc/tree-data-ref.c
    branches/cilkplus/gcc/tree-dfa.c
    branches/cilkplus/gcc/tree-diagnostic.c
    branches/cilkplus/gcc/tree-dump.c
    branches/cilkplus/gcc/tree-dump.h
    branches/cilkplus/gcc/tree-eh.c
    branches/cilkplus/gcc/tree-flow-inline.h
    branches/cilkplus/gcc/tree-flow.h
    branches/cilkplus/gcc/tree-if-conv.c
    branches/cilkplus/gcc/tree-inline.c
    branches/cilkplus/gcc/tree-inline.h
    branches/cilkplus/gcc/tree-into-ssa.c
    branches/cilkplus/gcc/tree-mudflap.c
    branches/cilkplus/gcc/tree-nrv.c
    branches/cilkplus/gcc/tree-object-size.c
    branches/cilkplus/gcc/tree-optimize.c
    branches/cilkplus/gcc/tree-outof-ssa.c
    branches/cilkplus/gcc/tree-pass.h
    branches/cilkplus/gcc/tree-predcom.c
    branches/cilkplus/gcc/tree-pretty-print.c
    branches/cilkplus/gcc/tree-profile.c
    branches/cilkplus/gcc/tree-scalar-evolution.c
    branches/cilkplus/gcc/tree-sra.c
    branches/cilkplus/gcc/tree-ssa-address.c
    branches/cilkplus/gcc/tree-ssa-alias.c
    branches/cilkplus/gcc/tree-ssa-alias.h
    branches/cilkplus/gcc/tree-ssa-ccp.c
    branches/cilkplus/gcc/tree-ssa-coalesce.c
    branches/cilkplus/gcc/tree-ssa-copy.c
    branches/cilkplus/gcc/tree-ssa-copyrename.c
    branches/cilkplus/gcc/tree-ssa-dce.c
    branches/cilkplus/gcc/tree-ssa-dom.c
    branches/cilkplus/gcc/tree-ssa-dse.c
    branches/cilkplus/gcc/tree-ssa-forwprop.c
    branches/cilkplus/gcc/tree-ssa-ifcombine.c
    branches/cilkplus/gcc/tree-ssa-live.c
    branches/cilkplus/gcc/tree-ssa-loop-ch.c
    branches/cilkplus/gcc/tree-ssa-loop-im.c
    branches/cilkplus/gcc/tree-ssa-loop-ivcanon.c
    branches/cilkplus/gcc/tree-ssa-loop-ivopts.c
    branches/cilkplus/gcc/tree-ssa-loop-manip.c
    branches/cilkplus/gcc/tree-ssa-loop-niter.c
    branches/cilkplus/gcc/tree-ssa-loop-prefetch.c
    branches/cilkplus/gcc/tree-ssa-loop-unswitch.c
    branches/cilkplus/gcc/tree-ssa-loop.c
    branches/cilkplus/gcc/tree-ssa-math-opts.c
    branches/cilkplus/gcc/tree-ssa-operands.c
    branches/cilkplus/gcc/tree-ssa-phiopt.c
    branches/cilkplus/gcc/tree-ssa-phiprop.c
    branches/cilkplus/gcc/tree-ssa-pre.c
    branches/cilkplus/gcc/tree-ssa-propagate.c
    branches/cilkplus/gcc/tree-ssa-reassoc.c
    branches/cilkplus/gcc/tree-ssa-sccvn.c
    branches/cilkplus/gcc/tree-ssa-sccvn.h
    branches/cilkplus/gcc/tree-ssa-sink.c
    branches/cilkplus/gcc/tree-ssa-structalias.c
    branches/cilkplus/gcc/tree-ssa-tail-merge.c
    branches/cilkplus/gcc/tree-ssa-ter.c
    branches/cilkplus/gcc/tree-ssa-threadedge.c
    branches/cilkplus/gcc/tree-ssa-threadupdate.c
    branches/cilkplus/gcc/tree-ssa-uncprop.c
    branches/cilkplus/gcc/tree-ssa-uninit.c
    branches/cilkplus/gcc/tree-ssa.c
    branches/cilkplus/gcc/tree-switch-conversion.c
    branches/cilkplus/gcc/tree-tailcall.c
    branches/cilkplus/gcc/tree-vect-data-refs.c
    branches/cilkplus/gcc/tree-vect-generic.c
    branches/cilkplus/gcc/tree-vect-loop-manip.c
    branches/cilkplus/gcc/tree-vect-loop.c
    branches/cilkplus/gcc/tree-vect-patterns.c
    branches/cilkplus/gcc/tree-vect-slp.c
    branches/cilkplus/gcc/tree-vect-stmts.c
    branches/cilkplus/gcc/tree-vectorizer.c
    branches/cilkplus/gcc/tree-vectorizer.h
    branches/cilkplus/gcc/tree-vrp.c
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.def
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/value-prof.c
    branches/cilkplus/gcc/var-tracking.c
    branches/cilkplus/gcc/vmsdbgout.c
    branches/cilkplus/gcc/web.c
    branches/cilkplus/include/ChangeLog
    branches/cilkplus/include/filenames.h
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/config/t-darwin
    branches/cilkplus/libgo/mksysinfo.sh
    branches/cilkplus/libgomp/ChangeLog
    branches/cilkplus/libgomp/config/linux/x86/futex.h
    branches/cilkplus/libgomp/libgomp.texi
    branches/cilkplus/libgomp/testsuite/libgomp.c/sort-1.c
    branches/cilkplus/libgomp/testsuite/libgomp.graphite/force-parallel-4.c
    branches/cilkplus/libgomp/testsuite/libgomp.graphite/force-parallel-5.c
    branches/cilkplus/libgomp/testsuite/libgomp.graphite/force-parallel-7.c
    branches/cilkplus/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
    branches/cilkplus/libiberty/ChangeLog
    branches/cilkplus/libiberty/copying-lib.texi
    branches/cilkplus/libiberty/filename_cmp.c
    branches/cilkplus/libitm/ChangeLog
    branches/cilkplus/libitm/config/x86/target.h
    branches/cilkplus/libmudflap/ChangeLog
    branches/cilkplus/libmudflap/testsuite/libmudflap.c++/c++frags.exp
    branches/cilkplus/libmudflap/testsuite/libmudflap.c++/ctors.exp
    branches/cilkplus/libmudflap/testsuite/libmudflap.c/cfrags.exp
    branches/cilkplus/libmudflap/testsuite/libmudflap.c/externs.exp
    branches/cilkplus/libmudflap/testsuite/libmudflap.c/fail11-frag.c
    branches/cilkplus/libmudflap/testsuite/libmudflap.c/fail12-frag.c
    branches/cilkplus/libmudflap/testsuite/libmudflap.cth/cthfrags.exp
    branches/cilkplus/maintainer-scripts/ChangeLog
    branches/cilkplus/maintainer-scripts/crontab
    branches/cilkplus/maintainer-scripts/update_version_svn

Propchange: branches/cilkplus/
            ('svn:mergeinfo' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]