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]

r133896 - in /branches/redhat/gcc-4_3-branch: c...


Author: jakub
Date: Fri Apr  4 12:30:41 2008
New Revision: 133896

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133896
Log:
svn merge -r133601:133884 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_3-branch/

Added:
    branches/redhat/gcc-4_3-branch/libstdc++-v3/testsuite/25_algorithms/fill/35725.cc
      - copied unchanged from r133884, branches/gcc-4_3-branch/libstdc++-v3/testsuite/25_algorithms/fill/35725.cc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/testsuite/25_algorithms/fill_n/35725.cc
      - copied unchanged from r133884, branches/gcc-4_3-branch/libstdc++-v3/testsuite/25_algorithms/fill_n/35725.cc
Removed:
    branches/redhat/gcc-4_3-branch/libstdc++-v3/doc/doxygen/style.css
Modified:
    branches/redhat/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_3-branch/libstdc++-v3/config/abi/compatibility.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/config/abi/post/ia64-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_3-branch/libstdc++-v3/config/abi/post/mips-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_3-branch/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_3-branch/libstdc++-v3/config/abi/post/sparc-linux-gnu/baseline_symbols.txt
    branches/redhat/gcc-4_3-branch/libstdc++-v3/doc/doxygen/Intro.3
    branches/redhat/gcc-4_3-branch/libstdc++-v3/doc/doxygen/doxygroups.cc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/doc/doxygen/mainpage.html
    branches/redhat/gcc-4_3-branch/libstdc++-v3/doc/doxygen/tables.html
    branches/redhat/gcc-4_3-branch/libstdc++-v3/doc/doxygen/user.cfg.in
    branches/redhat/gcc-4_3-branch/libstdc++-v3/doc/html/api.html
    branches/redhat/gcc-4_3-branch/libstdc++-v3/doc/xml/api.xml
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/bits/allocator.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/bits/char_traits.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/bits/codecvt.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/bits/locale_classes.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/bits/locale_facets.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/bits/locale_facets_nonio.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/bits/stl_algobase.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/debug/debug.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/array_allocator.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/bitmap_allocator.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/codecvt_specializations.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/concurrence.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/enc_filebuf.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/mt_allocator.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/pool_allocator.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/stdio_sync_filebuf.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/throw_allocator.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/ext/typelist.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/parallel/base.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/std/tuple
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/std/type_traits
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/bessel_function.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/beta_function.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/cmath
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/ell_integral.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/exp_integral.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/gamma.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/hypergeometric.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/legendre_function.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/modified_bessel_func.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/poly_hermite.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/poly_laguerre.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/riemann_zeta.tcc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/special_function_util.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/tuple
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1/type_traits
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/array
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/boost_shared_ptr.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/cmath
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/complex
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/functional
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/functional_hash.h
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/random
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/regex
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/type_traits
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/unordered_map
    branches/redhat/gcc-4_3-branch/libstdc++-v3/include/tr1_impl/unordered_set
    branches/redhat/gcc-4_3-branch/libstdc++-v3/scripts/run_doxygen
    branches/redhat/gcc-4_3-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/redhat/gcc-4_3-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-4_3-branch/gcc/testsuite/g++.dg/ext/attrib33.C
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/ext/attrib33.C
    branches/redhat/gcc-4_3-branch/gcc/testsuite/g++.dg/other/offsetof5.C
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/other/offsetof5.C
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/complex-5.c
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/complex-5.c
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr35431.c
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr35431.c
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gcc.dg/gomp/pr35738.c
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/gomp/pr35738.c
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gcc.dg/gomp/pr35818.c
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/gomp/pr35818.c
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gfortran.dg/allocate_zerosize_3.f
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/allocate_zerosize_3.f
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gfortran.dg/character_assign_1.f90
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/character_assign_1.f90
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gfortran.dg/cshift_shift_real_2.f90
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/cshift_shift_real_2.f90
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gfortran.dg/direct_io_10.f
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/direct_io_10.f
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gfortran.dg/gomp/pr35786-1.f90
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/gomp/pr35786-1.f90
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gfortran.dg/gomp/pr35786-2.f90
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/gomp/pr35786-2.f90
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gfortran.dg/transpose_conjg_1.f90
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/transpose_conjg_1.f90
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gnat.dg/object_overflow.adb
      - copied unchanged from r133884, branches/gcc-4_3-branch/gcc/testsuite/gnat.dg/object_overflow.adb
Modified:
    branches/redhat/gcc-4_3-branch/contrib/ChangeLog
    branches/redhat/gcc-4_3-branch/contrib/texi2pod.pl
    branches/redhat/gcc-4_3-branch/gcc/ChangeLog
    branches/redhat/gcc-4_3-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_3-branch/gcc/Makefile.in
    branches/redhat/gcc-4_3-branch/gcc/ada/ChangeLog
    branches/redhat/gcc-4_3-branch/gcc/ada/decl.c
    branches/redhat/gcc-4_3-branch/gcc/ada/env.c
    branches/redhat/gcc-4_3-branch/gcc/c-parser.c
    branches/redhat/gcc-4_3-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-4_3-branch/gcc/config/mn10300/mn10300.c
    branches/redhat/gcc-4_3-branch/gcc/config/stormy16/stormy16.c
    branches/redhat/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-4_3-branch/gcc/cp/pt.c
    branches/redhat/gcc-4_3-branch/gcc/cp/semantics.c
    branches/redhat/gcc-4_3-branch/gcc/doc/gcc.texi
    branches/redhat/gcc-4_3-branch/gcc/doc/gccint.texi
    branches/redhat/gcc-4_3-branch/gcc/doc/include/gpl_v3.texi
    branches/redhat/gcc-4_3-branch/gcc/doc/sourcebuild.texi
    branches/redhat/gcc-4_3-branch/gcc/fold-const.c
    branches/redhat/gcc-4_3-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-4_3-branch/gcc/fortran/Make-lang.in
    branches/redhat/gcc-4_3-branch/gcc/fortran/gfortran.texi
    branches/redhat/gcc-4_3-branch/gcc/fortran/iresolve.c
    branches/redhat/gcc-4_3-branch/gcc/fortran/openmp.c
    branches/redhat/gcc-4_3-branch/gcc/fortran/resolve.c
    branches/redhat/gcc-4_3-branch/gcc/fortran/trans-array.c
    branches/redhat/gcc-4_3-branch/gcc/fortran/trans-expr.c
    branches/redhat/gcc-4_3-branch/gcc/java/ChangeLog
    branches/redhat/gcc-4_3-branch/gcc/java/Make-lang.in
    branches/redhat/gcc-4_3-branch/gcc/java/gcj.texi
    branches/redhat/gcc-4_3-branch/gcc/omp-low.c
    branches/redhat/gcc-4_3-branch/gcc/po/ChangeLog
    branches/redhat/gcc-4_3-branch/gcc/po/zh_CN.po
    branches/redhat/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_3-branch/gcc/testsuite/g++.dg/other/anon5.C
    branches/redhat/gcc-4_3-branch/gcc/testsuite/gcc.dg/uninit-16.c
    branches/redhat/gcc-4_3-branch/gcc/tree-ssa-phiopt.c
    branches/redhat/gcc-4_3-branch/libcpp/po/ChangeLog
    branches/redhat/gcc-4_3-branch/libcpp/po/fr.po
    branches/redhat/gcc-4_3-branch/libgfortran/ChangeLog
    branches/redhat/gcc-4_3-branch/libgfortran/io/transfer.c


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