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

bviyer@gcc.gnu.org bviyer@gcc.gnu.org
Thu Jul 26 20:42:00 GMT 2012


Author: bviyer
Date: Thu Jul 26 20:41:57 2012
New Revision: 189895

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

Added:
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/cons/54025.cc
      - copied unchanged from r189888, trunk/libstdc++-v3/testsuite/20_util/duration/cons/54025.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/pair/noncopyable.cc
      - copied unchanged from r189888, trunk/libstdc++-v3/testsuite/20_util/pair/noncopyable.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc
      - copied unchanged from r189888, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc
      - copied unchanged from r189888, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc
      - copied unchanged from r189888, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc
      - copied unchanged from r189888, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/config/abi/pre/gnu.ver
    branches/cilkplus/libstdc++-v3/include/bits/hashtable.h
    branches/cilkplus/libstdc++-v3/include/std/chrono
    branches/cilkplus/libstdc++-v3/libsupc++/eh_personality.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/cons/constexpr.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/thread/adl.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/cfg-flags.def
      - copied unchanged from r189888, trunk/gcc/cfg-flags.def
    branches/cilkplus/gcc/config/i386/prfchwintrin.h
      - copied unchanged from r189888, trunk/gcc/config/i386/prfchwintrin.h
    branches/cilkplus/gcc/config/mips/xlp.md
      - copied unchanged from r189888, trunk/gcc/config/mips/xlp.md
    branches/cilkplus/gcc/config/v850/rtems.h
      - copied unchanged from r189888, trunk/gcc/config/v850/rtems.h
    branches/cilkplus/gcc/config/v850/t-rtems
      - copied unchanged from r189888, trunk/gcc/config/v850/t-rtems
    branches/cilkplus/gcc/optabs.def
      - copied unchanged from r189888, trunk/gcc/optabs.def
    branches/cilkplus/gcc/testsuite/c-c++-common/gomp/pr54017.c
      - copied unchanged from r189888, trunk/gcc/testsuite/c-c++-common/gomp/pr54017.c
    branches/cilkplus/gcc/testsuite/c-c++-common/pr28656.c
      - copied unchanged from r189888, trunk/gcc/testsuite/c-c++-common/pr28656.c
    branches/cilkplus/gcc/testsuite/c-c++-common/pr53633.c
      - copied unchanged from r189888, trunk/gcc/testsuite/c-c++-common/pr53633.c
    branches/cilkplus/gcc/testsuite/g++.dg/abi/mangle3-2.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/abi/mangle3-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-builtin2.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-builtin2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-const1.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-const1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-neg2.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-neg2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/sfinae37.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae37.C
    branches/cilkplus/gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C
    branches/cilkplus/gcc/testsuite/g++.dg/init/mutable1.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/init/mutable1.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/armv7m-1.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/other/armv7m-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/array7.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/other/array7.C
    branches/cilkplus/gcc/testsuite/g++.dg/overload/defarg6.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/overload/defarg6.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/enum9.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/parse/enum9.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/access23.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/template/access23.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/array23.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/template/array23.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/current-inst1.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/template/current-inst1.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr53970.C
      - copied unchanged from r189888, trunk/gcc/testsuite/g++.dg/torture/pr53970.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr38621.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.c-torture/compile/pr38621.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53881-1.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/pr53881-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53881-2.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/pr53881-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53942.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/pr53942.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr54098.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/torture/pr54098.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/alias-21.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-21.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/alias-22.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-22.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vrp72.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp72.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vrp73.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp73.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vrp74.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp74.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vrp75.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp75.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-1.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-10.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-10.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-11.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-11.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-12.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-12.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-13.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-13.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-14.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-14.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-15.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-15.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-16.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-16.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-17.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-17.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-18.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-18.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-19.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-19.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-2.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-3.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-4.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-5.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-6.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-6.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-7.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-7.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-8.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-8.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vdup-9.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/neon-vdup-9.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr54051.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/arm/pr54051.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-1ml.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-1ml.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-2ml.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-2ml.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-3ml.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-3ml.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-s-1ml.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-s-1ml.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-1ml.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-1ml.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-2ml.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-2ml.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-3ml.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-3ml.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-s-1ml.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-s-1ml.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/asm-dialect-1.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/i386/asm-dialect-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/prefetchw-1.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/i386/prefetchw-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/octeon-pop-2.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/mips/octeon-pop-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/unaligned-1.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/mips/unaligned-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr33135-1.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/sh/pr33135-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr33135-2.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/sh/pr33135-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr33135-3.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/sh/pr33135-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr33135-4.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gcc.target/sh/pr33135-4.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/array_constructor_38.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/array_constructor_38.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/array_constructor_39.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/array_constructor_39.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_1.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_1.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_10.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_10.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_11.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_11.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_12.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_12.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_1_c.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_1_c.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_2.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_2.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_3.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_3.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_4.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_4.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_5.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_5.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_6.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_6.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_7.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_7.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_8.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_8.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_8_c.c
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_8_c.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_rank_9.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/assumed_rank_9.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/bind_c_usage_26.f90
      - copied unchanged from r189888, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_26.f90
    branches/cilkplus/gcc/testsuite/gnat.dg/aggr20.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/aggr20.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/aggr20.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/aggr20.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/aggr20_pkg.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/aggr20_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/derived_type3.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/derived_type3.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/derived_type3_pkg.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/derived_type3_pkg.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/derived_type3_pkg.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/derived_type3_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/discr38.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/discr38.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/loop_optimization11.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/loop_optimization11.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/loop_optimization11_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/noreturn4.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/noreturn4.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/noreturn4.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/noreturn4.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/noreturn4_pkg.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/noreturn4_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/noreturn5.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/noreturn5.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/noreturn5.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/noreturn5.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/opt25.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/opt25.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/opt25_pkg1.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/opt25_pkg1.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/opt25_pkg1.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/opt25_pkg1.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/opt25_pkg2.adb
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/opt25_pkg2.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/opt25_pkg2.ads
      - copied unchanged from r189888, trunk/gcc/testsuite/gnat.dg/opt25_pkg2.ads
    branches/cilkplus/libgcc/config/i386/libgcc-cygming.ver
      - copied unchanged from r189888, trunk/libgcc/config/i386/libgcc-cygming.ver
    branches/cilkplus/libgcc/config/i386/t-seh-eh
      - copied unchanged from r189888, trunk/libgcc/config/i386/t-seh-eh
    branches/cilkplus/libgcc/unwind-seh.c
      - copied unchanged from r189888, trunk/libgcc/unwind-seh.c
