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]

r189668 - in /branches/cxx-conversion: ./ Chang...


Author: dnovillo
Date: Thu Jul 19 16:49:22 2012
New Revision: 189668

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189668
Log:
Merge from trunk.

Merged revisions 189108,189110,189155-189157,189159-189160,189163,189166-189167,189173-189175,189177,189181,189184-189185,189187-189188,189190-189195,189199,189202,189204,189207,189209-189210,189212,189218-189219,189225,189228,189234,189238-189239,189241,189245,189248-189249,189252,189254-189257,189260-189261,189267-189269,189272,189277-189278,189281,189283-189285,189287-189289,189291-189292,189294-189295,189298-189299,189305,189310-189311,189315-189316,189319-189329,189331-189332,189334,189338,189344-189345,189347,189349-189350,189355-189362,189365-189372,189374-189381,189383-189386,189389-189392,189394-189396,189401-189411,189413,189416-189417,189420,189422-189428,189431-189444,189448,189452-189456,189458,189460-189465,189467,189470,189472-189473,189476-189477,189479,189482-189483,189485-189486,189489,189494,189496,189499-189510,189513-189514,189516-189528,189530,189532-189539,189541,189543-189545,189547,189549-189553,189559,189562-189563,189565-189570,189574-189575,189577,189581-189583,189586-189587,189589-189591,189594,189596,189598,189601-189605,189607,189609-189612,189617-189618,189620-189621,189623-189627,189630-189631,189637-189640,189644,189647,189650,189652,189658,189662 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/trunk


Added:
    branches/cxx-conversion/libstdc++-v3/testsuite/20_util/pair/noncopyable.cc
      - copied unchanged from r189662, trunk/libstdc++-v3/testsuite/20_util/pair/noncopyable.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc
      - copied unchanged from r189662, trunk/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
      - copied unchanged from r189662, trunk/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/30_threads/thread/adl.cc
      - copied unchanged from r189662, trunk/libstdc++-v3/testsuite/30_threads/thread/adl.cc
Removed:
    branches/cxx-conversion/libstdc++-v3/testsuite/28_regex/algorithms/02_match/
    branches/cxx-conversion/libstdc++-v3/testsuite/28_regex/headers/04_header/
Modified:
    branches/cxx-conversion/libstdc++-v3/ChangeLog
    branches/cxx-conversion/libstdc++-v3/config/abi/pre/gnu.ver
    branches/cxx-conversion/libstdc++-v3/include/bits/alloc_traits.h
    branches/cxx-conversion/libstdc++-v3/include/bits/hashtable_policy.h
    branches/cxx-conversion/libstdc++-v3/include/bits/list.tcc
    branches/cxx-conversion/libstdc++-v3/include/bits/ptr_traits.h
    branches/cxx-conversion/libstdc++-v3/include/bits/stl_list.h
    branches/cxx-conversion/libstdc++-v3/include/bits/stl_map.h
    branches/cxx-conversion/libstdc++-v3/include/bits/stl_multimap.h
    branches/cxx-conversion/libstdc++-v3/include/bits/stl_pair.h
    branches/cxx-conversion/libstdc++-v3/include/debug/map.h
    branches/cxx-conversion/libstdc++-v3/include/debug/multimap.h
    branches/cxx-conversion/libstdc++-v3/include/debug/unordered_map
    branches/cxx-conversion/libstdc++-v3/include/ext/alloc_traits.h
    branches/cxx-conversion/libstdc++-v3/include/ext/concurrence.h
    branches/cxx-conversion/libstdc++-v3/include/ext/rope
    branches/cxx-conversion/libstdc++-v3/include/profile/map.h
    branches/cxx-conversion/libstdc++-v3/include/profile/multimap.h
    branches/cxx-conversion/libstdc++-v3/include/profile/unordered_map
    branches/cxx-conversion/libstdc++-v3/include/std/chrono
    branches/cxx-conversion/libstdc++-v3/include/std/condition_variable
    branches/cxx-conversion/libstdc++-v3/include/std/ratio
    branches/cxx-conversion/libstdc++-v3/include/std/thread
    branches/cxx-conversion/libstdc++-v3/libsupc++/eh_personality.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/cxx-conversion/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc

