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]

r190369 - in /branches/cilkplus: ./ contrib/Cha...


Author: bviyer
Date: Mon Aug 13 23:30:02 2012
New Revision: 190369

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

Added:
    branches/cilkplus/libstdc++-v3/testsuite/17_intro/headers/c++1998/complex.cc
      - copied unchanged from r190353, trunk/libstdc++-v3/testsuite/17_intro/headers/c++1998/complex.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/complex/c99.cc
      - copied unchanged from r190353, trunk/libstdc++-v3/testsuite/26_numerics/complex/c99.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/pr54036-1.cc
      - copied unchanged from r190353, trunk/libstdc++-v3/testsuite/decimal/pr54036-1.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/pr54036-2.cc
      - copied unchanged from r190353, trunk/libstdc++-v3/testsuite/decimal/pr54036-2.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/pr54036-3.cc
      - copied unchanged from r190353, trunk/libstdc++-v3/testsuite/decimal/pr54036-3.cc
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/acinclude.m4
    branches/cilkplus/libstdc++-v3/doc/xml/manual/numerics.xml
    branches/cilkplus/libstdc++-v3/include/bits/atomic_base.h
    branches/cilkplus/libstdc++-v3/include/bits/shared_ptr.h
    branches/cilkplus/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/cilkplus/libstdc++-v3/include/bits/unique_ptr.h
    branches/cilkplus/libstdc++-v3/include/c_compatibility/complex.h
    branches/cilkplus/libstdc++-v3/include/decimal/decimal.h
    branches/cilkplus/libstdc++-v3/include/std/atomic
    branches/cilkplus/libstdc++-v3/include/std/chrono
    branches/cilkplus/libstdc++-v3/include/std/thread
    branches/cilkplus/libstdc++-v3/src/c++11/thread.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/binary-arith.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/cast_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/comparison.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/compound-assignment.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/conversion-from-float.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/ctor.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/incdec.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/make-decimal.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/decimal/unary-arith.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/config/i386/adxintrin.h
      - copied unchanged from r190353, trunk/gcc/config/i386/adxintrin.h
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/static_assert8.C
      - copied unchanged from r190353, trunk/gcc/testsuite/g++.dg/cpp0x/static_assert8.C
    branches/cilkplus/gcc/testsuite/g++.dg/debug/dwarf2/non-virtual-thunk.C
      - copied unchanged from r190353, trunk/gcc/testsuite/g++.dg/debug/dwarf2/non-virtual-thunk.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/20120727-1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.c-torture/compile/20120727-1.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/20120727-2.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.c-torture/compile/20120727-2.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr39423-1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.c-torture/compile/pr39423-1.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr39423-2.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.c-torture/compile/pr39423-2.c
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/20120808-1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.c-torture/execute/20120808-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr54200.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/guality/pr54200.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/iinline-4.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/ipa/iinline-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/iinline-5.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/ipa/iinline-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/iinline-6.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/ipa/iinline-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ipa/iinline-7.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/ipa/iinline-7.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/20120723_0.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/lto/20120723_0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/20120723_1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/lto/20120723_1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53701.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/pr53701.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/matrix-1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/matrix-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/matrix-2.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/matrix-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/matrix-3.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/matrix-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/matrix-4.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/matrix-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/matrix-5.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/matrix-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/matrix-6.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/matrix-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr54027.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/pr54027.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr54109.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/pr54109.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/transpose-1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/transpose-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/transpose-2.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/transpose-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/transpose-3.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/transpose-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/transpose-4.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/transpose-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/transpose-5.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/transpose-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/transpose-6.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/transpose-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/vector-shuffle1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/torture/vector-shuffle1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr54211.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr54211.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-10.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-10.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-11.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-11.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-12.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-12.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-13.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-13.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-14.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-14.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-15.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-15.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-16.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-16.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-17.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-17.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-18.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-18.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-19.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-19.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-20.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-20.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-21.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-21.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-22.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-22.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-23.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-23.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-24.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-24.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-25.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-25.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-26.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-26.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-30.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-30.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-31.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-31.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-5.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-6.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-7.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-7.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-8.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-8.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-9.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-9.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-10.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-10.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-11.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-11.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-8.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-8.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-9.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-9.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/adx-addcarryx32-1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/i386/adx-addcarryx32-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/adx-addcarryx32-2.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/i386/adx-addcarryx32-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/adx-addcarryx32-3.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/i386/adx-addcarryx32-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/adx-addcarryx64-1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/i386/adx-addcarryx64-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/adx-addcarryx64-2.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/i386/adx-addcarryx64-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/adx-addcarryx64-3.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/i386/adx-addcarryx64-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/adx-check.h
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/i386/adx-check.h
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr54157.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/i386/pr54157.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr39423-1.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/sh/pr39423-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-10.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/sh/pr51244-10.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-5.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/sh/pr51244-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-6.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/sh/pr51244-6.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-7.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/sh/pr51244-7.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-8.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/sh/pr51244-8.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-9.c
      - copied unchanged from r190353, trunk/gcc/testsuite/gcc.target/sh/pr51244-9.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/dummy_procedure_8.f90
      - copied unchanged from r190353, trunk/gcc/testsuite/gfortran.dg/dummy_procedure_8.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/intrinsic_shadow_4.f90
      - copied unchanged from r190353, trunk/gcc/testsuite/gfortran.dg/intrinsic_shadow_4.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/pr48636.f90
      - copied unchanged from r190353, trunk/gcc/testsuite/gfortran.dg/pr48636.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/public_private_module_6.f90
      - copied unchanged from r190353, trunk/gcc/testsuite/gfortran.dg/public_private_module_6.f90
    branches/cilkplus/libgo/runtime/getncpu-bsd.c
      - copied unchanged from r190353, trunk/libgo/runtime/getncpu-bsd.c
    branches/cilkplus/libgo/runtime/getncpu-irix.c
      - copied unchanged from r190353, trunk/libgo/runtime/getncpu-irix.c
    branches/cilkplus/libgo/runtime/getncpu-linux.c
      - copied unchanged from r190353, trunk/libgo/runtime/getncpu-linux.c
    branches/cilkplus/libgo/runtime/getncpu-none.c
      - copied unchanged from r190353, trunk/libgo/runtime/getncpu-none.c
    branches/cilkplus/libgo/runtime/getncpu-solaris.c
      - copied unchanged from r190353, trunk/libgo/runtime/getncpu-solaris.c
