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]

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


Author: bviyer
Date: Tue Mar 26 03:35:49 2013
New Revision: 197081

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

Added:
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc
      - copied unchanged from r197045, trunk/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc
      - copied unchanged from r197045, trunk/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/map/56613.cc
      - copied unchanged from r197045, trunk/libstdc++-v3/testsuite/23_containers/map/56613.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc
      - copied unchanged from r197045, trunk/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc
      - copied unchanged from r197045, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/debug_allocator/56170.cc
      - copied unchanged from r197045, trunk/libstdc++-v3/testsuite/ext/debug_allocator/56170.cc
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/config.h.in
    branches/cilkplus/libstdc++-v3/configure
    branches/cilkplus/libstdc++-v3/configure.ac
    branches/cilkplus/libstdc++-v3/include/bits/deque.tcc
    branches/cilkplus/libstdc++-v3/include/bits/stl_list.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_tree.h
    branches/cilkplus/libstdc++-v3/include/bits/stl_vector.h
    branches/cilkplus/libstdc++-v3/include/ext/debug_allocator.h
    branches/cilkplus/libstdc++-v3/include/std/chrono
    branches/cilkplus/libstdc++-v3/include/std/future
    branches/cilkplus/libstdc++-v3/include/std/mutex
    branches/cilkplus/libstdc++-v3/libsupc++/eh_catch.cc
    branches/cilkplus/libstdc++-v3/libsupc++/eh_throw.cc
    branches/cilkplus/libstdc++-v3/libsupc++/exception_ptr.h
    branches/cilkplus/libstdc++-v3/libsupc++/unwind-cxx.h
    branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc   (props changed)
    branches/cilkplus/libstdc++-v3/testsuite/18_support/50594.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/equal.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/equal.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/equal.cc
    branches/cilkplus/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/not_equal.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/modifiers/1.h
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/set/requirements/exception/basic.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc
    branches/cilkplus/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc
    branches/cilkplus/libstdc++-v3/testsuite/lib/dg-options.exp

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/testsuite/c-c++-common/pr56566.c
      - copied unchanged from r197045, trunk/gcc/testsuite/c-c++-common/pr56566.c
    branches/cilkplus/gcc/testsuite/c-c++-common/pr56607.c
      - copied unchanged from r197045, trunk/gcc/testsuite/c-c++-common/pr56607.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-array5.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array5.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-static11.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-static11.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-template4.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-template4.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-template5.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-template5.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/decltype-call1.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/decltype-call1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv8.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv8.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg4.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg4.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mutable2.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mutable2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi3.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi3.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-sfinae1.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-sfinae1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-shadow1.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-shadow1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this13.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this13.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this9.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this9.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/nsdmi-local.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-local.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/rv-copy1.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/rv-copy1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/trailing8.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/trailing8.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/trailing9.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/cpp0x/trailing9.C
    branches/cilkplus/gcc/testsuite/g++.dg/diagnostic/variadic1.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/diagnostic/variadic1.C
    branches/cilkplus/gcc/testsuite/g++.dg/eh/anon1.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/eh/anon1.C
    branches/cilkplus/gcc/testsuite/g++.dg/eh/anon1a.cc
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/eh/anon1a.cc
    branches/cilkplus/gcc/testsuite/g++.dg/eh/anon2.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/eh/anon2.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/vector21.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/ext/vector21.C
    branches/cilkplus/gcc/testsuite/g++.dg/ipa/devirt-12.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/ipa/devirt-12.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/abstract5.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/other/abstract5.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/abstract-dr337.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/template/abstract-dr337.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/access26.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/template/access26.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/arrow2.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/template/arrow2.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/const6.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/template/const6.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/friend54.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/template/friend54.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/sfinae-dr657.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/template/sfinae-dr657.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr56635.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/torture/pr56635.C
    branches/cilkplus/gcc/testsuite/g++.dg/tree-ssa/ssa-dom.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/tree-ssa/ssa-dom.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wdiv-by-zero-2.C
      - copied unchanged from r197045, trunk/gcc/testsuite/g++.dg/warn/Wdiv-by-zero-2.C
    branches/cilkplus/gcc/testsuite/gcc.dg/pr56355-1.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.dg/pr56355-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr56661.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.dg/torture/pr56661.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr56689.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.dg/torture/pr56689.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/extr.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/aarch64/extr.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/movk.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/aarch64/movk.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/ror.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/aarch64/ror.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/sbc.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/aarch64/sbc.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-for-64bits-1.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/arm/neon-for-64bits-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-for-64bits-2.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/arm/neon-for-64bits-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vcond-gt.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/arm/neon-vcond-gt.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vcond-ltgt.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/arm/neon-vcond-ltgt.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon-vcond-unordered.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/arm/neon-vcond-unordered.c
    branches/cilkplus/gcc/testsuite/gcc.target/powerpc/mmfpgpr.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/powerpc/mmfpgpr.c
    branches/cilkplus/gcc/testsuite/gcc.target/powerpc/pr56605.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/powerpc/pr56605.c
    branches/cilkplus/gcc/testsuite/gcc.target/powerpc/sd-pwr6.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/powerpc/sd-pwr6.c
    branches/cilkplus/gcc/testsuite/gcc.target/powerpc/sd-vsx.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/powerpc/sd-vsx.c
    branches/cilkplus/gcc/testsuite/gcc.target/powerpc/vsx-float0.c
      - copied unchanged from r197045, trunk/gcc/testsuite/gcc.target/powerpc/vsx-float0.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/eof_5.f90
      - copied unchanged from r197045, trunk/gcc/testsuite/gfortran.dg/eof_5.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/namelist_77.f90
      - copied unchanged from r197045, trunk/gcc/testsuite/gfortran.dg/namelist_77.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/namelist_78.f90
      - copied unchanged from r197045, trunk/gcc/testsuite/gfortran.dg/namelist_78.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/open_negative_unit_1.f90
      - copied unchanged from r197045, trunk/gcc/testsuite/gfortran.dg/open_negative_unit_1.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/transfer_intrinsic_5.f90
      - copied unchanged from r197045, trunk/gcc/testsuite/gfortran.dg/transfer_intrinsic_5.f90
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/contrib/ChangeLog
    branches/cilkplus/contrib/gennews
    branches/cilkplus/gcc/BASE-VER
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/gnatvsn.ads
    branches/cilkplus/gcc/ada/i-fortra.ads
    branches/cilkplus/gcc/c/ChangeLog
    branches/cilkplus/gcc/c/c-objc-common.c
    branches/cilkplus/gcc/calls.c
    branches/cilkplus/gcc/cfgexpand.c
    branches/cilkplus/gcc/cfgloop.c
    branches/cilkplus/gcc/cgraph.c
    branches/cilkplus/gcc/cgraph.h
    branches/cilkplus/gcc/cgraphbuild.c
    branches/cilkplus/gcc/combine.c
    branches/cilkplus/gcc/config.in
    branches/cilkplus/gcc/config/aarch64/aarch64-elf.h
    branches/cilkplus/gcc/config/aarch64/aarch64-simd.md
    branches/cilkplus/gcc/config/aarch64/aarch64.c
    branches/cilkplus/gcc/config/aarch64/aarch64.md
    branches/cilkplus/gcc/config/alpha/alpha.c
    branches/cilkplus/gcc/config/arm/arm-protos.h
    branches/cilkplus/gcc/config/arm/arm.c
    branches/cilkplus/gcc/config/arm/arm.h
    branches/cilkplus/gcc/config/arm/arm.md
    branches/cilkplus/gcc/config/arm/arm.opt
    branches/cilkplus/gcc/config/arm/iterators.md
    branches/cilkplus/gcc/config/arm/neon.md
    branches/cilkplus/gcc/config/avr/avr.c
    branches/cilkplus/gcc/config/bfin/bfin.c
    branches/cilkplus/gcc/config/c6x/c6x.c
    branches/cilkplus/gcc/config/epiphany/epiphany.c
    branches/cilkplus/gcc/config/frv/frv.c
    branches/cilkplus/gcc/config/i386/constraints.md
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/i386/mmx.md
    branches/cilkplus/gcc/config/i386/predicates.md
    branches/cilkplus/gcc/config/ia64/ia64.c
    branches/cilkplus/gcc/config/iq2000/iq2000.c
    branches/cilkplus/gcc/config/mcore/mcore.c
    branches/cilkplus/gcc/config/mep/mep.c
    branches/cilkplus/gcc/config/mips/constraints.md
    branches/cilkplus/gcc/config/mips/micromips.md
    branches/cilkplus/gcc/config/mips/mips-cpus.def
    branches/cilkplus/gcc/config/mips/mips-protos.h
    branches/cilkplus/gcc/config/mips/mips-tables.opt
    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/predicates.md
    branches/cilkplus/gcc/config/mips/sync.md
    branches/cilkplus/gcc/config/mips/t-sde
    branches/cilkplus/gcc/config/mmix/mmix.c
    branches/cilkplus/gcc/config/mn10300/mn10300.c
    branches/cilkplus/gcc/config/pa/pa.c
    branches/cilkplus/gcc/config/rs6000/constraints.md
    branches/cilkplus/gcc/config/rs6000/dfp.md
    branches/cilkplus/gcc/config/rs6000/predicates.md
    branches/cilkplus/gcc/config/rs6000/rs6000-cpus.def
    branches/cilkplus/gcc/config/rs6000/rs6000-modes.def
    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/rs6000/rs6000.opt
    branches/cilkplus/gcc/config/rs6000/vector.md
    branches/cilkplus/gcc/config/rs6000/vsx.md
    branches/cilkplus/gcc/config/s390/s390.c
    branches/cilkplus/gcc/config/sol2.c
    branches/cilkplus/gcc/config/sparc/sparc.c
    branches/cilkplus/gcc/config/sparc/sparc.md
    branches/cilkplus/gcc/config/spu/spu.c
    branches/cilkplus/gcc/config/stormy16/stormy16.c
    branches/cilkplus/gcc/config/tilegx/sync.md
    branches/cilkplus/gcc/config/v850/v850.c
    branches/cilkplus/gcc/config/xtensa/xtensa.c
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    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/decl2.c
    branches/cilkplus/gcc/cp/error.c
    branches/cilkplus/gcc/cp/except.c
    branches/cilkplus/gcc/cp/expr.c
    branches/cilkplus/gcc/cp/init.c
    branches/cilkplus/gcc/cp/mangle.c
    branches/cilkplus/gcc/cp/method.c
    branches/cilkplus/gcc/cp/name-lookup.c
    branches/cilkplus/gcc/cp/name-lookup.h
    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/cp/typeck2.c
    branches/cilkplus/gcc/df-core.c
    branches/cilkplus/gcc/df-scan.c
    branches/cilkplus/gcc/df.h
    branches/cilkplus/gcc/diagnostic.c
    branches/cilkplus/gcc/diagnostic.def
    branches/cilkplus/gcc/diagnostic.h
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/doc/md.texi
    branches/cilkplus/gcc/domwalk.c
    branches/cilkplus/gcc/dwarf2out.c
    branches/cilkplus/gcc/emit-rtl.c
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/gfortran.h
    branches/cilkplus/gcc/fortran/invoke.texi
    branches/cilkplus/gcc/fortran/lang.opt
    branches/cilkplus/gcc/fortran/options.c
    branches/cilkplus/gcc/fortran/parse.c
    branches/cilkplus/gcc/fortran/resolve.c
    branches/cilkplus/gcc/fortran/trans-decl.c
    branches/cilkplus/gcc/fortran/trans-intrinsic.c
    branches/cilkplus/gcc/fortran/trans-types.c
    branches/cilkplus/gcc/function.c
    branches/cilkplus/gcc/gcse.c
    branches/cilkplus/gcc/gimple.h
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/graph.c
    branches/cilkplus/gcc/hw-doloop.c
    branches/cilkplus/gcc/ipa-cp.c
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/is-a.h
    branches/cilkplus/gcc/java/ChangeLog
    branches/cilkplus/gcc/java/lang.c
    branches/cilkplus/gcc/langhooks.h
    branches/cilkplus/gcc/loop-iv.c
    branches/cilkplus/gcc/params.def
    branches/cilkplus/gcc/passes.c
    branches/cilkplus/gcc/po/ChangeLog
    branches/cilkplus/gcc/po/gcc.pot
    branches/cilkplus/gcc/po/sv.po
    branches/cilkplus/gcc/postreload.c
    branches/cilkplus/gcc/resource.c
    branches/cilkplus/gcc/rtl.h
    branches/cilkplus/gcc/simplify-rtx.c
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/c-c++-common/uninit-17.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/initlist40.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/typename7.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/20121105-1.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
    branches/cilkplus/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr55579.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/vect-outer-3a-big-array.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/vect-outer-3a.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-compile.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fp-compile.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fp.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect-fp.x
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect.c
    branches/cilkplus/gcc/testsuite/gcc.target/aarch64/vect.x
    branches/cilkplus/gcc/testsuite/gcc.target/i386/movti.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr20020-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr20020-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr20020-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr22152.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr53425-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr53425-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr53907.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr55093.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/mips.exp
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-constraints-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-constraints-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-6.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-7.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-8.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-lwp-swp-volatile.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-movep-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-movep-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-save-restore-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-save-restore-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-save-restore-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-swp-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-swp-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-swp-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-swp-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-swp-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-swp-6.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/umips-swp-7.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/do_1.f90
    branches/cilkplus/gcc/toplev.c
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-complex.c
    branches/cilkplus/gcc/tree-data-ref.c
    branches/cilkplus/gcc/tree-data-ref.h
    branches/cilkplus/gcc/tree-diagnostic.c
    branches/cilkplus/gcc/tree-inline.c
    branches/cilkplus/gcc/tree-pass.h
    branches/cilkplus/gcc/tree-sra.c
    branches/cilkplus/gcc/tree-ssa-alias.c
    branches/cilkplus/gcc/tree-ssa-dom.c
    branches/cilkplus/gcc/tree-ssa-live.c
    branches/cilkplus/gcc/tree-ssa-loop-im.c
    branches/cilkplus/gcc/tree-ssa-loop-manip.c
    branches/cilkplus/gcc/tree-ssa-loop.c
    branches/cilkplus/gcc/tree-ssa-sccvn.c
    branches/cilkplus/gcc/tree-ssa-structalias.c
    branches/cilkplus/gcc/tree-streamer-in.c
    branches/cilkplus/gcc/tree-streamer-out.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-slp.c
    branches/cilkplus/gcc/tree-vectorizer.c
    branches/cilkplus/gcc/tree-vectorizer.h
    branches/cilkplus/gcc/tree-vrp.c
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/var-tracking.c
    branches/cilkplus/libatomic/gcas.c
    branches/cilkplus/libatomic/gexch.c
    branches/cilkplus/libatomic/gload.c
    branches/cilkplus/libatomic/gstore.c
    branches/cilkplus/libcpp/po/ChangeLog
    branches/cilkplus/libcpp/po/cpplib.pot
    branches/cilkplus/libffi/ChangeLog
    branches/cilkplus/libffi/src/x86/win64.S
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/config/mips/crtn.S
    branches/cilkplus/libgcc/config/mips/linux-unwind.h
    branches/cilkplus/libgcc/config/mips/mips16.S
    branches/cilkplus/libgcc/config/vxlib-tls.c
    branches/cilkplus/libgfortran/ChangeLog
    branches/cilkplus/libgfortran/intrinsics/chmod.c
    branches/cilkplus/libgfortran/intrinsics/execute_command_line.c
    branches/cilkplus/libgfortran/io/format.c
    branches/cilkplus/libgfortran/io/list_read.c
    branches/cilkplus/libgfortran/io/open.c
    branches/cilkplus/libgfortran/io/transfer.c
    branches/cilkplus/libgfortran/io/write.c
    branches/cilkplus/libgfortran/io/write_float.def
    branches/cilkplus/libgfortran/libgfortran.h
    branches/cilkplus/libgfortran/runtime/error.c
    branches/cilkplus/libitm/local_atomic
    branches/cilkplus/libjava/classpath/   (props changed)
    branches/cilkplus/libsanitizer/ChangeLog
    branches/cilkplus/libsanitizer/Makefile.in
    branches/cilkplus/libsanitizer/asan/Makefile.in
    branches/cilkplus/libsanitizer/configure.ac
    branches/cilkplus/libsanitizer/interception/Makefile.in
    branches/cilkplus/libsanitizer/sanitizer_common/Makefile.in
    branches/cilkplus/libsanitizer/tsan/Makefile.in
    branches/cilkplus/maintainer-scripts/ChangeLog
    branches/cilkplus/maintainer-scripts/crontab

Propchange: branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc
            ('svn:mergeinfo' modified)

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

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



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