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]

r148329 - in /branches/gcc-in-cxx: ./ ChangeLog...


Author: ian
Date: Tue Jun  9 22:49:59 2009
New Revision: 148329

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

Modified:
    branches/gcc-in-cxx/libstdc++-v3/ChangeLog
    branches/gcc-in-cxx/libstdc++-v3/include/bits/random.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/random.tcc
    branches/gcc-in-cxx/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp
    branches/gcc-in-cxx/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
    branches/gcc-in-cxx/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
    branches/gcc-in-cxx/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
    branches/gcc-in-cxx/libstdc++-v3/include/ext/throw_allocator.h
    branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/pthread_guard.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread5.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/map/pthread6.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/29_atomics/atomic_address/cons/aggregate.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/condition_variable/members/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/this_thread/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/members/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/regression/rand/assoc/rand_regression_test.hpp
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp

Changes in other areas also in this revision:
Added:
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp0x/auto15.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/cpp0x/auto15.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp0x/defaulted10.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted10.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/dtor7.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/template/dtor7.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/error41.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/template/error41.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/error42.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/template/error42.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/torture/pr32950.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/torture/pr32950.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/torture/pr40102.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/torture/pr40102.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/torture/pr40335.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/torture/pr40335.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/Wswitch-3.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/warn/Wswitch-3.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/Wunused-label-1.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/warn/Wunused-label-1.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/Wunused-label-2.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/warn/Wunused-label-2.C
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/warn/Wunused-label-3.C
      - copied unchanged from r148325, trunk/gcc/testsuite/g++.dg/warn/Wunused-label-3.C
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr39834.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.c-torture/compile/pr39834.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.c-torture/compile/pr40351.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.c-torture/compile/pr40351.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wcxx-compat-12.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-12.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wunused-label-1.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/Wunused-label-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/builtin-object-size-6.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/builtin-object-size-6.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr40340-1.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/pr40340-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr40340-2.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/pr40340-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr40340-3.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/pr40340-3.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr40340-4.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/pr40340-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr40340-5.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/pr40340-5.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/pr40340.h
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/pr40340.h
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/tree-ssa/sra-7.c
      - copied unchanged from r148325, trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-7.c
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/backspace_11.f90
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/backspace_11.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/count_init_expr.f03
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/count_init_expr.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/dot_product_1.f03
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/dot_product_1.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/matmul_8.f03
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/matmul_8.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/newunit_1.f90
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/newunit_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pack_assign_1.f90
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/pack_assign_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/pack_vector_1.f90
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/pack_vector_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/product_init_expr.f03
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/product_init_expr.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/reshape_order_5.f90
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/reshape_order_5.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/reshape_shape_1.f90
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/reshape_shape_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/reshape_zerosize_2.f90
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/reshape_zerosize_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/spread_init_expr.f03
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/spread_init_expr.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/sum_init_expr.f03
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/sum_init_expr.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/transpose_3.f03
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/transpose_3.f03
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/unpack_init_expr.f03
      - copied unchanged from r148325, trunk/gcc/testsuite/gfortran.dg/unpack_init_expr.f03
    branches/gcc-in-cxx/gcc/testsuite/gnat.dg/align_max.adb
      - copied unchanged from r148325, trunk/gcc/testsuite/gnat.dg/align_max.adb
    branches/gcc-in-cxx/libffi/doc/
      - copied from r148325, trunk/libffi/doc/
    branches/gcc-in-cxx/libffi/man/
      - copied from r148325, trunk/libffi/man/
    branches/gcc-in-cxx/libffi/src/x86/freebsd.S
      - copied unchanged from r148325, trunk/libffi/src/x86/freebsd.S
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_loc_fn0.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/closure_loc_fn0.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_stdcall.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/closure_stdcall.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_align_longdouble_split.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/cls_align_longdouble_split.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_dbls_struct.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/cls_dbls_struct.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_double_va.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/cls_double_va.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_longdouble.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/cls_longdouble.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_longdouble_va.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/cls_longdouble_va.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_pointer.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/cls_pointer.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_pointer_stack.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/cls_pointer_stack.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/err_bad_abi.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/err_bad_abi.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/err_bad_typedef.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/err_bad_typedef.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/stret_large.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/stret_large.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/stret_large2.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/stret_large2.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/stret_medium.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/stret_medium.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/stret_medium2.c
      - copied unchanged from r148325, trunk/libffi/testsuite/libffi.call/stret_medium2.c