Changes in other areas also in this revision:
Added:
    branches/cxx-conversion/config/isl.m4
      - copied unchanged from r189662, trunk/config/isl.m4
    branches/cxx-conversion/gcc/ada/s-atopri.adb
      - copied unchanged from r189662, trunk/gcc/ada/s-atopri.adb
    branches/cxx-conversion/gcc/ada/s-bytswa.ads
      - copied unchanged from r189662, trunk/gcc/ada/s-bytswa.ads
    branches/cxx-conversion/gcc/cfg-flags.def
      - copied unchanged from r189662, trunk/gcc/cfg-flags.def
    branches/cxx-conversion/gcc/config/v850/rtems.h
      - copied unchanged from r189662, trunk/gcc/config/v850/rtems.h
    branches/cxx-conversion/gcc/config/v850/t-rtems
      - copied unchanged from r189662, trunk/gcc/config/v850/t-rtems
    branches/cxx-conversion/gcc/dumpfile.h
      - copied unchanged from r189662, trunk/gcc/dumpfile.h
    branches/cxx-conversion/gcc/graphite-optimize-isl.c
      - copied unchanged from r189662, trunk/gcc/graphite-optimize-isl.c
    branches/cxx-conversion/gcc/po/hr.po
      - copied unchanged from r189662, trunk/gcc/po/hr.po
    branches/cxx-conversion/gcc/testsuite/c-c++-common/gomp/pr54017.c
      - copied unchanged from r189662, trunk/gcc/testsuite/c-c++-common/gomp/pr54017.c
    branches/cxx-conversion/gcc/testsuite/g++.dg/abi/mangle3-2.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/abi/mangle3-2.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/alias-decl-20.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-20.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/decltype39.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/decltype39.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/defaulted36.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted36.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/defaulted37.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted37.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template6.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template7.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template7.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this5.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this5.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr29.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/sfinae37.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae37.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/variadic133.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/variadic133.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/variadic134.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/variadic134.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/variadic135.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/cpp0x/variadic135.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-2.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-2.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/ext/label14.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/ext/label14.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/other/enum3.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/other/enum3.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/other/pr53811.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/other/pr53811.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/parse/enum9.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/parse/enum9.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/access23.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/template/access23.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/array23.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/template/array23.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/current-inst1.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/template/current-inst1.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/enum7.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/template/enum7.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/ref6.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/template/ref6.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/typedef39.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/template/typedef39.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/torture/pr53321.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/torture/pr53321.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/torture/pr53970.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/torture/pr53970.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/tree-ssa/pr53844.C
      - copied unchanged from r189662, trunk/gcc/testsuite/g++.dg/tree-ssa/pr53844.C
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/20101216-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.c-torture/compile/20101216-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/20120524-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.c-torture/compile/20120524-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/pr38621.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.c-torture/compile/pr38621.c
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/pr53886.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.c-torture/compile/pr53886.c
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/unalign-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.c-torture/compile/unalign-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/execute/bswap-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.c-torture/execute/bswap-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/builtin-unreachable-5.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/builtin-unreachable-5.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/builtin-unreachable-6.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/builtin-unreachable-6.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr51879-16.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/pr51879-16.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr51879-17.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/pr51879-17.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr51879-18.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/pr51879-18.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr51879-7.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/pr51879-7.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr53849.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/pr53849.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr53881.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/pr53881.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/pr53887.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/pr53887.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/torture/builtins-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/torture/builtins-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/torture/pr53908.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/torture/pr53908.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/torture/pr53922.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.dg/torture/pr53922.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/fma-sp.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/fma-sp.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/fma.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/fma.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/fma.h
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/fma.h
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-10.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-10.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-11.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-11.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-12.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-12.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-13.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-13.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-14.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-14.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-15.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-15.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-16.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-16.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-17.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-17.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-18.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-18.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-19.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-19.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-2.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-2.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-3.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-3.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-4.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-4.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-5.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-5.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-6.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-6.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-7.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-7.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-8.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-8.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-vdup-9.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-9.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/pr53859.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/arm/pr53859.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-xchg-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/cris/sync-xchg-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/i386/pr53907.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/i386/pr53907.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/m68k/stack-limit-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/m68k/stack-limit-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr33135-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/sh/pr33135-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr33135-2.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/sh/pr33135-2.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr33135-3.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/sh/pr33135-3.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr33135-4.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/sh/pr33135-4.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr53568-1.c
      - copied unchanged from r189662, trunk/gcc/testsuite/gcc.target/sh/pr53568-1.c
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/bind_c_usage_26.f90
      - copied unchanged from r189662, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_26.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_5.f90
      - copied unchanged from r189662, trunk/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_5.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/coarray_allocate_1.f90
      - copied unchanged from r189662, trunk/gcc/testsuite/gfortran.dg/coarray_allocate_1.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/inline_sum_4.f90
      - copied unchanged from r189662, trunk/gcc/testsuite/gfortran.dg/inline_sum_4.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/module_procedure_double_colon_3.f90
      - copied unchanged from r189662, trunk/gcc/testsuite/gfortran.dg/module_procedure_double_colon_3.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/module_procedure_double_colon_4.f90
      - copied unchanged from r189662, trunk/gcc/testsuite/gfortran.dg/module_procedure_double_colon_4.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/oldstyle_4.f90
      - copied unchanged from r189662, trunk/gcc/testsuite/gfortran.dg/oldstyle_4.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/proc_decl_28.f90
      - copied unchanged from r189662, trunk/gcc/testsuite/gfortran.dg/proc_decl_28.f90
    branches/cxx-conversion/gcc/testsuite/gnat.dg/discr37.adb
      - copied unchanged from r189662, trunk/gcc/testsuite/gnat.dg/discr37.adb
    branches/cxx-conversion/gcc/testsuite/gnat.dg/discr37.ads
      - copied unchanged from r189662, trunk/gcc/testsuite/gnat.dg/discr37.ads
    branches/cxx-conversion/gcc/testsuite/gnat.dg/loop_optimization11.adb
      - copied unchanged from r189662, trunk/gcc/testsuite/gnat.dg/loop_optimization11.adb
    branches/cxx-conversion/gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads
      - copied unchanged from r189662, trunk/gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads
    branches/cxx-conversion/gcc/testsuite/gnat.dg/noreturn4.adb
      - copied unchanged from r189662, trunk/gcc/testsuite/gnat.dg/noreturn4.adb
    branches/cxx-conversion/gcc/testsuite/gnat.dg/noreturn4.ads
      - copied unchanged from r189662, trunk/gcc/testsuite/gnat.dg/noreturn4.ads
    branches/cxx-conversion/gcc/testsuite/gnat.dg/noreturn4_pkg.ads
      - copied unchanged from r189662, trunk/gcc/testsuite/gnat.dg/noreturn4_pkg.ads
    branches/cxx-conversion/gcc/testsuite/gnat.dg/recursive_call.adb
      - copied unchanged from r189662, trunk/gcc/testsuite/gnat.dg/recursive_call.adb
    branches/cxx-conversion/libgcc/config/i386/libgcc-cygming.ver
      - copied unchanged from r189662, trunk/libgcc/config/i386/libgcc-cygming.ver
    branches/cxx-conversion/libgcc/config/i386/t-seh-eh
      - copied unchanged from r189662, trunk/libgcc/config/i386/t-seh-eh
    branches/cxx-conversion/libgcc/unwind-seh.c
      - copied unchanged from r189662, trunk/libgcc/unwind-seh.c
Removed:
    branches/cxx-conversion/gcc/graphite-cloog-compat.h
    branches/cxx-conversion/gcc/graphite-cloog-util.c
    branches/cxx-conversion/gcc/graphite-cloog-util.h
    branches/cxx-conversion/gcc/graphite-dependences.h
    branches/cxx-conversion/gcc/graphite-ppl.c
    branches/cxx-conversion/gcc/graphite-ppl.h