Removed:
    branches/cilkplus/gcc/matrix-reorg.c
    branches/cilkplus/gcc/testsuite/gcc.dg/matrix/
Modified:
    branches/cilkplus/   (props changed)
    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/basic-block.h
    branches/cilkplus/gcc/bt-load.c
    branches/cilkplus/gcc/builtins.c
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-pretty-print.c
    branches/cilkplus/gcc/calls.c
    branches/cilkplus/gcc/cfg.c
    branches/cilkplus/gcc/cfgexpand.c
    branches/cilkplus/gcc/cfghooks.c
    branches/cilkplus/gcc/cfgloop.c
    branches/cilkplus/gcc/cfgloop.h
    branches/cilkplus/gcc/cfgrtl.c
    branches/cilkplus/gcc/cgraph.h
    branches/cilkplus/gcc/cgraphunit.c
    branches/cilkplus/gcc/combine.c
    branches/cilkplus/gcc/common.opt
    branches/cilkplus/gcc/common/config/i386/i386-common.c
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config/alpha/alpha.c
    branches/cilkplus/gcc/config/i386/cpuid.h
    branches/cilkplus/gcc/config/i386/driver-i386.c
    branches/cilkplus/gcc/config/i386/i386-builtin-types.def
    branches/cilkplus/gcc/config/i386/i386-c.c
    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/sse.md
    branches/cilkplus/gcc/config/i386/x86intrin.h
    branches/cilkplus/gcc/config/mips/24k.md
    branches/cilkplus/gcc/config/mips/74k.md
    branches/cilkplus/gcc/config/mn10300/mn10300.c
    branches/cilkplus/gcc/config/rl78/rl78.c
    branches/cilkplus/gcc/config/s390/s390-protos.h
    branches/cilkplus/gcc/config/s390/s390.c
    branches/cilkplus/gcc/config/s390/s390.md
    branches/cilkplus/gcc/config/sh/predicates.md
    branches/cilkplus/gcc/config/sh/sh-protos.h
    branches/cilkplus/gcc/config/sh/sh.c
    branches/cilkplus/gcc/config/sh/sh.md
    branches/cilkplus/gcc/config/sh/sync.md
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/cxx-pretty-print.c
    branches/cilkplus/gcc/cp/error.c
    branches/cilkplus/gcc/cp/semantics.c
    branches/cilkplus/gcc/diagnostic.c
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/doc/sourcebuild.texi
    branches/cilkplus/gcc/double-int.c
    branches/cilkplus/gcc/except.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/interface.c
    branches/cilkplus/gcc/fortran/intrinsic.c
    branches/cilkplus/gcc/fortran/trans-decl.c
    branches/cilkplus/gcc/gcse.c
    branches/cilkplus/gcc/gimple-iterator.c
    branches/cilkplus/gcc/gimple-pretty-print.c
    branches/cilkplus/gcc/gimple-ssa-strength-reduction.c
    branches/cilkplus/gcc/gimple-streamer-in.c
    branches/cilkplus/gcc/gimple-streamer-out.c
    branches/cilkplus/gcc/gimple.c
    branches/cilkplus/gcc/gimple.h
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/go/gofrontend/statements.cc
    branches/cilkplus/gcc/graphite-scop-detection.c
    branches/cilkplus/gcc/graphite-sese-to-poly.c
    branches/cilkplus/gcc/ifcvt.c
    branches/cilkplus/gcc/ipa-cp.c
    branches/cilkplus/gcc/ipa-inline-analysis.c
    branches/cilkplus/gcc/ipa-inline-transform.c
    branches/cilkplus/gcc/ipa-inline.c
    branches/cilkplus/gcc/ipa-inline.h
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/ipa-prop.h
    branches/cilkplus/gcc/ipa-pure-const.c
    branches/cilkplus/gcc/ipa-reference.c
    branches/cilkplus/gcc/ipa-split.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/langhooks.c
    branches/cilkplus/gcc/lto-cgraph.c
    branches/cilkplus/gcc/lto-section-in.c
    branches/cilkplus/gcc/lto-section-out.c
    branches/cilkplus/gcc/lto-streamer-out.c
    branches/cilkplus/gcc/lto-streamer.h
    branches/cilkplus/gcc/lto/ChangeLog
    branches/cilkplus/gcc/lto/lto-partition.c
    branches/cilkplus/gcc/lto/lto.c
    branches/cilkplus/gcc/omp-low.c
    branches/cilkplus/gcc/passes.c
    branches/cilkplus/gcc/pragma_simd.c
    branches/cilkplus/gcc/pretty-print.c
    branches/cilkplus/gcc/pretty-print.h
    branches/cilkplus/gcc/reload.c
    branches/cilkplus/gcc/reload1.c
    branches/cilkplus/gcc/sched-rgn.c
    branches/cilkplus/gcc/sel-sched.c
    branches/cilkplus/gcc/sese.c
    branches/cilkplus/gcc/simplify-rtx.c
    branches/cilkplus/gcc/stor-layout.c
    branches/cilkplus/gcc/testsuite/ChangeLog
    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/plugin/selfassign.c
    branches/cilkplus/gcc/testsuite/gcc.dg/no-strict-overflow-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/plugin/selfassign.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr46309.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strict-overflow-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strlenopt-11.c
    branches/cilkplus/gcc/testsuite/gcc.dg/strlenopt-13.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/alias-11.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/alias-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/asm-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/forwprop-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/forwprop-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/loop-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-10.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-7.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr18133-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr18908.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/pr19431.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-27.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-28.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-29.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-21.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/i386.exp
    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/sh/pr21255-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr53511-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr53512-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr53512-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/prefetch.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/dummy_procedure_5.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/interface_26.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/proc_ptr_11.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/proc_ptr_15.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/proc_ptr_result_5.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_override_1.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_proc_6.f03
    branches/cilkplus/gcc/testsuite/gfortran.dg/vect/vect-gems.f90
    branches/cilkplus/gcc/testsuite/lib/target-supports.exp
    branches/cilkplus/gcc/tree-call-cdce.c
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-complex.c
    branches/cilkplus/gcc/tree-dfa.c
    branches/cilkplus/gcc/tree-emutls.c
    branches/cilkplus/gcc/tree-flow-inline.h
    branches/cilkplus/gcc/tree-flow.h
    branches/cilkplus/gcc/tree-if-conv.c
    branches/cilkplus/gcc/tree-inline.c
    branches/cilkplus/gcc/tree-into-ssa.c
    branches/cilkplus/gcc/tree-loop-distribution.c
    branches/cilkplus/gcc/tree-nested.c
    branches/cilkplus/gcc/tree-object-size.c
    branches/cilkplus/gcc/tree-outof-ssa.c
    branches/cilkplus/gcc/tree-parloops.c
    branches/cilkplus/gcc/tree-pass.h
    branches/cilkplus/gcc/tree-phinodes.c
    branches/cilkplus/gcc/tree-predcom.c
    branches/cilkplus/gcc/tree-pretty-print.c
    branches/cilkplus/gcc/tree-profile.c
    branches/cilkplus/gcc/tree-sra.c
    branches/cilkplus/gcc/tree-ssa-coalesce.c
    branches/cilkplus/gcc/tree-ssa-copy.c
    branches/cilkplus/gcc/tree-ssa-copyrename.c
    branches/cilkplus/gcc/tree-ssa-dom.c
    branches/cilkplus/gcc/tree-ssa-forwprop.c
    branches/cilkplus/gcc/tree-ssa-ifcombine.c
    branches/cilkplus/gcc/tree-ssa-live.c
    branches/cilkplus/gcc/tree-ssa-loop-im.c
    branches/cilkplus/gcc/tree-ssa-loop-ivopts.c
    branches/cilkplus/gcc/tree-ssa-loop-manip.c
    branches/cilkplus/gcc/tree-ssa-math-opts.c
    branches/cilkplus/gcc/tree-ssa-operands.c
    branches/cilkplus/gcc/tree-ssa-operands.h
    branches/cilkplus/gcc/tree-ssa-phiopt.c
    branches/cilkplus/gcc/tree-ssa-phiprop.c
    branches/cilkplus/gcc/tree-ssa-pre.c
    branches/cilkplus/gcc/tree-ssa-propagate.c
    branches/cilkplus/gcc/tree-ssa-reassoc.c
    branches/cilkplus/gcc/tree-ssa-sccvn.c
    branches/cilkplus/gcc/tree-ssa-sink.c
    branches/cilkplus/gcc/tree-ssa-strlen.c
    branches/cilkplus/gcc/tree-ssa-structalias.c
    branches/cilkplus/gcc/tree-ssa-ter.c
    branches/cilkplus/gcc/tree-ssa-uncprop.c
    branches/cilkplus/gcc/tree-ssa-uninit.c
    branches/cilkplus/gcc/tree-ssa.c
    branches/cilkplus/gcc/tree-ssanames.c
    branches/cilkplus/gcc/tree-stdarg.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-stmts.c
    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/var-tracking.c
    branches/cilkplus/libffi/ChangeLog
    branches/cilkplus/libffi/src/s390/ffi.c
    branches/cilkplus/libgo/Makefile.am
    branches/cilkplus/libgo/Makefile.in
    branches/cilkplus/libgo/runtime/runtime.h
    branches/cilkplus/libgo/runtime/thread-linux.c
    branches/cilkplus/libgo/runtime/thread-sema.c
    branches/cilkplus/libjava/classpath/ChangeLog
    branches/cilkplus/libjava/classpath/native/jni/xmlj/xmlj_io.c

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



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