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]

r145626 - in /branches/ix86/gcc-4_4-branch: ./ ...


Author: hjl
Date: Mon Apr  6 20:56:45 2009
New Revision: 145626

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145626
Log:
Merged with gcc 4.4 branch at revision 145623.

Modified:
    branches/ix86/gcc-4_4-branch/libstdc++-v3/ChangeLog
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/ia64-linux-gnu/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/ix86/gcc-4_4-branch/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt

Changes in other areas also in this revision:
Added:
    branches/ix86/gcc-4_4-branch/gcc/testsuite/g++.dg/opt/pr39607.C
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/g++.dg/opt/pr39607.C
    branches/ix86/gcc-4_4-branch/gcc/testsuite/g++.dg/template/const2.C
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/const2.C
    branches/ix86/gcc-4_4-branch/gcc/testsuite/g++.dg/template/pr4926-1.C
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/pr4926-1.C
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/20090401-1.c
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/20090401-1.c
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr39648.c
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr39648.c
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr39501.c
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr39501.c
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr39501.x
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/execute/pr39501.x
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gfortran.dg/alloc_comp_assign_9.f90
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/alloc_comp_assign_9.f90
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gfortran.dg/common_12.f90
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/common_12.f90
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gfortran.dg/vect/O3-pr39595.f
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/gfortran.dg/vect/O3-pr39595.f
    branches/ix86/gcc-4_4-branch/gcc/testsuite/objc.dg/bad-receiver-type-2.m
      - copied unchanged from r145623, branches/gcc-4_4-branch/gcc/testsuite/objc.dg/bad-receiver-type-2.m
Modified:
    branches/ix86/gcc-4_4-branch/   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/ChangeLog
    branches/ix86/gcc-4_4-branch/gcc/DATESTAMP
    branches/ix86/gcc-4_4-branch/gcc/combine.c
    branches/ix86/gcc-4_4-branch/gcc/config/arm/arm.md
    branches/ix86/gcc-4_4-branch/gcc/config/ia64/ia64.c
    branches/ix86/gcc-4_4-branch/gcc/cp/ChangeLog
    branches/ix86/gcc-4_4-branch/gcc/cp/cp-tree.h
    branches/ix86/gcc-4_4-branch/gcc/cp/mangle.c
    branches/ix86/gcc-4_4-branch/gcc/cp/parser.c
    branches/ix86/gcc-4_4-branch/gcc/cp/pt.c
    branches/ix86/gcc-4_4-branch/gcc/cp/semantics.c
    branches/ix86/gcc-4_4-branch/gcc/fortran/ChangeLog
    branches/ix86/gcc-4_4-branch/gcc/fortran/parse.c
    branches/ix86/gcc-4_4-branch/gcc/fortran/primary.c
    branches/ix86/gcc-4_4-branch/gcc/fortran/resolve.c
    branches/ix86/gcc-4_4-branch/gcc/testsuite/ChangeLog
    branches/ix86/gcc-4_4-branch/gcc/testsuite/g++.dg/cpp0x/auto12.C
    branches/ix86/gcc-4_4-branch/gcc/testsuite/g++.dg/cpp0x/auto6.C
    branches/ix86/gcc-4_4-branch/gcc/testsuite/g++.dg/cpp0x/decltype3.C
    branches/ix86/gcc-4_4-branch/gcc/testsuite/g++.old-deja/g++.ext/typeof2.C
    branches/ix86/gcc-4_4-branch/gcc/testsuite/g++.old-deja/g++.other/sizeof2.C
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.dg/and-1.c
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.dg/memcpy-1.c
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/powerpc/ppc64-double-1.c
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2a.c   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2b.c   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2a.c   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2b.c   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4a.c   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4b.c   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5a.c   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5b.c   (props changed)
    branches/ix86/gcc-4_4-branch/gcc/tree-vect-analyze.c
    branches/ix86/gcc-4_4-branch/gcc/unwind-dw2.c
    branches/ix86/gcc-4_4-branch/gcc/unwind-dw2.h
    branches/ix86/gcc-4_4-branch/libjava/classpath/   (props changed)

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

Propchange: branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2a.c
            ('svn:mergeinfo' modified)

Propchange: branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-2b.c
            ('svn:mergeinfo' modified)

Propchange: branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2a.c
            ('svn:mergeinfo' modified)

Propchange: branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/func-indirect-2b.c
            ('svn:mergeinfo' modified)

Propchange: branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4a.c
            ('svn:mergeinfo' modified)

Propchange: branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-4b.c
            ('svn:mergeinfo' modified)

Propchange: branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5a.c
            ('svn:mergeinfo' modified)

Propchange: branches/ix86/gcc-4_4-branch/gcc/testsuite/gcc.target/x86_64/abi/callabi/vaarg-5b.c
            ('svn:mergeinfo' modified)

Propchange: branches/ix86/gcc-4_4-branch/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]