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]

r184650 - in /branches/cilkplus: ./ boehm-gc/Ch...


Author: bviyer
Date: Wed Feb 29 03:43:12 2012
New Revision: 184650

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

Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/acinclude.m4
    branches/cilkplus/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/cilkplus/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/cilkplus/libstdc++-v3/config/abi/pre/gnu.ver
    branches/cilkplus/libstdc++-v3/configure
    branches/cilkplus/libstdc++-v3/include/bits/locale_facets.h
    branches/cilkplus/libstdc++-v3/include/profile/base.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_algos.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_container_size.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_hash_func.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_node.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_state.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_trace.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_vector_size.h
    branches/cilkplus/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
    branches/cilkplus/libstdc++-v3/include/profile/map
    branches/cilkplus/libstdc++-v3/include/profile/map.h
    branches/cilkplus/libstdc++-v3/include/profile/set
    branches/cilkplus/libstdc++-v3/include/profile/unordered_map
    branches/cilkplus/libstdc++-v3/include/profile/unordered_set
    branches/cilkplus/libstdc++-v3/include/profile/vector
    branches/cilkplus/libstdc++-v3/python/Makefile.am
    branches/cilkplus/libstdc++-v3/src/Makefile.am
    branches/cilkplus/libstdc++-v3/src/Makefile.in
    branches/cilkplus/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
    branches/cilkplus/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc
    branches/cilkplus/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/typedefs.cc
    branches/cilkplus/libstdc++-v3/testsuite/29_atomics/atomic/operators/51811.cc
    branches/cilkplus/libstdc++-v3/testsuite/29_atomics/atomic/operators/pointer_partial_void.cc
    branches/cilkplus/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/config/avr/builtins.def
      - copied unchanged from r184649, trunk/gcc/config/avr/builtins.def
    branches/cilkplus/gcc/testsuite/g++.dg/lto/pr52400_0.C
      - copied unchanged from r184649, trunk/gcc/testsuite/g++.dg/lto/pr52400_0.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/compile/pr52375.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.c-torture/compile/pr52375.c
    branches/cilkplus/gcc/testsuite/gcc.dg/noncompile/pr52290.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.dg/noncompile/pr52290.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr52318.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.dg/pr52318.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr52355.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.dg/pr52355.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tm/pub-safety-1.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.dg/tm/pub-safety-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr52402.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.dg/torture/pr52402.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr52407.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.dg/torture/pr52407.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-6.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-10.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-10.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-constants.h
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-constants.h
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-vect1.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-vect1.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-vect2.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-vect2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-vect3.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-vect3.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-vect4.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-vect4.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-vect5.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-vect5.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-vect6.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-vect6.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-vect7.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-vect7.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/neon-vect8.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/aapcs/neon-vect8.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/neon/pr51534.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/neon/pr51534.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/pr52375.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/arm/pr52375.c
    branches/cilkplus/gcc/testsuite/gcc.target/avr/torture/builtins-1.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/avr/torture/builtins-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/avr/torture/builtins-error.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/avr/torture/builtins-error.c
    branches/cilkplus/gcc/testsuite/gcc.target/avr/torture/pr51782-1.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/avr/torture/pr51782-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr52330.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/i386/pr52330.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr49263.c
      - copied unchanged from r184649, trunk/gcc/testsuite/gcc.target/sh/pr49263.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/io_constraints_10.f90
      - copied unchanged from r184649, trunk/gcc/testsuite/gfortran.dg/io_constraints_10.f90
    branches/cilkplus/gcc/testsuite/gnat.dg/aggr19.adb
      - copied unchanged from r184649, trunk/gcc/testsuite/gnat.dg/aggr19.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/aggr19_pkg.adb
      - copied unchanged from r184649, trunk/gcc/testsuite/gnat.dg/aggr19_pkg.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/aggr19_pkg.ads
      - copied unchanged from r184649, trunk/gcc/testsuite/gnat.dg/aggr19_pkg.ads
    branches/cilkplus/gcc/testsuite/gnat.dg/array20.adb
      - copied unchanged from r184649, trunk/gcc/testsuite/gnat.dg/array20.adb
    branches/cilkplus/gcc/testsuite/gnat.dg/array20.ads
      - copied unchanged from r184649, trunk/gcc/testsuite/gnat.dg/array20.ads