Modified:
    branches/cxx-conversion/   (props changed)
    branches/cxx-conversion/ChangeLog
    branches/cxx-conversion/MAINTAINERS
    branches/cxx-conversion/Makefile.def
    branches/cxx-conversion/Makefile.in
    branches/cxx-conversion/Makefile.tpl
    branches/cxx-conversion/README
    branches/cxx-conversion/config/ChangeLog
    branches/cxx-conversion/config/cloog.m4
    branches/cxx-conversion/configure
    branches/cxx-conversion/configure.ac
    branches/cxx-conversion/contrib/ChangeLog
    branches/cxx-conversion/contrib/testsuite-management/validate_failures.py
    branches/cxx-conversion/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
    branches/cxx-conversion/gcc/ChangeLog
    branches/cxx-conversion/gcc/ChangeLog.cxx-conversion
    branches/cxx-conversion/gcc/DATESTAMP
    branches/cxx-conversion/gcc/Makefile.in
    branches/cxx-conversion/gcc/ada/ChangeLog
    branches/cxx-conversion/gcc/ada/ChangeLog-2011
    branches/cxx-conversion/gcc/ada/Makefile.rtl
    branches/cxx-conversion/gcc/ada/a-direct.adb
    branches/cxx-conversion/gcc/ada/a-except-2005.adb
    branches/cxx-conversion/gcc/ada/a-except-2005.ads
    branches/cxx-conversion/gcc/ada/a-except.adb
    branches/cxx-conversion/gcc/ada/a-except.ads
    branches/cxx-conversion/gcc/ada/a-exexda.adb
    branches/cxx-conversion/gcc/ada/a-exexpr-gcc.adb
    branches/cxx-conversion/gcc/ada/a-exexpr.adb
    branches/cxx-conversion/gcc/ada/a-exextr.adb
    branches/cxx-conversion/gcc/ada/a-ststio.ads
    branches/cxx-conversion/gcc/ada/adaint.c
    branches/cxx-conversion/gcc/ada/adaint.h
    branches/cxx-conversion/gcc/ada/ali.adb
    branches/cxx-conversion/gcc/ada/back_end.adb
    branches/cxx-conversion/gcc/ada/debug.adb
    branches/cxx-conversion/gcc/ada/einfo.adb
    branches/cxx-conversion/gcc/ada/einfo.ads
    branches/cxx-conversion/gcc/ada/exp_aggr.adb
    branches/cxx-conversion/gcc/ada/exp_attr.adb
    branches/cxx-conversion/gcc/ada/exp_ch3.adb
    branches/cxx-conversion/gcc/ada/exp_ch3.ads
    branches/cxx-conversion/gcc/ada/exp_ch4.adb
    branches/cxx-conversion/gcc/ada/exp_ch5.adb
    branches/cxx-conversion/gcc/ada/exp_ch6.adb
    branches/cxx-conversion/gcc/ada/exp_ch7.adb
    branches/cxx-conversion/gcc/ada/exp_ch8.adb
    branches/cxx-conversion/gcc/ada/exp_ch9.adb
    branches/cxx-conversion/gcc/ada/exp_dbug.ads
    branches/cxx-conversion/gcc/ada/exp_disp.adb
    branches/cxx-conversion/gcc/ada/exp_pakd.adb
    branches/cxx-conversion/gcc/ada/freeze.adb
    branches/cxx-conversion/gcc/ada/g-bytswa.adb
    branches/cxx-conversion/gcc/ada/g-bytswa.ads
    branches/cxx-conversion/gcc/ada/g-debpoo.adb
    branches/cxx-conversion/gcc/ada/g-dirope.adb
    branches/cxx-conversion/gcc/ada/gcc-interface/Make-lang.in
    branches/cxx-conversion/gcc/ada/gcc-interface/Makefile.in
    branches/cxx-conversion/gcc/ada/gcc-interface/decl.c
    branches/cxx-conversion/gcc/ada/gcc-interface/gigi.h
    branches/cxx-conversion/gcc/ada/gcc-interface/trans.c
    branches/cxx-conversion/gcc/ada/gcc-interface/utils.c
    branches/cxx-conversion/gcc/ada/gcc-interface/utils2.c
    branches/cxx-conversion/gcc/ada/gnat1drv.adb
    branches/cxx-conversion/gcc/ada/gnat_rm.texi
    branches/cxx-conversion/gcc/ada/gnat_ugn.texi
    branches/cxx-conversion/gcc/ada/gnatlink.adb
    branches/cxx-conversion/gcc/ada/i-cstrea.ads
    branches/cxx-conversion/gcc/ada/init.c
    branches/cxx-conversion/gcc/ada/initialize.c
    branches/cxx-conversion/gcc/ada/layout.adb
    branches/cxx-conversion/gcc/ada/lib-writ.adb
    branches/cxx-conversion/gcc/ada/lib-writ.ads
    branches/cxx-conversion/gcc/ada/lib.ads
    branches/cxx-conversion/gcc/ada/make.adb
    branches/cxx-conversion/gcc/ada/mkdir.c
    branches/cxx-conversion/gcc/ada/mlib-utl.adb
    branches/cxx-conversion/gcc/ada/par-ch13.adb
    branches/cxx-conversion/gcc/ada/par-util.adb
    branches/cxx-conversion/gcc/ada/par_sco.adb
    branches/cxx-conversion/gcc/ada/par_sco.ads
    branches/cxx-conversion/gcc/ada/prj-nmsc.adb
    branches/cxx-conversion/gcc/ada/prj-util.adb
    branches/cxx-conversion/gcc/ada/prj-util.ads
    branches/cxx-conversion/gcc/ada/prj.adb
    branches/cxx-conversion/gcc/ada/raise-gcc.c
    branches/cxx-conversion/gcc/ada/raise.h
    branches/cxx-conversion/gcc/ada/restrict.adb
    branches/cxx-conversion/gcc/ada/restrict.ads
    branches/cxx-conversion/gcc/ada/rident.ads
    branches/cxx-conversion/gcc/ada/rtsfind.ads
    branches/cxx-conversion/gcc/ada/s-assert.ads
    branches/cxx-conversion/gcc/ada/s-atopri.ads
    branches/cxx-conversion/gcc/ada/s-commun.ads
    branches/cxx-conversion/gcc/ada/s-crtl.ads
    branches/cxx-conversion/gcc/ada/s-dimmks.ads
    branches/cxx-conversion/gcc/ada/s-ficobl.ads
    branches/cxx-conversion/gcc/ada/s-fileio.adb
    branches/cxx-conversion/gcc/ada/s-fileio.ads
    branches/cxx-conversion/gcc/ada/s-os_lib.ads
    branches/cxx-conversion/gcc/ada/s-oscons-tmplt.c
    branches/cxx-conversion/gcc/ada/s-osinte-hpux.ads
    branches/cxx-conversion/gcc/ada/s-regexp.adb
    branches/cxx-conversion/gcc/ada/s-rident.ads
    branches/cxx-conversion/gcc/ada/s-taprop-mingw.adb
    branches/cxx-conversion/gcc/ada/s-tarest.adb
    branches/cxx-conversion/gcc/ada/s-tassta.adb
    branches/cxx-conversion/gcc/ada/scos.ads
    branches/cxx-conversion/gcc/ada/seh_init.c
    branches/cxx-conversion/gcc/ada/sem_attr.adb
    branches/cxx-conversion/gcc/ada/sem_case.adb
    branches/cxx-conversion/gcc/ada/sem_cat.adb
    branches/cxx-conversion/gcc/ada/sem_ch12.adb
    branches/cxx-conversion/gcc/ada/sem_ch13.adb
    branches/cxx-conversion/gcc/ada/sem_ch3.adb
    branches/cxx-conversion/gcc/ada/sem_ch6.adb
    branches/cxx-conversion/gcc/ada/sem_ch9.adb
    branches/cxx-conversion/gcc/ada/sem_dim.adb
    branches/cxx-conversion/gcc/ada/sem_disp.adb
    branches/cxx-conversion/gcc/ada/sem_elab.adb
    branches/cxx-conversion/gcc/ada/sem_elim.adb
    branches/cxx-conversion/gcc/ada/sem_eval.adb
    branches/cxx-conversion/gcc/ada/sem_prag.adb
    branches/cxx-conversion/gcc/ada/sem_res.adb
    branches/cxx-conversion/gcc/ada/sem_util.adb
    branches/cxx-conversion/gcc/ada/sem_util.ads
    branches/cxx-conversion/gcc/ada/sinfo.ads
    branches/cxx-conversion/gcc/ada/snames.adb-tmpl
    branches/cxx-conversion/gcc/ada/snames.ads-tmpl
    branches/cxx-conversion/gcc/ada/switch-m.adb
    branches/cxx-conversion/gcc/ada/system-hpux-ia64.ads
    branches/cxx-conversion/gcc/ada/system-vxworks-ppc.ads
    branches/cxx-conversion/gcc/ada/tb-gcc.c
    branches/cxx-conversion/gcc/ada/tracebak.c
    branches/cxx-conversion/gcc/ada/treepr.adb
    branches/cxx-conversion/gcc/ada/treepr.ads
    branches/cxx-conversion/gcc/ada/ug_words
    branches/cxx-conversion/gcc/ada/usage.adb
    branches/cxx-conversion/gcc/ada/vms_data.ads
    branches/cxx-conversion/gcc/alias.c
    branches/cxx-conversion/gcc/alias.h
    branches/cxx-conversion/gcc/alloc-pool.h
    branches/cxx-conversion/gcc/auto-inc-dec.c
    branches/cxx-conversion/gcc/basic-block.h
    branches/cxx-conversion/gcc/bb-reorder.c
    branches/cxx-conversion/gcc/builtins.c
    branches/cxx-conversion/gcc/c-family/ChangeLog
    branches/cxx-conversion/gcc/c-family/c-ada-spec.c
    branches/cxx-conversion/gcc/c-family/c-common.c
    branches/cxx-conversion/gcc/c-family/c-common.h
    branches/cxx-conversion/gcc/c-family/c-dump.c
    branches/cxx-conversion/gcc/c-family/c-gimplify.c
    branches/cxx-conversion/gcc/c-family/c-pch.c
    branches/cxx-conversion/gcc/c/ChangeLog
    branches/cxx-conversion/gcc/c/Make-lang.in
    branches/cxx-conversion/gcc/c/c-decl.c
    branches/cxx-conversion/gcc/caller-save.c
    branches/cxx-conversion/gcc/cfg.c
    branches/cxx-conversion/gcc/cfganal.c
    branches/cxx-conversion/gcc/cfgcleanup.c
    branches/cxx-conversion/gcc/cfgexpand.c
    branches/cxx-conversion/gcc/cfghooks.c
    branches/cxx-conversion/gcc/cfghooks.h
    branches/cxx-conversion/gcc/cfgloop.c
    branches/cxx-conversion/gcc/cfgloop.h
    branches/cxx-conversion/gcc/cfgloopmanip.c
    branches/cxx-conversion/gcc/cfgrtl.c
    branches/cxx-conversion/gcc/cgraph.c
    branches/cxx-conversion/gcc/cgraphclones.c
    branches/cxx-conversion/gcc/cgraphunit.c
    branches/cxx-conversion/gcc/combine-stack-adj.c
    branches/cxx-conversion/gcc/combine.c
    branches/cxx-conversion/gcc/common.opt
    branches/cxx-conversion/gcc/common/config/arm/arm-common.c
    branches/cxx-conversion/gcc/common/config/i386/i386-common.c
    branches/cxx-conversion/gcc/config.gcc
    branches/cxx-conversion/gcc/config/arm/aout.h
    branches/cxx-conversion/gcc/config/arm/arm-arches.def
    branches/cxx-conversion/gcc/config/arm/arm-cores.def
    branches/cxx-conversion/gcc/config/arm/arm-protos.h
    branches/cxx-conversion/gcc/config/arm/arm-tables.opt
    branches/cxx-conversion/gcc/config/arm/arm.c
    branches/cxx-conversion/gcc/config/arm/arm.h
    branches/cxx-conversion/gcc/config/arm/arm.md
    branches/cxx-conversion/gcc/config/arm/arm_neon.h
    branches/cxx-conversion/gcc/config/arm/iterators.md
    branches/cxx-conversion/gcc/config/arm/linux-elf.h
    branches/cxx-conversion/gcc/config/arm/neon-gen.ml
    branches/cxx-conversion/gcc/config/arm/neon.ml
    branches/cxx-conversion/gcc/config/arm/t-arm
    branches/cxx-conversion/gcc/config/arm/vfp.md
    branches/cxx-conversion/gcc/config/avr/avr-log.c
    branches/cxx-conversion/gcc/config/avr/t-avr
    branches/cxx-conversion/gcc/config/bfin/bfin.c
    branches/cxx-conversion/gcc/config/c6x/c6x.c
    branches/cxx-conversion/gcc/config/cris/cris-protos.h
    branches/cxx-conversion/gcc/config/cris/cris.c
    branches/cxx-conversion/gcc/config/cris/cris.h
    branches/cxx-conversion/gcc/config/cris/cris.opt
    branches/cxx-conversion/gcc/config/cris/sync.md
    branches/cxx-conversion/gcc/config/darwin.c
    branches/cxx-conversion/gcc/config/darwin.h
    branches/cxx-conversion/gcc/config/epiphany/epiphany.c
    branches/cxx-conversion/gcc/config/frv/frv.c
    branches/cxx-conversion/gcc/config/i386/cygming.h
    branches/cxx-conversion/gcc/config/i386/i386-protos.h
    branches/cxx-conversion/gcc/config/i386/i386.c
    branches/cxx-conversion/gcc/config/i386/i386.md
    branches/cxx-conversion/gcc/config/i386/mingw32.h
    branches/cxx-conversion/gcc/config/i386/rtmintrin.h
    branches/cxx-conversion/gcc/config/i386/sse.md
    branches/cxx-conversion/gcc/config/i386/t-i386
    branches/cxx-conversion/gcc/config/i386/winnt.c
    branches/cxx-conversion/gcc/config/i386/xmmintrin.h
    branches/cxx-conversion/gcc/config/ia64/ia64.c
    branches/cxx-conversion/gcc/config/ia64/t-ia64
    branches/cxx-conversion/gcc/config/m68k/m68k-protos.h
    branches/cxx-conversion/gcc/config/m68k/m68k.c
    branches/cxx-conversion/gcc/config/m68k/m68k.h
    branches/cxx-conversion/gcc/config/mep/mep.c
    branches/cxx-conversion/gcc/config/mep/t-mep
    branches/cxx-conversion/gcc/config/mips/10000.md
    branches/cxx-conversion/gcc/config/mips/20kc.md
    branches/cxx-conversion/gcc/config/mips/24k.md
    branches/cxx-conversion/gcc/config/mips/4130.md
    branches/cxx-conversion/gcc/config/mips/4k.md
    branches/cxx-conversion/gcc/config/mips/5400.md
    branches/cxx-conversion/gcc/config/mips/5500.md
    branches/cxx-conversion/gcc/config/mips/5k.md
    branches/cxx-conversion/gcc/config/mips/7000.md
    branches/cxx-conversion/gcc/config/mips/74k.md
    branches/cxx-conversion/gcc/config/mips/9000.md
    branches/cxx-conversion/gcc/config/mips/generic.md
    branches/cxx-conversion/gcc/config/mips/loongson2ef.md
    branches/cxx-conversion/gcc/config/mips/loongson3a.md
    branches/cxx-conversion/gcc/config/mips/mips-dsp.md
    branches/cxx-conversion/gcc/config/mips/mips.h
    branches/cxx-conversion/gcc/config/mips/mips.md
    branches/cxx-conversion/gcc/config/mips/mips.opt
    branches/cxx-conversion/gcc/config/mips/octeon.md
    branches/cxx-conversion/gcc/config/mips/sb1.md
    branches/cxx-conversion/gcc/config/mips/sr71k.md
    branches/cxx-conversion/gcc/config/mips/xlr.md
    branches/cxx-conversion/gcc/config/mn10300/mn10300.c
    branches/cxx-conversion/gcc/config/rl78/rl78.c
    branches/cxx-conversion/gcc/config/rs6000/altivec.md
    branches/cxx-conversion/gcc/config/rs6000/darwin.h
    branches/cxx-conversion/gcc/config/rs6000/rs6000-builtin.def
    branches/cxx-conversion/gcc/config/rs6000/rs6000.c
    branches/cxx-conversion/gcc/config/s390/s390-protos.h
    branches/cxx-conversion/gcc/config/s390/s390.c
    branches/cxx-conversion/gcc/config/s390/s390.md
    branches/cxx-conversion/gcc/config/sh/constraints.md
    branches/cxx-conversion/gcc/config/sh/predicates.md
    branches/cxx-conversion/gcc/config/sh/sh-protos.h
    branches/cxx-conversion/gcc/config/sh/sh.c
    branches/cxx-conversion/gcc/config/sh/sh.h
    branches/cxx-conversion/gcc/config/sh/sh.md
    branches/cxx-conversion/gcc/config/sh/sh.opt
    branches/cxx-conversion/gcc/config/sparc/sparc.c
    branches/cxx-conversion/gcc/config/sparc/t-sparc
    branches/cxx-conversion/gcc/config/spu/spu-builtins.def
    branches/cxx-conversion/gcc/config/spu/spu-builtins.md
    branches/cxx-conversion/gcc/config/spu/spu.c
    branches/cxx-conversion/gcc/config/spu/spu.md
    branches/cxx-conversion/gcc/config/spu/t-spu-elf
    branches/cxx-conversion/gcc/configure
    branches/cxx-conversion/gcc/configure.ac
    branches/cxx-conversion/gcc/coretypes.h
    branches/cxx-conversion/gcc/coverage.c
    branches/cxx-conversion/gcc/cp/ChangeLog
    branches/cxx-conversion/gcc/cp/Make-lang.in
    branches/cxx-conversion/gcc/cp/call.c
    branches/cxx-conversion/gcc/cp/class.c
    branches/cxx-conversion/gcc/cp/cp-tree.h
    branches/cxx-conversion/gcc/cp/cvt.c
    branches/cxx-conversion/gcc/cp/decl.c
    branches/cxx-conversion/gcc/cp/decl2.c
    branches/cxx-conversion/gcc/cp/dump.c
    branches/cxx-conversion/gcc/cp/error.c
    branches/cxx-conversion/gcc/cp/friend.c
    branches/cxx-conversion/gcc/cp/init.c
    branches/cxx-conversion/gcc/cp/method.c
    branches/cxx-conversion/gcc/cp/name-lookup.c
    branches/cxx-conversion/gcc/cp/optimize.c
    branches/cxx-conversion/gcc/cp/parser.c
    branches/cxx-conversion/gcc/cp/pt.c
    branches/cxx-conversion/gcc/cp/search.c
    branches/cxx-conversion/gcc/cp/semantics.c
    branches/cxx-conversion/gcc/cp/tree.c
    branches/cxx-conversion/gcc/cp/typeck.c
    branches/cxx-conversion/gcc/cppbuiltin.h
    branches/cxx-conversion/gcc/cprop.c
    branches/cxx-conversion/gcc/cse.c
    branches/cxx-conversion/gcc/cselib.c
    branches/cxx-conversion/gcc/dbgcnt.c
    branches/cxx-conversion/gcc/dce.c
    branches/cxx-conversion/gcc/df-core.c
    branches/cxx-conversion/gcc/df-problems.c
    branches/cxx-conversion/gcc/df-scan.c
    branches/cxx-conversion/gcc/doc/cfg.texi
    branches/cxx-conversion/gcc/doc/extend.texi
    branches/cxx-conversion/gcc/doc/install.texi
    branches/cxx-conversion/gcc/doc/invoke.texi
    branches/cxx-conversion/gcc/doc/md.texi
    branches/cxx-conversion/gcc/doc/tm.texi
    branches/cxx-conversion/gcc/doc/tm.texi.in
    branches/cxx-conversion/gcc/dojump.c
    branches/cxx-conversion/gcc/double-int.h
    branches/cxx-conversion/gcc/dse.c
    branches/cxx-conversion/gcc/dwarf2out.c
    branches/cxx-conversion/gcc/emit-rtl.c
    branches/cxx-conversion/gcc/except.c
    branches/cxx-conversion/gcc/expmed.c
    branches/cxx-conversion/gcc/expr.c
    branches/cxx-conversion/gcc/expr.h
    branches/cxx-conversion/gcc/final.c
    branches/cxx-conversion/gcc/flag-types.h
    branches/cxx-conversion/gcc/flags.h
    branches/cxx-conversion/gcc/fold-const.c
    branches/cxx-conversion/gcc/fortran/ChangeLog
    branches/cxx-conversion/gcc/fortran/Make-lang.in
    branches/cxx-conversion/gcc/fortran/arith.c
    branches/cxx-conversion/gcc/fortran/array.c
    branches/cxx-conversion/gcc/fortran/bbt.c
    branches/cxx-conversion/gcc/fortran/check.c
    branches/cxx-conversion/gcc/fortran/class.c
    branches/cxx-conversion/gcc/fortran/constructor.c
    branches/cxx-conversion/gcc/fortran/data.c
    branches/cxx-conversion/gcc/fortran/decl.c
    branches/cxx-conversion/gcc/fortran/dependency.c
    branches/cxx-conversion/gcc/fortran/dump-parse-tree.c
    branches/cxx-conversion/gcc/fortran/error.c
    branches/cxx-conversion/gcc/fortran/expr.c
    branches/cxx-conversion/gcc/fortran/f95-lang.c
    branches/cxx-conversion/gcc/fortran/frontend-passes.c
    branches/cxx-conversion/gcc/fortran/gfortran.h
    branches/cxx-conversion/gcc/fortran/interface.c
    branches/cxx-conversion/gcc/fortran/intrinsic.c
    branches/cxx-conversion/gcc/fortran/io.c
    branches/cxx-conversion/gcc/fortran/match.c
    branches/cxx-conversion/gcc/fortran/matchexp.c
    branches/cxx-conversion/gcc/fortran/misc.c
    branches/cxx-conversion/gcc/fortran/module.c
    branches/cxx-conversion/gcc/fortran/openmp.c
    branches/cxx-conversion/gcc/fortran/parse.c
    branches/cxx-conversion/gcc/fortran/primary.c
    branches/cxx-conversion/gcc/fortran/resolve.c
    branches/cxx-conversion/gcc/fortran/scanner.c
    branches/cxx-conversion/gcc/fortran/simplify.c
    branches/cxx-conversion/gcc/fortran/st.c
    branches/cxx-conversion/gcc/fortran/symbol.c
    branches/cxx-conversion/gcc/fortran/target-memory.c
    branches/cxx-conversion/gcc/fortran/trans-array.c
    branches/cxx-conversion/gcc/fortran/trans-expr.c
    branches/cxx-conversion/gcc/fortran/trans-intrinsic.c
    branches/cxx-conversion/gcc/fortran/trans.c
    branches/cxx-conversion/gcc/function.c
    branches/cxx-conversion/gcc/function.h
    branches/cxx-conversion/gcc/fwprop.c
    branches/cxx-conversion/gcc/gcse.c
    branches/cxx-conversion/gcc/gencodes.c
    branches/cxx-conversion/gcc/gengenrtl.c
    branches/cxx-conversion/gcc/gengtype.h
    branches/cxx-conversion/gcc/genopinit.c
    branches/cxx-conversion/gcc/genoutput.c
    branches/cxx-conversion/gcc/genpeep.c
    branches/cxx-conversion/gcc/gensupport.c
    branches/cxx-conversion/gcc/ggc.h
    branches/cxx-conversion/gcc/gimple-fold.c
    branches/cxx-conversion/gcc/gimple-fold.h
    branches/cxx-conversion/gcc/gimple-pretty-print.c
    branches/cxx-conversion/gcc/gimple-ssa-strength-reduction.c
    branches/cxx-conversion/gcc/gimple.c
    branches/cxx-conversion/gcc/gimple.h
    branches/cxx-conversion/gcc/gimplify.c
    branches/cxx-conversion/gcc/graphite-blocking.c
    branches/cxx-conversion/gcc/graphite-clast-to-gimple.c
    branches/cxx-conversion/gcc/graphite-clast-to-gimple.h
    branches/cxx-conversion/gcc/graphite-dependences.c
    branches/cxx-conversion/gcc/graphite-interchange.c
    branches/cxx-conversion/gcc/graphite-poly.c
    branches/cxx-conversion/gcc/graphite-poly.h
    branches/cxx-conversion/gcc/graphite-scop-detection.c
    branches/cxx-conversion/gcc/graphite-sese-to-poly.c
    branches/cxx-conversion/gcc/graphite.c
    branches/cxx-conversion/gcc/haifa-sched.c
    branches/cxx-conversion/gcc/hw-doloop.c
    branches/cxx-conversion/gcc/hwint.c
    branches/cxx-conversion/gcc/hwint.h
    branches/cxx-conversion/gcc/ifcvt.c
    branches/cxx-conversion/gcc/ipa-cp.c
    branches/cxx-conversion/gcc/ipa-inline-analysis.c
    branches/cxx-conversion/gcc/ipa-inline-transform.c
    branches/cxx-conversion/gcc/ipa-inline.c
    branches/cxx-conversion/gcc/ipa-prop.c
    branches/cxx-conversion/gcc/ipa-pure-const.c
    branches/cxx-conversion/gcc/ipa-reference.c
    branches/cxx-conversion/gcc/ipa-split.c
    branches/cxx-conversion/gcc/ipa-utils.c
    branches/cxx-conversion/gcc/ipa.c
    branches/cxx-conversion/gcc/ira-conflicts.c
    branches/cxx-conversion/gcc/ira-emit.c
    branches/cxx-conversion/gcc/ira.c
    branches/cxx-conversion/gcc/java/ChangeLog
    branches/cxx-conversion/gcc/java/Make-lang.in
    branches/cxx-conversion/gcc/java/class.c
    branches/cxx-conversion/gcc/java/decl.c
    branches/cxx-conversion/gcc/java/expr.c
    branches/cxx-conversion/gcc/java/java-gimplify.c
    branches/cxx-conversion/gcc/java/java-tree.h
    branches/cxx-conversion/gcc/java/jcf-io.c
    branches/cxx-conversion/gcc/java/jvgenmain.c
    branches/cxx-conversion/gcc/java/mangle.c
    branches/cxx-conversion/gcc/java/verify-impl.c
    branches/cxx-conversion/gcc/java/verify.h
    branches/cxx-conversion/gcc/jump.c
    branches/cxx-conversion/gcc/langhooks.h
    branches/cxx-conversion/gcc/lcm.c
    branches/cxx-conversion/gcc/loop-doloop.c
    branches/cxx-conversion/gcc/loop-init.c
    branches/cxx-conversion/gcc/loop-invariant.c
    branches/cxx-conversion/gcc/loop-iv.c
    branches/cxx-conversion/gcc/loop-unroll.c
    branches/cxx-conversion/gcc/loop-unswitch.c
    branches/cxx-conversion/gcc/lower-subreg.c
    branches/cxx-conversion/gcc/lto-section-out.c
    branches/cxx-conversion/gcc/lto-streamer-in.c
    branches/cxx-conversion/gcc/lto/ChangeLog
    branches/cxx-conversion/gcc/lto/Make-lang.in
    branches/cxx-conversion/gcc/lto/lto.c
    branches/cxx-conversion/gcc/matrix-reorg.c
    branches/cxx-conversion/gcc/mcf.c
    branches/cxx-conversion/gcc/mode-switching.c
    branches/cxx-conversion/gcc/modulo-sched.c
    branches/cxx-conversion/gcc/omega.c
    branches/cxx-conversion/gcc/omp-low.c
    branches/cxx-conversion/gcc/optabs.c
    branches/cxx-conversion/gcc/optabs.h
    branches/cxx-conversion/gcc/opts.c
    branches/cxx-conversion/gcc/passes.c
    branches/cxx-conversion/gcc/plugin.c
    branches/cxx-conversion/gcc/po/ChangeLog
    branches/cxx-conversion/gcc/po/be.po
    branches/cxx-conversion/gcc/po/da.po
    branches/cxx-conversion/gcc/po/de.po
    branches/cxx-conversion/gcc/po/el.po
    branches/cxx-conversion/gcc/po/es.po
    branches/cxx-conversion/gcc/po/fi.po
    branches/cxx-conversion/gcc/po/fr.po
    branches/cxx-conversion/gcc/po/id.po
    branches/cxx-conversion/gcc/po/ja.po
    branches/cxx-conversion/gcc/po/nl.po
    branches/cxx-conversion/gcc/po/ru.po
    branches/cxx-conversion/gcc/po/sr.po
    branches/cxx-conversion/gcc/po/sv.po
    branches/cxx-conversion/gcc/po/tr.po
    branches/cxx-conversion/gcc/po/vi.po
    branches/cxx-conversion/gcc/po/zh_CN.po
    branches/cxx-conversion/gcc/po/zh_TW.po
    branches/cxx-conversion/gcc/postreload-gcse.c
    branches/cxx-conversion/gcc/postreload.c
    branches/cxx-conversion/gcc/predict.c
    branches/cxx-conversion/gcc/print-rtl.c
    branches/cxx-conversion/gcc/print-tree.c
    branches/cxx-conversion/gcc/profile.c
    branches/cxx-conversion/gcc/recog.c
    branches/cxx-conversion/gcc/ree.c
    branches/cxx-conversion/gcc/reg-stack.c
    branches/cxx-conversion/gcc/regcprop.c
    branches/cxx-conversion/gcc/reginfo.c
    branches/cxx-conversion/gcc/regmove.c
    branches/cxx-conversion/gcc/regrename.c
    branches/cxx-conversion/gcc/regs.h
    branches/cxx-conversion/gcc/regset.h
    branches/cxx-conversion/gcc/regstat.c
    branches/cxx-conversion/gcc/reload1.c
    branches/cxx-conversion/gcc/reorg.c
    branches/cxx-conversion/gcc/rtl.h
    branches/cxx-conversion/gcc/rtlanal.c
    branches/cxx-conversion/gcc/sched-deps.c
    branches/cxx-conversion/gcc/sched-rgn.c
    branches/cxx-conversion/gcc/sched-vis.c
    branches/cxx-conversion/gcc/sel-sched-ir.c
    branches/cxx-conversion/gcc/sel-sched.c
    branches/cxx-conversion/gcc/statistics.c
    branches/cxx-conversion/gcc/stmt.c
    branches/cxx-conversion/gcc/store-motion.c
    branches/cxx-conversion/gcc/system.h
    branches/cxx-conversion/gcc/target.def
    branches/cxx-conversion/gcc/target.h
    branches/cxx-conversion/gcc/targhooks.c
    branches/cxx-conversion/gcc/targhooks.h
    branches/cxx-conversion/gcc/testsuite/ChangeLog
    branches/cxx-conversion/gcc/testsuite/g++.dg/abi/mangle3.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/defaulted21.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/implicit13.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/cpp0x/scoped_enum.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/debug/nullptr01.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/diagnostic/method1.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/other/packed1.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/other/ptrmem10.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/other/ptrmem11.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/parse/access8.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/parse/crash35.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/access7.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/inherit8.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/param1.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/sfinae10.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/sfinae6_neg.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/typedef11.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/using21.C
    branches/cxx-conversion/gcc/testsuite/g++.dg/template/using22.C
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/compile/20000326-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.dg/tree-ssa/pr36881.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon-combine-sub-abs-into-vabd.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon/vtrnf32.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon/vtrns32.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon/vtrnu32.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon/vzipf32.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon/vzips32.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/arm/neon/vzipu32.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/20011127-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-1-v10.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-1-v32.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-2i.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-2s.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-3i.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-3s.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-4i.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/cris/sync-4s.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/m68k/pr36134.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/octeon-pipe-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/mips/octeon2-pipe-1.c
    branches/cxx-conversion/gcc/testsuite/gcc.target/sh/pr51244-1.c
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/bind_c_procs.f03
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/bind_c_usage_13.f03
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/bind_c_usage_18.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/c_f_pointer_tests_3.f90
    branches/cxx-conversion/gcc/testsuite/gfortran.dg/interop_params.f03
    branches/cxx-conversion/gcc/toplev.c
    branches/cxx-conversion/gcc/tracer.c
    branches/cxx-conversion/gcc/trans-mem.c
    branches/cxx-conversion/gcc/tree-affine.c
    branches/cxx-conversion/gcc/tree-call-cdce.c
    branches/cxx-conversion/gcc/tree-cfg.c
    branches/cxx-conversion/gcc/tree-cfgcleanup.c
    branches/cxx-conversion/gcc/tree-chrec.c
    branches/cxx-conversion/gcc/tree-data-ref.c
    branches/cxx-conversion/gcc/tree-dfa.c
    branches/cxx-conversion/gcc/tree-diagnostic.c
    branches/cxx-conversion/gcc/tree-dump.c
    branches/cxx-conversion/gcc/tree-dump.h
    branches/cxx-conversion/gcc/tree-eh.c
    branches/cxx-conversion/gcc/tree-flow-inline.h
    branches/cxx-conversion/gcc/tree-flow.h
    branches/cxx-conversion/gcc/tree-if-conv.c
    branches/cxx-conversion/gcc/tree-inline.c
    branches/cxx-conversion/gcc/tree-inline.h
    branches/cxx-conversion/gcc/tree-into-ssa.c
    branches/cxx-conversion/gcc/tree-mudflap.c
    branches/cxx-conversion/gcc/tree-nrv.c
    branches/cxx-conversion/gcc/tree-object-size.c
    branches/cxx-conversion/gcc/tree-optimize.c
    branches/cxx-conversion/gcc/tree-outof-ssa.c
    branches/cxx-conversion/gcc/tree-pass.h
    branches/cxx-conversion/gcc/tree-predcom.c
    branches/cxx-conversion/gcc/tree-pretty-print.c
    branches/cxx-conversion/gcc/tree-profile.c
    branches/cxx-conversion/gcc/tree-scalar-evolution.c
    branches/cxx-conversion/gcc/tree-sra.c
    branches/cxx-conversion/gcc/tree-ssa-address.c
    branches/cxx-conversion/gcc/tree-ssa-alias.c
    branches/cxx-conversion/gcc/tree-ssa-alias.h
    branches/cxx-conversion/gcc/tree-ssa-ccp.c
    branches/cxx-conversion/gcc/tree-ssa-coalesce.c
    branches/cxx-conversion/gcc/tree-ssa-copy.c
    branches/cxx-conversion/gcc/tree-ssa-copyrename.c
    branches/cxx-conversion/gcc/tree-ssa-dce.c
    branches/cxx-conversion/gcc/tree-ssa-dom.c
    branches/cxx-conversion/gcc/tree-ssa-dse.c
    branches/cxx-conversion/gcc/tree-ssa-forwprop.c
    branches/cxx-conversion/gcc/tree-ssa-ifcombine.c
    branches/cxx-conversion/gcc/tree-ssa-live.c
    branches/cxx-conversion/gcc/tree-ssa-loop-ch.c
    branches/cxx-conversion/gcc/tree-ssa-loop-im.c
    branches/cxx-conversion/gcc/tree-ssa-loop-ivcanon.c
    branches/cxx-conversion/gcc/tree-ssa-loop-ivopts.c
    branches/cxx-conversion/gcc/tree-ssa-loop-manip.c
    branches/cxx-conversion/gcc/tree-ssa-loop-niter.c
    branches/cxx-conversion/gcc/tree-ssa-loop-prefetch.c
    branches/cxx-conversion/gcc/tree-ssa-loop-unswitch.c
    branches/cxx-conversion/gcc/tree-ssa-loop.c
    branches/cxx-conversion/gcc/tree-ssa-math-opts.c
    branches/cxx-conversion/gcc/tree-ssa-operands.c
    branches/cxx-conversion/gcc/tree-ssa-phiopt.c
    branches/cxx-conversion/gcc/tree-ssa-phiprop.c
    branches/cxx-conversion/gcc/tree-ssa-pre.c
    branches/cxx-conversion/gcc/tree-ssa-propagate.c
    branches/cxx-conversion/gcc/tree-ssa-reassoc.c
    branches/cxx-conversion/gcc/tree-ssa-sccvn.c
    branches/cxx-conversion/gcc/tree-ssa-sccvn.h
    branches/cxx-conversion/gcc/tree-ssa-sink.c
    branches/cxx-conversion/gcc/tree-ssa-structalias.c
    branches/cxx-conversion/gcc/tree-ssa-tail-merge.c
    branches/cxx-conversion/gcc/tree-ssa-ter.c
    branches/cxx-conversion/gcc/tree-ssa-threadedge.c
    branches/cxx-conversion/gcc/tree-ssa-threadupdate.c
    branches/cxx-conversion/gcc/tree-ssa-uncprop.c
    branches/cxx-conversion/gcc/tree-ssa-uninit.c
    branches/cxx-conversion/gcc/tree-ssa.c
    branches/cxx-conversion/gcc/tree-switch-conversion.c
    branches/cxx-conversion/gcc/tree-tailcall.c
    branches/cxx-conversion/gcc/tree-vect-data-refs.c
    branches/cxx-conversion/gcc/tree-vect-generic.c
    branches/cxx-conversion/gcc/tree-vect-loop-manip.c
    branches/cxx-conversion/gcc/tree-vect-loop.c
    branches/cxx-conversion/gcc/tree-vect-patterns.c
    branches/cxx-conversion/gcc/tree-vect-slp.c
    branches/cxx-conversion/gcc/tree-vect-stmts.c
    branches/cxx-conversion/gcc/tree-vectorizer.c
    branches/cxx-conversion/gcc/tree-vectorizer.h
    branches/cxx-conversion/gcc/tree-vrp.c
    branches/cxx-conversion/gcc/tree.c
    branches/cxx-conversion/gcc/tree.def
    branches/cxx-conversion/gcc/tree.h
    branches/cxx-conversion/gcc/value-prof.c
    branches/cxx-conversion/gcc/var-tracking.c
    branches/cxx-conversion/gcc/web.c
    branches/cxx-conversion/include/ChangeLog
    branches/cxx-conversion/include/filenames.h
    branches/cxx-conversion/libffi/ChangeLog
    branches/cxx-conversion/libffi/ChangeLog.libgcj
    branches/cxx-conversion/libffi/src/x86/ffitarget.h
    branches/cxx-conversion/libgcc/ChangeLog
    branches/cxx-conversion/libgcc/config.host
    branches/cxx-conversion/libgcc/config/i386/t-slibgcc-cygming
    branches/cxx-conversion/libgcc/config/t-darwin
    branches/cxx-conversion/libgcc/unwind-c.c
    branches/cxx-conversion/libgcc/unwind-generic.h
    branches/cxx-conversion/libgo/mksysinfo.sh
    branches/cxx-conversion/libgomp/ChangeLog
    branches/cxx-conversion/libgomp/config/linux/x86/futex.h
    branches/cxx-conversion/libgomp/libgomp.texi
    branches/cxx-conversion/libgomp/testsuite/libgomp.c/sort-1.c
    branches/cxx-conversion/libgomp/testsuite/libgomp.graphite/force-parallel-4.c
    branches/cxx-conversion/libgomp/testsuite/libgomp.graphite/force-parallel-5.c
    branches/cxx-conversion/libgomp/testsuite/libgomp.graphite/force-parallel-7.c
    branches/cxx-conversion/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
    branches/cxx-conversion/libiberty/ChangeLog
    branches/cxx-conversion/libiberty/cp-demangle.c
    branches/cxx-conversion/libiberty/filename_cmp.c
    branches/cxx-conversion/libiberty/testsuite/demangle-expected
    branches/cxx-conversion/libitm/ChangeLog
    branches/cxx-conversion/libitm/config/x86/target.h
    branches/cxx-conversion/libjava/ChangeLog
    branches/cxx-conversion/libjava/exception.cc
    branches/cxx-conversion/libjava/include/x86_64-signal.h
    branches/cxx-conversion/libjava/libgcj.ver
    branches/cxx-conversion/libmudflap/ChangeLog
    branches/cxx-conversion/libmudflap/testsuite/libmudflap.c++/c++frags.exp
    branches/cxx-conversion/libmudflap/testsuite/libmudflap.c++/ctors.exp
    branches/cxx-conversion/libmudflap/testsuite/libmudflap.c/cfrags.exp
    branches/cxx-conversion/libmudflap/testsuite/libmudflap.c/externs.exp
    branches/cxx-conversion/libmudflap/testsuite/libmudflap.c/fail11-frag.c
    branches/cxx-conversion/libmudflap/testsuite/libmudflap.c/fail12-frag.c
    branches/cxx-conversion/libmudflap/testsuite/libmudflap.cth/cthfrags.exp
    branches/cxx-conversion/libobjc/ChangeLog
    branches/cxx-conversion/libobjc/exception.c
    branches/cxx-conversion/maintainer-scripts/ChangeLog
    branches/cxx-conversion/maintainer-scripts/crontab
    branches/cxx-conversion/maintainer-scripts/update_version_svn

Propchange: branches/cxx-conversion/
            ('svn:mergeinfo' modified)

Propchange: branches/cxx-conversion/
            ('svnmerge-integrated' modified)



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