Modified:
    branches/gcc-in-cxx/   (props changed)
    branches/gcc-in-cxx/ChangeLog
    branches/gcc-in-cxx/MAINTAINERS
    branches/gcc-in-cxx/configure
    branches/gcc-in-cxx/configure.ac
    branches/gcc-in-cxx/gcc/ChangeLog
    branches/gcc-in-cxx/gcc/ChangeLog-2008   (props changed)
    branches/gcc-in-cxx/gcc/DATESTAMP
    branches/gcc-in-cxx/gcc/ada/ChangeLog
    branches/gcc-in-cxx/gcc/ada/gcc-interface/gigi.h
    branches/gcc-in-cxx/gcc/ada/gcc-interface/trans.c
    branches/gcc-in-cxx/gcc/ada/gcc-interface/utils2.c
    branches/gcc-in-cxx/gcc/ada/lib-writ.adb
    branches/gcc-in-cxx/gcc/basic-block.h
    branches/gcc-in-cxx/gcc/builtins.c
    branches/gcc-in-cxx/gcc/c-common.c
    branches/gcc-in-cxx/gcc/c-decl.c
    branches/gcc-in-cxx/gcc/c-parser.c
    branches/gcc-in-cxx/gcc/c-tree.h
    branches/gcc-in-cxx/gcc/c-typeck.c
    branches/gcc-in-cxx/gcc/cfgexpand.c
    branches/gcc-in-cxx/gcc/cgraph.c
    branches/gcc-in-cxx/gcc/cgraphunit.c
    branches/gcc-in-cxx/gcc/common.opt
    branches/gcc-in-cxx/gcc/config.in
    branches/gcc-in-cxx/gcc/config/arm/arm.c
    branches/gcc-in-cxx/gcc/config/arm/arm.md
    branches/gcc-in-cxx/gcc/config/arm/ieee754-df.S
    branches/gcc-in-cxx/gcc/config/arm/ieee754-sf.S
    branches/gcc-in-cxx/gcc/config/i386/i386.c
    branches/gcc-in-cxx/gcc/config/i386/i386.h
    branches/gcc-in-cxx/gcc/config/i386/i386.md
    branches/gcc-in-cxx/gcc/config/mips/mips.c
    branches/gcc-in-cxx/gcc/config/mips/mips.md
    branches/gcc-in-cxx/gcc/config/rs6000/eabi.asm
    branches/gcc-in-cxx/gcc/config/rs6000/ppc-asm.h
    branches/gcc-in-cxx/gcc/config/rs6000/rs6000.c
    branches/gcc-in-cxx/gcc/config/s390/s390.c
    branches/gcc-in-cxx/gcc/config/sh/sh-protos.h
    branches/gcc-in-cxx/gcc/config/sh/sh.c
    branches/gcc-in-cxx/gcc/config/sh/sh.h
    branches/gcc-in-cxx/gcc/configure
    branches/gcc-in-cxx/gcc/configure.ac
    branches/gcc-in-cxx/gcc/coverage.c
    branches/gcc-in-cxx/gcc/cp/ChangeLog
    branches/gcc-in-cxx/gcc/cp/ChangeLog-2007   (props changed)
    branches/gcc-in-cxx/gcc/cp/ChangeLog-2008   (props changed)
    branches/gcc-in-cxx/gcc/cp/call.c
    branches/gcc-in-cxx/gcc/cp/decl2.c
    branches/gcc-in-cxx/gcc/cp/parser.c
    branches/gcc-in-cxx/gcc/cp/repo.c
    branches/gcc-in-cxx/gcc/cp/semantics.c
    branches/gcc-in-cxx/gcc/dbxout.c
    branches/gcc-in-cxx/gcc/debug.c
    branches/gcc-in-cxx/gcc/debug.h
    branches/gcc-in-cxx/gcc/doc/extend.texi
    branches/gcc-in-cxx/gcc/doc/invoke.texi
    branches/gcc-in-cxx/gcc/dwarf2.h
    branches/gcc-in-cxx/gcc/dwarf2asm.c
    branches/gcc-in-cxx/gcc/dwarf2out.c
    branches/gcc-in-cxx/gcc/errors.c
    branches/gcc-in-cxx/gcc/expr.c
    branches/gcc-in-cxx/gcc/final.c
    branches/gcc-in-cxx/gcc/fortran/ChangeLog
    branches/gcc-in-cxx/gcc/fortran/arith.c
    branches/gcc-in-cxx/gcc/fortran/array.c
    branches/gcc-in-cxx/gcc/fortran/check.c
    branches/gcc-in-cxx/gcc/fortran/expr.c
    branches/gcc-in-cxx/gcc/fortran/gfortran.h
    branches/gcc-in-cxx/gcc/fortran/intrinsic.c
    branches/gcc-in-cxx/gcc/fortran/intrinsic.h
    branches/gcc-in-cxx/gcc/fortran/intrinsic.texi
    branches/gcc-in-cxx/gcc/fortran/io.c
    branches/gcc-in-cxx/gcc/fortran/ioparm.def
    branches/gcc-in-cxx/gcc/fortran/options.c
    branches/gcc-in-cxx/gcc/fortran/resolve.c
    branches/gcc-in-cxx/gcc/fortran/simplify.c
    branches/gcc-in-cxx/gcc/fortran/trans-array.c
    branches/gcc-in-cxx/gcc/fortran/trans-array.h
    branches/gcc-in-cxx/gcc/fortran/trans-decl.c
    branches/gcc-in-cxx/gcc/fortran/trans-expr.c
    branches/gcc-in-cxx/gcc/fortran/trans-intrinsic.c
    branches/gcc-in-cxx/gcc/fortran/trans-io.c
    branches/gcc-in-cxx/gcc/fortran/trans-openmp.c
    branches/gcc-in-cxx/gcc/fortran/trans-stmt.c
    branches/gcc-in-cxx/gcc/fortran/trans-types.c
    branches/gcc-in-cxx/gcc/fortran/trans.h
    branches/gcc-in-cxx/gcc/gbl-ctors.h
    branches/gcc-in-cxx/gcc/gcc.c
    branches/gcc-in-cxx/gcc/gimple-iterator.c
    branches/gcc-in-cxx/gcc/gimple-pretty-print.c
    branches/gcc-in-cxx/gcc/ipa-struct-reorg.c
    branches/gcc-in-cxx/gcc/java/ChangeLog
    branches/gcc-in-cxx/gcc/java/jcf-parse.c
    branches/gcc-in-cxx/gcc/jump.c
    branches/gcc-in-cxx/gcc/matrix-reorg.c
    branches/gcc-in-cxx/gcc/objc/ChangeLog
    branches/gcc-in-cxx/gcc/objc/objc-act.c
    branches/gcc-in-cxx/gcc/objc/objc-act.h
    branches/gcc-in-cxx/gcc/params.def
    branches/gcc-in-cxx/gcc/params.h
    branches/gcc-in-cxx/gcc/passes.c
    branches/gcc-in-cxx/gcc/sdbout.c
    branches/gcc-in-cxx/gcc/targhooks.c
    branches/gcc-in-cxx/gcc/targhooks.h
    branches/gcc-in-cxx/gcc/testsuite/ChangeLog
    branches/gcc-in-cxx/gcc/testsuite/ChangeLog-2008   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/g++.dg/template/error38.C
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wswitch-enum-error.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wswitch-error.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/Wswitch.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/builtin-object-size-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/builtin-object-size-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/pr36227.c   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-31.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-33.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-31.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-33.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-8.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-31.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-64.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-66.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-69.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/no-vfa-vect-43.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/pr25413.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/slp-25.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-109.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-26.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-28.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-33.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-42.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-44.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-50.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-54.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-58.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-70.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-87.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-88.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-89.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-91.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-92.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-93.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-95.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-96.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-align-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-align-2.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.dg/vect/vect-multitypes-4.c
    branches/gcc-in-cxx/gcc/testsuite/gcc.target/x86_64/abi/callabi/   (props changed)
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/intrinsic_argument_conformance_2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/negative_unit.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/negative_unit_int8.f
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/vect/vect-2.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/vect/vect-3.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/vect/vect-4.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/vect/vect-5.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/zero_sized_1.f90
    branches/gcc-in-cxx/gcc/testsuite/gfortran.dg/zero_sized_5.f90
    branches/gcc-in-cxx/gcc/testsuite/lib/target-supports.exp
    branches/gcc-in-cxx/gcc/toplev.c
    branches/gcc-in-cxx/gcc/tree-cfg.c
    branches/gcc-in-cxx/gcc/tree-flow.h
    branches/gcc-in-cxx/gcc/tree-inline.c
    branches/gcc-in-cxx/gcc/tree-nested.c
    branches/gcc-in-cxx/gcc/tree-object-size.c
    branches/gcc-in-cxx/gcc/tree-pass.h
    branches/gcc-in-cxx/gcc/tree-sra.c
    branches/gcc-in-cxx/gcc/tree-ssa-live.c
    branches/gcc-in-cxx/gcc/tree-ssa-loop-prefetch.c
    branches/gcc-in-cxx/gcc/tree-ssa-pre.c
    branches/gcc-in-cxx/gcc/tree-ssa-sccvn.h
    branches/gcc-in-cxx/gcc/tree-vect-data-refs.c
    branches/gcc-in-cxx/gcc/tree-vect-stmts.c
    branches/gcc-in-cxx/gcc/tree.c
    branches/gcc-in-cxx/gcc/vmsdbgout.c
    branches/gcc-in-cxx/gcc/xcoffout.c
    branches/gcc-in-cxx/gcc/xcoffout.h
    branches/gcc-in-cxx/libffi/ChangeLog
    branches/gcc-in-cxx/libffi/Makefile.am
    branches/gcc-in-cxx/libffi/Makefile.in
    branches/gcc-in-cxx/libffi/README
    branches/gcc-in-cxx/libffi/configure
    branches/gcc-in-cxx/libffi/configure.ac
    branches/gcc-in-cxx/libffi/include/Makefile.in
    branches/gcc-in-cxx/libffi/include/ffi.h.in
    branches/gcc-in-cxx/libffi/src/alpha/ffi.c
    branches/gcc-in-cxx/libffi/src/alpha/ffitarget.h
    branches/gcc-in-cxx/libffi/src/alpha/osf.S
    branches/gcc-in-cxx/libffi/src/arm/ffi.c
    branches/gcc-in-cxx/libffi/src/arm/ffitarget.h
    branches/gcc-in-cxx/libffi/src/arm/sysv.S
    branches/gcc-in-cxx/libffi/src/closures.c
    branches/gcc-in-cxx/libffi/src/cris/ffitarget.h
    branches/gcc-in-cxx/libffi/src/debug.c
    branches/gcc-in-cxx/libffi/src/frv/ffi.c
    branches/gcc-in-cxx/libffi/src/frv/ffitarget.h
    branches/gcc-in-cxx/libffi/src/ia64/ffi.c
    branches/gcc-in-cxx/libffi/src/ia64/ffitarget.h
    branches/gcc-in-cxx/libffi/src/ia64/ia64_flags.h
    branches/gcc-in-cxx/libffi/src/ia64/unix.S
    branches/gcc-in-cxx/libffi/src/java_raw_api.c
    branches/gcc-in-cxx/libffi/src/m32r/ffi.c
    branches/gcc-in-cxx/libffi/src/m68k/ffitarget.h
    branches/gcc-in-cxx/libffi/src/m68k/sysv.S
    branches/gcc-in-cxx/libffi/src/mips/ffi.c
    branches/gcc-in-cxx/libffi/src/mips/ffitarget.h
    branches/gcc-in-cxx/libffi/src/mips/n32.S
    branches/gcc-in-cxx/libffi/src/mips/o32.S
    branches/gcc-in-cxx/libffi/src/pa/ffi.c
    branches/gcc-in-cxx/libffi/src/pa/ffitarget.h
    branches/gcc-in-cxx/libffi/src/pa/hpux32.S
    branches/gcc-in-cxx/libffi/src/pa/linux.S
    branches/gcc-in-cxx/libffi/src/powerpc/ffi.c
    branches/gcc-in-cxx/libffi/src/powerpc/ffi_darwin.c
    branches/gcc-in-cxx/libffi/src/powerpc/ffitarget.h
    branches/gcc-in-cxx/libffi/src/powerpc/linux64.S
    branches/gcc-in-cxx/libffi/src/powerpc/linux64_closure.S
    branches/gcc-in-cxx/libffi/src/powerpc/ppc_closure.S
    branches/gcc-in-cxx/libffi/src/powerpc/sysv.S
    branches/gcc-in-cxx/libffi/src/prep_cif.c
    branches/gcc-in-cxx/libffi/src/raw_api.c
    branches/gcc-in-cxx/libffi/src/s390/ffi.c
    branches/gcc-in-cxx/libffi/src/s390/ffitarget.h
    branches/gcc-in-cxx/libffi/src/s390/sysv.S
    branches/gcc-in-cxx/libffi/src/sh/ffi.c
    branches/gcc-in-cxx/libffi/src/sh/ffitarget.h
    branches/gcc-in-cxx/libffi/src/sh/sysv.S
    branches/gcc-in-cxx/libffi/src/sh64/ffi.c
    branches/gcc-in-cxx/libffi/src/sh64/ffitarget.h
    branches/gcc-in-cxx/libffi/src/sh64/sysv.S
    branches/gcc-in-cxx/libffi/src/sparc/ffi.c
    branches/gcc-in-cxx/libffi/src/sparc/ffitarget.h
    branches/gcc-in-cxx/libffi/src/sparc/v8.S
    branches/gcc-in-cxx/libffi/src/sparc/v9.S
    branches/gcc-in-cxx/libffi/src/types.c
    branches/gcc-in-cxx/libffi/src/x86/darwin.S
    branches/gcc-in-cxx/libffi/src/x86/darwin64.S
    branches/gcc-in-cxx/libffi/src/x86/ffi.c
    branches/gcc-in-cxx/libffi/src/x86/ffi64.c
    branches/gcc-in-cxx/libffi/src/x86/ffitarget.h
    branches/gcc-in-cxx/libffi/src/x86/sysv.S
    branches/gcc-in-cxx/libffi/src/x86/unix64.S
    branches/gcc-in-cxx/libffi/src/x86/win32.S
    branches/gcc-in-cxx/libffi/testsuite/Makefile.in
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_fn0.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_fn1.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_fn2.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_fn3.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_fn4.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_fn5.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/closure_fn6.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_align_longdouble.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/cls_align_pointer.c
    branches/gcc-in-cxx/libffi/testsuite/libffi.call/ffitest.h
    branches/gcc-in-cxx/libgfortran/ChangeLog
    branches/gcc-in-cxx/libgfortran/io/format.c
    branches/gcc-in-cxx/libgfortran/io/io.h
    branches/gcc-in-cxx/libgfortran/io/list_read.c
    branches/gcc-in-cxx/libgfortran/io/open.c
    branches/gcc-in-cxx/libgfortran/io/transfer.c
    branches/gcc-in-cxx/libgfortran/io/unit.c
    branches/gcc-in-cxx/libgfortran/libgfortran.h
    branches/gcc-in-cxx/libgomp/ChangeLog
    branches/gcc-in-cxx/libgomp/Makefile.am
    branches/gcc-in-cxx/libgomp/Makefile.in
    branches/gcc-in-cxx/libjava/classpath/   (props changed)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/pthread_guard.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/map/pthread6.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/condition_variable/members/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/this_thread/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/members/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
            ('svn:mergeinfo' modified)

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

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

Propchange: branches/gcc-in-cxx/gcc/ChangeLog-2008
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/cp/ChangeLog-2007
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/cp/ChangeLog-2008
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/testsuite/ChangeLog-2008
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/testsuite/gcc.dg/torture/pr36227.c
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/gcc/testsuite/gcc.target/x86_64/abi/callabi/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/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]