Removed:
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53881.c
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/contrib/ChangeLog
    branches/cilkplus/contrib/testsuite-management/validate_failures.py
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/Makefile.in
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/a-cfdlli.ads
    branches/cilkplus/gcc/ada/a-cidlli.adb
    branches/cilkplus/gcc/ada/a-cihama.adb
    branches/cilkplus/gcc/ada/a-cihase.adb
    branches/cilkplus/gcc/ada/a-cimutr.adb
    branches/cilkplus/gcc/ada/a-ciorma.adb
    branches/cilkplus/gcc/ada/a-ciormu.adb
    branches/cilkplus/gcc/ada/a-ciorse.adb
    branches/cilkplus/gcc/ada/a-coinho.adb
    branches/cilkplus/gcc/ada/a-coinve.adb
    branches/cilkplus/gcc/ada/checks.adb
    branches/cilkplus/gcc/ada/exp_attr.adb
    branches/cilkplus/gcc/ada/exp_ch3.adb
    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_ch9.adb
    branches/cilkplus/gcc/ada/exp_disp.adb
    branches/cilkplus/gcc/ada/freeze.adb
    branches/cilkplus/gcc/ada/g-spitbo.adb
    branches/cilkplus/gcc/ada/g-spitbo.ads
    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/trans.c
    branches/cilkplus/gcc/ada/gcc-interface/utils2.c
    branches/cilkplus/gcc/ada/gnat_ugn.texi
    branches/cilkplus/gcc/ada/layout.adb
    branches/cilkplus/gcc/ada/par-ch13.adb
    branches/cilkplus/gcc/ada/par-ch6.adb
    branches/cilkplus/gcc/ada/par.adb
    branches/cilkplus/gcc/ada/par_sco.adb
    branches/cilkplus/gcc/ada/prj-nmsc.adb
    branches/cilkplus/gcc/ada/projects.texi
    branches/cilkplus/gcc/ada/s-atopri.adb
    branches/cilkplus/gcc/ada/s-atopri.ads
    branches/cilkplus/gcc/ada/s-tasinf-linux.ads
    branches/cilkplus/gcc/ada/sem.ads
    branches/cilkplus/gcc/ada/sem_attr.adb
    branches/cilkplus/gcc/ada/sem_ch12.adb
    branches/cilkplus/gcc/ada/sem_ch13.adb
    branches/cilkplus/gcc/ada/sem_ch4.adb
    branches/cilkplus/gcc/ada/sem_ch5.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_prag.adb
    branches/cilkplus/gcc/ada/sem_res.adb
    branches/cilkplus/gcc/ada/sem_util.adb
    branches/cilkplus/gcc/ada/switch-m.adb
    branches/cilkplus/gcc/ada/system-aix.ads
    branches/cilkplus/gcc/ada/system-aix64.ads
    branches/cilkplus/gcc/ada/system-darwin-ppc.ads
    branches/cilkplus/gcc/ada/system-darwin-x86.ads
    branches/cilkplus/gcc/ada/system-darwin-x86_64.ads
    branches/cilkplus/gcc/ada/system-freebsd-x86.ads
    branches/cilkplus/gcc/ada/system-freebsd-x86_64.ads
    branches/cilkplus/gcc/ada/system-hpux-ia64.ads
    branches/cilkplus/gcc/ada/system-hpux.ads
    branches/cilkplus/gcc/ada/system-linux-alpha.ads
    branches/cilkplus/gcc/ada/system-linux-hppa.ads
    branches/cilkplus/gcc/ada/system-linux-ia64.ads
    branches/cilkplus/gcc/ada/system-linux-ppc.ads
    branches/cilkplus/gcc/ada/system-linux-s390.ads
    branches/cilkplus/gcc/ada/system-linux-s390x.ads
    branches/cilkplus/gcc/ada/system-linux-sh4.ads
    branches/cilkplus/gcc/ada/system-linux-sparc.ads
    branches/cilkplus/gcc/ada/system-linux-x86.ads
    branches/cilkplus/gcc/ada/system-linux-x86_64.ads
    branches/cilkplus/gcc/ada/system-lynxos-ppc.ads
    branches/cilkplus/gcc/ada/system-lynxos-x86.ads
    branches/cilkplus/gcc/ada/system-mingw-x86_64.ads
    branches/cilkplus/gcc/ada/system-mingw.ads
    branches/cilkplus/gcc/ada/system-solaris-sparc.ads
    branches/cilkplus/gcc/ada/system-solaris-sparcv9.ads
    branches/cilkplus/gcc/ada/system-solaris-x86.ads
    branches/cilkplus/gcc/ada/system-solaris-x86_64.ads
    branches/cilkplus/gcc/ada/system-vms-ia64.ads
    branches/cilkplus/gcc/ada/system-vms_64.ads
    branches/cilkplus/gcc/ada/system-vxworks-arm.ads
    branches/cilkplus/gcc/ada/system-vxworks-m68k.ads
    branches/cilkplus/gcc/ada/system-vxworks-mips.ads
    branches/cilkplus/gcc/ada/system-vxworks-ppc.ads
    branches/cilkplus/gcc/ada/system-vxworks-sparcv9.ads
    branches/cilkplus/gcc/ada/system-vxworks-x86.ads
    branches/cilkplus/gcc/ada/targparm.adb
    branches/cilkplus/gcc/ada/targparm.ads
    branches/cilkplus/gcc/ada/uintp.adb
    branches/cilkplus/gcc/alloc-pool.c
    branches/cilkplus/gcc/basic-block.h
    branches/cilkplus/gcc/bitmap.c
    branches/cilkplus/gcc/bitmap.h
    branches/cilkplus/gcc/bt-load.c
    branches/cilkplus/gcc/builtins.c
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-common.c
    branches/cilkplus/gcc/c/ChangeLog
    branches/cilkplus/gcc/c/c-lang.h
    branches/cilkplus/gcc/cfg.c
    branches/cilkplus/gcc/cfganal.c
    branches/cilkplus/gcc/cfgexpand.c
    branches/cilkplus/gcc/cfghooks.c
    branches/cilkplus/gcc/cfghooks.h
    branches/cilkplus/gcc/cfgrtl.c
    branches/cilkplus/gcc/common.opt
    branches/cilkplus/gcc/common/config/i386/i386-common.c
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config/arm/arm-cores.def
    branches/cilkplus/gcc/config/arm/arm-protos.h
    branches/cilkplus/gcc/config/arm/arm.c
    branches/cilkplus/gcc/config/arm/arm.md
    branches/cilkplus/gcc/config/arm/bpabi.h
    branches/cilkplus/gcc/config/arm/neon.md
    branches/cilkplus/gcc/config/arm/neon.ml
    branches/cilkplus/gcc/config/arm/vfp.md
    branches/cilkplus/gcc/config/avr/avr.c
    branches/cilkplus/gcc/config/cris/cris.c
    branches/cilkplus/gcc/config/cris/cris.h
    branches/cilkplus/gcc/config/epiphany/epiphany.h
    branches/cilkplus/gcc/config/frv/frv-protos.h
    branches/cilkplus/gcc/config/frv/frv.c
    branches/cilkplus/gcc/config/h8300/h8300.h
    branches/cilkplus/gcc/config/i386/constraints.md
    branches/cilkplus/gcc/config/i386/cpuid.h
    branches/cilkplus/gcc/config/i386/cygming.h
    branches/cilkplus/gcc/config/i386/driver-i386.c
    branches/cilkplus/gcc/config/i386/i386-c.c
    branches/cilkplus/gcc/config/i386/i386-protos.h
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/i386.h
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/i386/i386.opt
    branches/cilkplus/gcc/config/i386/lzcntintrin.h
    branches/cilkplus/gcc/config/i386/mm3dnow.h
    branches/cilkplus/gcc/config/i386/predicates.md
    branches/cilkplus/gcc/config/i386/winnt.c
    branches/cilkplus/gcc/config/i386/x86intrin.h
    branches/cilkplus/gcc/config/ia64/ia64-protos.h
    branches/cilkplus/gcc/config/ia64/ia64.c
    branches/cilkplus/gcc/config/ia64/vect.md
    branches/cilkplus/gcc/config/linux.h
    branches/cilkplus/gcc/config/mcore/mcore.c
    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-protos.h
    branches/cilkplus/gcc/config/mips/mips.c
    branches/cilkplus/gcc/config/mips/mips.h
    branches/cilkplus/gcc/config/mips/mips.md
    branches/cilkplus/gcc/config/mips/mips.opt
    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/sync.md
    branches/cilkplus/gcc/config/mips/xlr.md
    branches/cilkplus/gcc/config/mn10300/mn10300.h
    branches/cilkplus/gcc/config/rl78/rl78.c
    branches/cilkplus/gcc/config/rs6000/constraints.md
    branches/cilkplus/gcc/config/rs6000/power4.md
    branches/cilkplus/gcc/config/rs6000/predicates.md
    branches/cilkplus/gcc/config/rs6000/rs6000-protos.h
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/rs6000/rs6000.h
    branches/cilkplus/gcc/config/rs6000/rs6000.md
    branches/cilkplus/gcc/config/rx/rx.c
    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/sh/sh.opt
    branches/cilkplus/gcc/config/sparc/sparc.md
    branches/cilkplus/gcc/config/spu/spu.c
    branches/cilkplus/gcc/config/v850/v850.h
    branches/cilkplus/gcc/config/v850/v850.md
    branches/cilkplus/gcc/config/vax/vax.h
    branches/cilkplus/gcc/config/vax/vax.md
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/coretypes.h
    branches/cilkplus/gcc/coverage.c
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/class.c
    branches/cilkplus/gcc/cp/cp-tree.h
    branches/cilkplus/gcc/cp/decl.c
    branches/cilkplus/gcc/cp/friend.c
    branches/cilkplus/gcc/cp/init.c
    branches/cilkplus/gcc/cp/lex.c
    branches/cilkplus/gcc/cp/method.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/defaults.h
    branches/cilkplus/gcc/doc/gcov.texi
    branches/cilkplus/gcc/doc/invoke.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/dumpfile.h
    branches/cilkplus/gcc/dwarf2out.c
    branches/cilkplus/gcc/ebitmap.c
    branches/cilkplus/gcc/expr.c
    branches/cilkplus/gcc/final.c
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/arith.c
    branches/cilkplus/gcc/fortran/array.c
    branches/cilkplus/gcc/fortran/check.c
    branches/cilkplus/gcc/fortran/class.c
    branches/cilkplus/gcc/fortran/data.c
    branches/cilkplus/gcc/fortran/decl.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/gfortran.h
    branches/cilkplus/gcc/fortran/interface.c
    branches/cilkplus/gcc/fortran/intrinsic.c
    branches/cilkplus/gcc/fortran/intrinsic.texi
    branches/cilkplus/gcc/fortran/io.c
    branches/cilkplus/gcc/fortran/iso-c-binding.def
    branches/cilkplus/gcc/fortran/match.c
    branches/cilkplus/gcc/fortran/module.c
    branches/cilkplus/gcc/fortran/parse.c
    branches/cilkplus/gcc/fortran/primary.c
    branches/cilkplus/gcc/fortran/resolve.c
    branches/cilkplus/gcc/fortran/simplify.c
    branches/cilkplus/gcc/fortran/symbol.c
    branches/cilkplus/gcc/fortran/trans-array.c
    branches/cilkplus/gcc/fortran/trans-array.h
    branches/cilkplus/gcc/fortran/trans-decl.c
    branches/cilkplus/gcc/fortran/trans-expr.c
    branches/cilkplus/gcc/fortran/trans-intrinsic.c
    branches/cilkplus/gcc/fortran/trans-types.c
    branches/cilkplus/gcc/fortran/trans-types.h
    branches/cilkplus/gcc/fortran/trans.h
    branches/cilkplus/gcc/function.c
    branches/cilkplus/gcc/function.h
    branches/cilkplus/gcc/gcov-io.h
    branches/cilkplus/gcc/gcov.c
    branches/cilkplus/gcc/gcse.c
    branches/cilkplus/gcc/genopinit.c
    branches/cilkplus/gcc/ggc-common.c
    branches/cilkplus/gcc/ggc-internal.h
    branches/cilkplus/gcc/ggc-page.c
    branches/cilkplus/gcc/ggc-zone.c
    branches/cilkplus/gcc/ggc.h
    branches/cilkplus/gcc/gimple-fold.c
    branches/cilkplus/gcc/gimple-low.c
    branches/cilkplus/gcc/gimple-pretty-print.c
    branches/cilkplus/gcc/gimple-ssa-strength-reduction.c
    branches/cilkplus/gcc/gimple.c
    branches/cilkplus/gcc/gimple.h
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/go/ChangeLog
    branches/cilkplus/gcc/go/go-lang.c
    branches/cilkplus/gcc/graphite-poly.c
    branches/cilkplus/gcc/ifcvt.c
    branches/cilkplus/gcc/ipa-pure-const.c
    branches/cilkplus/gcc/lcm.c
    branches/cilkplus/gcc/libfuncs.h
    branches/cilkplus/gcc/loop-invariant.c
    branches/cilkplus/gcc/lto-streamer-in.c
    branches/cilkplus/gcc/lto-streamer-out.c
    branches/cilkplus/gcc/lto/ChangeLog
    branches/cilkplus/gcc/lto/lto-tree.h
    branches/cilkplus/gcc/mode-switching.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/pretty-print.c
    branches/cilkplus/gcc/profile.c
    branches/cilkplus/gcc/rtl.c
    branches/cilkplus/gcc/rtl.h
    branches/cilkplus/gcc/sbitmap.c
    branches/cilkplus/gcc/sbitmap.h
    branches/cilkplus/gcc/sched-rgn.c
    branches/cilkplus/gcc/sched-vis.c
    branches/cilkplus/gcc/sparseset.h
    branches/cilkplus/gcc/statistics.h
    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/abi/mangle3.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-object1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/inline-ns2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/nullptr21.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/range-for14.C
    branches/cilkplus/gcc/testsuite/g++.dg/debug/nullptr01.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/ambig1.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/ambig2.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/ambig3.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/ambig4.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/ambig5.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/crash3.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/strong-using-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/using16.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/using17.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/using18.C
    branches/cilkplus/gcc/testsuite/g++.dg/lookup/using20.C
    branches/cilkplus/gcc/testsuite/g++.dg/lto/pr51992_0.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/i386-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/i386-3.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/ambig4.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/ambig6.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/crash22.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/crash35.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/crash53.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/non-dependent2.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/access7.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash92.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/defarg6.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/inherit8.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/injected1.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/overload10.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/sfinae10.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/sfinae6_neg.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/using21.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/using22.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.bugs/900519_13.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.jason/overload20.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.martin/ambig1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.martin/typedef2.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.mike/pmf3.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.oliva/overload1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.other/ambig1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.other/lineno2.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/crash58.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/koenig1.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.pt/overload5.C
    branches/cilkplus/gcc/testsuite/g++.old-deja/g++.warn/impint.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/stackalign/builtin-apply-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/20031021-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr18133-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vector-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-combine-sub-abs-into-vabd.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/vld1Q_dups64.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/vld1Q_dupu64.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/vfp-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-1a.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-2a.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-i-3a.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-s-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-op-s-1a.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-1a.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-2a.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-i-3a.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-s-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/cris/torture/sync-mis-xchg-s-1a.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse-12.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse-14.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/cilkplus/gcc/testsuite/gcc.target/m68k/pr36134.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/assumed_type_3.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/bind_c_array_params.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/bind_c_procs.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/bind_c_usage_13.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/bind_c_usage_18.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/contiguous_1.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/interop_params.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/proc_ptr_32.f90
    branches/cilkplus/gcc/testsuite/lib/gcc-dg.exp
    branches/cilkplus/gcc/testsuite/lib/target-supports.exp
    branches/cilkplus/gcc/tracer.c
    branches/cilkplus/gcc/trans-mem.c
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-cfgcleanup.c
    branches/cilkplus/gcc/tree-dfa.c
    branches/cilkplus/gcc/tree-flow.h
    branches/cilkplus/gcc/tree-if-conv.c
    branches/cilkplus/gcc/tree-inline.c
    branches/cilkplus/gcc/tree-loop-distribution.c
    branches/cilkplus/gcc/tree-nested.c
    branches/cilkplus/gcc/tree-phinodes.c
    branches/cilkplus/gcc/tree-profile.c
    branches/cilkplus/gcc/tree-ssa-alias.c
    branches/cilkplus/gcc/tree-ssa-ccp.c
    branches/cilkplus/gcc/tree-ssa-forwprop.c
    branches/cilkplus/gcc/tree-ssa-pre.c
    branches/cilkplus/gcc/tree-ssa-structalias.c
    branches/cilkplus/gcc/tree-ssa.c
    branches/cilkplus/gcc/tree-ssanames.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.h
    branches/cilkplus/gcc/tree-vrp.c
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/value-prof.c
    branches/cilkplus/gcc/vec.c
    branches/cilkplus/gcc/vec.h
    branches/cilkplus/libffi/ChangeLog
    branches/cilkplus/libffi/ChangeLog.libgcj
    branches/cilkplus/libffi/src/x86/ffitarget.h
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/config.host
    branches/cilkplus/libgcc/config/i386/t-slibgcc-cygming
    branches/cilkplus/libgcc/libgcov.c
    branches/cilkplus/libgcc/unwind-c.c
    branches/cilkplus/libgcc/unwind-generic.h
    branches/cilkplus/libgfortran/ChangeLog
    branches/cilkplus/libgfortran/io/list_read.c
    branches/cilkplus/libgo/Makefile.am
    branches/cilkplus/libgo/Makefile.in
    branches/cilkplus/libgo/go/runtime/pprof/pprof_test.go
    branches/cilkplus/libgo/runtime/go-new-map.c
    branches/cilkplus/libgo/runtime/go-signal.c
    branches/cilkplus/libgo/runtime/proc.c
    branches/cilkplus/libgo/runtime/runtime.h
    branches/cilkplus/libiberty/ChangeLog
    branches/cilkplus/libiberty/cp-demangle.c
    branches/cilkplus/libiberty/testsuite/demangle-expected
    branches/cilkplus/libjava/ChangeLog
    branches/cilkplus/libjava/exception.cc
    branches/cilkplus/libjava/include/x86_64-signal.h
    branches/cilkplus/libjava/libgcj.ver
    branches/cilkplus/libobjc/ChangeLog
    branches/cilkplus/libobjc/exception.c

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




More information about the Libstdc++-cvs mailing list