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]

r163835 - in /branches/ix86/gcc-4_5-branch: ./ ...


Author: hjl
Date: Fri Sep  3 16:19:08 2010
New Revision: 163835

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163835
Log:
Merged r163373 through r163833 into branch.

Modified:
    branches/ix86/gcc-4_5-branch/libstdc++-v3/ChangeLog
    branches/ix86/gcc-4_5-branch/libstdc++-v3/configure
    branches/ix86/gcc-4_5-branch/libstdc++-v3/doc/Makefile.am
    branches/ix86/gcc-4_5-branch/libstdc++-v3/doc/Makefile.in
    branches/ix86/gcc-4_5-branch/libstdc++-v3/doc/doxygen/doxygroups.cc
    branches/ix86/gcc-4_5-branch/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/ix86/gcc-4_5-branch/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
    branches/ix86/gcc-4_5-branch/libstdc++-v3/include/bits/algorithmfwd.h
    branches/ix86/gcc-4_5-branch/libstdc++-v3/include/bits/move.h
    branches/ix86/gcc-4_5-branch/libstdc++-v3/include/bits/random.h
    branches/ix86/gcc-4_5-branch/libstdc++-v3/include/bits/stl_heap.h
    branches/ix86/gcc-4_5-branch/libstdc++-v3/include/bits/stl_iterator_base_types.h

Changes in other areas also in this revision:
Added:
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/gomp/atomic-11.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/gomp/atomic-11.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/gomp/atomic-12.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/gomp/atomic-12.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/gomp/atomic-13.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/gomp/atomic-13.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/gomp/atomic-14.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/gomp/atomic-14.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/init/value8.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/init/value8.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/other/i386-8.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/other/i386-8.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/parse/defarg15.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/parse/defarg15.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/pr44328.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/pr44328.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/torture/pr45393.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/torture/pr45393.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/g++.dg/tree-prof/partition2.C
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/g++.dg/tree-prof/partition2.C
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.c-torture/execute/pr44858.c
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/gcc.c-torture/execute/pr44858.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.c-torture/execute/pr45070.c
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/gcc.c-torture/execute/pr45070.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.dg/gomp/atomic-12.c
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/gomp/atomic-12.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.dg/gomp/atomic-13.c
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/gomp/atomic-13.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.dg/gomp/atomic-14.c
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/gomp/atomic-14.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.dg/nested-func-8.c
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/nested-func-8.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr45079.c
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr45079.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr45500.c
      - copied unchanged from r163833, branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr45500.c
Modified:
    branches/ix86/gcc-4_5-branch/   (props changed)
    branches/ix86/gcc-4_5-branch/gcc/ChangeLog
    branches/ix86/gcc-4_5-branch/gcc/DATESTAMP
    branches/ix86/gcc-4_5-branch/gcc/Makefile.in
    branches/ix86/gcc-4_5-branch/gcc/ada/ChangeLog
    branches/ix86/gcc-4_5-branch/gcc/ada/gcc-interface/utils.c
    branches/ix86/gcc-4_5-branch/gcc/bb-reorder.c
    branches/ix86/gcc-4_5-branch/gcc/c-parser.c
    branches/ix86/gcc-4_5-branch/gcc/c-pretty-print.c
    branches/ix86/gcc-4_5-branch/gcc/combine.c
    branches/ix86/gcc-4_5-branch/gcc/config/arm/arm.c
    branches/ix86/gcc-4_5-branch/gcc/config/arm/linux-atomic.c
    branches/ix86/gcc-4_5-branch/gcc/config/i386/i386.c
    branches/ix86/gcc-4_5-branch/gcc/config/i386/i386.md
    branches/ix86/gcc-4_5-branch/gcc/config/i386/sse.md
    branches/ix86/gcc-4_5-branch/gcc/config/ia64/ia64.md
    branches/ix86/gcc-4_5-branch/gcc/config/rs6000/x-aix
    branches/ix86/gcc-4_5-branch/gcc/cp/ChangeLog
    branches/ix86/gcc-4_5-branch/gcc/cp/init.c
    branches/ix86/gcc-4_5-branch/gcc/cp/parser.c
    branches/ix86/gcc-4_5-branch/gcc/dwarf2out.c
    branches/ix86/gcc-4_5-branch/gcc/dwarf2out.h
    branches/ix86/gcc-4_5-branch/gcc/fortran/ChangeLog
    branches/ix86/gcc-4_5-branch/gcc/fortran/trans-decl.c
    branches/ix86/gcc-4_5-branch/gcc/fortran/trans.c
    branches/ix86/gcc-4_5-branch/gcc/gimplify.c
    branches/ix86/gcc-4_5-branch/gcc/lto/ChangeLog
    branches/ix86/gcc-4_5-branch/gcc/lto/lto-elf.c
    branches/ix86/gcc-4_5-branch/gcc/sel-sched-ir.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr43058.c
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp
    branches/ix86/gcc-4_5-branch/gcc/testsuite/gfortran.dg/gomp/pr44036-1.f90
    branches/ix86/gcc-4_5-branch/gcc/testsuite/lib/target-supports.exp
    branches/ix86/gcc-4_5-branch/gcc/tree-flow.h
    branches/ix86/gcc-4_5-branch/gcc/tree-nested.c
    branches/ix86/gcc-4_5-branch/gcc/tree-ssa-loop-ivopts.c
    branches/ix86/gcc-4_5-branch/gcc/tree-ssa-loop-prefetch.c
    branches/ix86/gcc-4_5-branch/gcc/tree-ssa-math-opts.c
    branches/ix86/gcc-4_5-branch/gcc/tree-switch-conversion.c

Propchange: branches/ix86/gcc-4_5-branch/
            ('svn:mergeinfo' modified)



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