Removed:
    branches/cilkplus/gcc/ada/g-bytswa-x86.adb
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/boehm-gc/ChangeLog
    branches/cilkplus/boehm-gc/configure
    branches/cilkplus/boehm-gc/configure.ac
    branches/cilkplus/boehm-gc/include/gc_config.h.in
    branches/cilkplus/boehm-gc/include/private/gcconfig.h
    branches/cilkplus/boehm-gc/testsuite/boehm-gc.c/thread_leak_test.c
    branches/cilkplus/contrib/ChangeLog
    branches/cilkplus/contrib/make_sunver.pl
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/acinclude.m4
    branches/cilkplus/gcc/ada/ChangeLog
    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_disp.adb
    branches/cilkplus/gcc/ada/exp_util.adb
    branches/cilkplus/gcc/ada/exp_util.ads
    branches/cilkplus/gcc/ada/freeze.adb
    branches/cilkplus/gcc/ada/g-bytswa.adb
    branches/cilkplus/gcc/ada/gcc-interface/Make-lang.in
    branches/cilkplus/gcc/ada/gcc-interface/Makefile.in
    branches/cilkplus/gcc/ada/gcc-interface/ada-tree.h
    branches/cilkplus/gcc/ada/gcc-interface/decl.c
    branches/cilkplus/gcc/ada/gcc-interface/misc.c
    branches/cilkplus/gcc/ada/gcc-interface/trans.c
    branches/cilkplus/gcc/ada/gcc-interface/utils.c
    branches/cilkplus/gcc/ada/gcc-interface/utils2.c
    branches/cilkplus/gcc/ada/gnatlink.adb
    branches/cilkplus/gcc/ada/init.c
    branches/cilkplus/gcc/ada/lib-load.adb
    branches/cilkplus/gcc/ada/make.adb
    branches/cilkplus/gcc/ada/makeutl.adb
    branches/cilkplus/gcc/ada/makeutl.ads
    branches/cilkplus/gcc/ada/par-ch3.adb
    branches/cilkplus/gcc/ada/projects.texi
    branches/cilkplus/gcc/ada/rtsfind.adb
    branches/cilkplus/gcc/ada/rtsfind.ads
    branches/cilkplus/gcc/ada/s-taprop-mingw.adb
    branches/cilkplus/gcc/ada/sem_ch10.adb
    branches/cilkplus/gcc/ada/sem_ch12.adb
    branches/cilkplus/gcc/ada/sem_ch3.adb
    branches/cilkplus/gcc/ada/sem_ch4.adb
    branches/cilkplus/gcc/ada/sem_ch6.adb
    branches/cilkplus/gcc/ada/sem_dim.adb
    branches/cilkplus/gcc/ada/sem_prag.adb
    branches/cilkplus/gcc/ada/snames.ads-tmpl
    branches/cilkplus/gcc/ada/tree_io.ads
    branches/cilkplus/gcc/alias.c
    branches/cilkplus/gcc/c-decl.c
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config.in
    branches/cilkplus/gcc/config/arm/arm-cores.def
    branches/cilkplus/gcc/config/arm/arm.c
    branches/cilkplus/gcc/config/arm/arm_neon.h
    branches/cilkplus/gcc/config/arm/neon.md
    branches/cilkplus/gcc/config/arm/neon.ml
    branches/cilkplus/gcc/config/arm/thumb2.md
    branches/cilkplus/gcc/config/avr/avr-c.c
    branches/cilkplus/gcc/config/avr/avr-devices.c
    branches/cilkplus/gcc/config/avr/avr-mcus.def
    branches/cilkplus/gcc/config/avr/avr-protos.h
    branches/cilkplus/gcc/config/avr/avr.c
    branches/cilkplus/gcc/config/avr/avr.h
    branches/cilkplus/gcc/config/avr/avr.md
    branches/cilkplus/gcc/config/avr/t-avr
    branches/cilkplus/gcc/config/i386/bdver1.md
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/initfini-array.h
    branches/cilkplus/gcc/config/s390/s390.c
    branches/cilkplus/gcc/config/s390/s390.md
    branches/cilkplus/gcc/config/sh/constraints.md
    branches/cilkplus/gcc/config/sh/predicates.md
    branches/cilkplus/gcc/config/sh/sh.c
    branches/cilkplus/gcc/config/sh/sh.h
    branches/cilkplus/gcc/config/sh/sh.md
    branches/cilkplus/gcc/config/tilegx/tilegx.c
    branches/cilkplus/gcc/config/vms/vms-ld.c
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/cselib.c
    branches/cilkplus/gcc/doc/contrib.texi
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/gimple.texi
    branches/cilkplus/gcc/doc/install.texi
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/doc/passes.texi
    branches/cilkplus/gcc/emit-rtl.c
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/io.c
    branches/cilkplus/gcc/gcc.c
    branches/cilkplus/gcc/gimple-fold.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-gcc.cc
    branches/cilkplus/gcc/haifa-sched.c
    branches/cilkplus/gcc/ifcvt.c
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/ipa-split.c
    branches/cilkplus/gcc/ira-color.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/lto/ChangeLog
    branches/cilkplus/gcc/lto/lto.c
    branches/cilkplus/gcc/passes.c
    branches/cilkplus/gcc/po/ChangeLog
    branches/cilkplus/gcc/po/sv.po
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/g++.dg/opt/devirt2.C
    branches/cilkplus/gcc/testsuite/g++.dg/opt/pr48549.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr49720.C
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/930930-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/Wpadded.c
    branches/cilkplus/gcc/testsuite/gcc.dg/bf-ms-attrib.c
    branches/cilkplus/gcc/testsuite/gcc.dg/bf-ms-layout-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/bf-ms-layout-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/di-sync-multithread.c
    branches/cilkplus/gcc/testsuite/gcc.dg/format/dfp-printf-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pack-test-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr49544.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr50251.c
    branches/cilkplus/gcc/testsuite/gcc.dg/simulate-thread/atomic-load-int128.c
    branches/cilkplus/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.gdb
    branches/cilkplus/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.h
    branches/cilkplus/gcc/testsuite/gcc.dg/simulate-thread/speculative-store.c
    branches/cilkplus/gcc/testsuite/gcc.dg/stack-usage-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tls/opt-11.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tls/thr-cse-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/builtin-complex-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/abitest.h
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp1.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp10.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp11.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp12.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp13.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp14.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp15.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp16.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp17.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp2.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp3.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp4.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp5.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp6.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp7.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp8.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/aapcs/vfp9.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/align-main-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/align-main-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/amd64-abi-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/amd64-abi-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx-vzeroupper-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/avx-vzeroupper-5.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/bitfield3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/local.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pad-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pad-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pad-5b.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pad-6b.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pad-8.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pad-9.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr22152.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr35767-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr39082-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr39162.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr39315-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr44130.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr45336-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr45336-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr45336-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr45336-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr45352-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr46295.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr46470.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr46939.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse2-mul-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse4_1-blendps-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sse4_1-blendps.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/sw-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/wrfsbase-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/wrfsbase-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/wrgsbase-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/wrgsbase-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/xop-vshift-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/interrupt_handler-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/interrupt_handler-3.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_operator_9.f03
    branches/cilkplus/gcc/testsuite/lib/target-supports.exp
    branches/cilkplus/gcc/trans-mem.c
    branches/cilkplus/gcc/tree-flow.h
    branches/cilkplus/gcc/tree-if-conv.c
    branches/cilkplus/gcc/tree-into-ssa.c
    branches/cilkplus/gcc/tree-phinodes.c
    branches/cilkplus/gcc/tree-sra.c
    branches/cilkplus/gcc/tree-ssa-loop-im.c
    branches/cilkplus/gcc/tree-ssa-sccvn.c
    branches/cilkplus/gcc/tree-ssa.c
    branches/cilkplus/gcc/tree-vect-stmts.c
    branches/cilkplus/gcc/var-tracking.c
    branches/cilkplus/libada/ChangeLog
    branches/cilkplus/libada/Makefile.in
    branches/cilkplus/libffi/ChangeLog
    branches/cilkplus/libffi/Makefile.am
    branches/cilkplus/libffi/Makefile.in
    branches/cilkplus/libffi/src/x86/ffi.c
    branches/cilkplus/libffi/src/x86/win32.S
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/config/avr/lib1funcs.S
    branches/cilkplus/libgcc/config/i386/sfp-machine.h
    branches/cilkplus/libgcc/config/ia64/crtbegin.S
    branches/cilkplus/libgcc/config/ia64/crtend.S
    branches/cilkplus/libgcc/generic-morestack.c
    branches/cilkplus/libgo/runtime/go-nosys.c
    branches/cilkplus/libgo/runtime/runtime.h
    branches/cilkplus/libgomp/ChangeLog
    branches/cilkplus/libgomp/Makefile.am
    branches/cilkplus/libgomp/Makefile.in
    branches/cilkplus/libgomp/acinclude.m4
    branches/cilkplus/libgomp/configure
    branches/cilkplus/libitm/ChangeLog
    branches/cilkplus/libitm/retry.cc
    branches/cilkplus/libjava/ChangeLog
    branches/cilkplus/libjava/configure
    branches/cilkplus/libjava/configure.ac
    branches/cilkplus/lto-plugin/ChangeLog
    branches/cilkplus/lto-plugin/lto-plugin.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]