r147520 - in /branches/redhat/gcc-4_4-branch: ....

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu May 14 07:59:00 GMT 2009


Author: jakub
Date: Thu May 14 07:59:32 2009
New Revision: 147520

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147520
Log:
svn merge -r147189:147511 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_4-branch

Added:
    branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/25_algorithms/find/39546.cc
      - copied unchanged from r147511, branches/gcc-4_4-branch/libstdc++-v3/testsuite/25_algorithms/find/39546.cc
Modified:
    branches/redhat/gcc-4_4-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_4-branch/libstdc++-v3/configure
    branches/redhat/gcc-4_4-branch/libstdc++-v3/configure.ac
    branches/redhat/gcc-4_4-branch/libstdc++-v3/include/Makefile.am
    branches/redhat/gcc-4_4-branch/libstdc++-v3/include/Makefile.in
    branches/redhat/gcc-4_4-branch/libstdc++-v3/include/parallel/algo.h
    branches/redhat/gcc-4_4-branch/libstdc++-v3/src/math_stubs_long_double.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-4_4-branch/gcc/testsuite/g++.dg/eh/nested-try.C
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/g++.dg/eh/nested-try.C
    branches/redhat/gcc-4_4-branch/gcc/testsuite/g++.dg/template/call7.C
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/call7.C
    branches/redhat/gcc-4_4-branch/gcc/testsuite/g++.dg/warn/Wuninitialized-4.C
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/g++.dg/warn/Wuninitialized-4.C
    branches/redhat/gcc-4_4-branch/gcc/testsuite/g++.dg/warn/Wuninitialized-5.C
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/g++.dg/warn/Wuninitialized-5.C
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr39983.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr39983.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40023.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40023.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40026.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40026.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40035.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40035.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40080.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr40080.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr40057.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr40057.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr39666-1.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr39666-1.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr39666-2.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr39666-2.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/vect/pr40074.c
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/vect/pr40074.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/alloc_comp_assign_10.f90
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/alloc_comp_assign_10.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/array_constructor_31.f90
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/array_constructor_31.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/dependency_24.f90
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/dependency_24.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr39666-1.f90
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr39666-1.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr39666-2.f90
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/pr39666-2.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.fortran-torture/execute/pr40021.f
      - copied unchanged from r147511, branches/gcc-4_4-branch/gcc/testsuite/gfortran.fortran-torture/execute/pr40021.f
Modified:
    branches/redhat/gcc-4_4-branch/   (props changed)
    branches/redhat/gcc-4_4-branch/gcc/ChangeLog
    branches/redhat/gcc-4_4-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_4-branch/gcc/config/i386/driver-i386.c
    branches/redhat/gcc-4_4-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-4_4-branch/gcc/cp/pt.c
    branches/redhat/gcc-4_4-branch/gcc/dfp.c
    branches/redhat/gcc-4_4-branch/gcc/doc/md.texi
    branches/redhat/gcc-4_4-branch/gcc/dojump.c
    branches/redhat/gcc-4_4-branch/gcc/dse.c
    branches/redhat/gcc-4_4-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-4_4-branch/gcc/fortran/trans-array.c
    branches/redhat/gcc-4_4-branch/gcc/fortran/trans-expr.c
    branches/redhat/gcc-4_4-branch/gcc/fortran/trans-stmt.c
    branches/redhat/gcc-4_4-branch/gcc/fortran/trans-stmt.h
    branches/redhat/gcc-4_4-branch/gcc/fortran/trans.c
    branches/redhat/gcc-4_4-branch/gcc/fortran/trans.h
    branches/redhat/gcc-4_4-branch/gcc/gimplify.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.target/i386/pr39543-2.c
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/chmod_1.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/chmod_2.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/chmod_3.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/default_format_1.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.dg/open_errors.f90
    branches/redhat/gcc-4_4-branch/gcc/testsuite/lib/target-supports.exp
    branches/redhat/gcc-4_4-branch/gcc/tree-scalar-evolution.c
    branches/redhat/gcc-4_4-branch/gcc/tree-vect-analyze.c
    branches/redhat/gcc-4_4-branch/libjava/ChangeLog
    branches/redhat/gcc-4_4-branch/libjava/Makefile.am
    branches/redhat/gcc-4_4-branch/libjava/Makefile.in

Propchange: branches/redhat/gcc-4_4-branch/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list