This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r144852 - in /branches/cell-4_3-branch: ./ Chan...
- From: uweigand at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 13 Mar 2009 23:16:06 -0000
- Subject: r144852 - in /branches/cell-4_3-branch: ./ Chan...
Author: uweigand
Date: Fri Mar 13 23:16:03 2009
New Revision: 144852
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144852
Log:
Merge with gcc-4_3-branch up to revision 144835.
Added:
branches/cell-4_3-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/37582.cc
- copied unchanged from r144835, branches/gcc-4_3-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/37582.cc
Modified:
branches/cell-4_3-branch/libstdc++-v3/ChangeLog
branches/cell-4_3-branch/libstdc++-v3/config/cpu/generic/atomicity_mutex/atomicity.h
branches/cell-4_3-branch/libstdc++-v3/include/bits/cpp_type_traits.h
branches/cell-4_3-branch/libstdc++-v3/include/c_compatibility/fenv.h
branches/cell-4_3-branch/libstdc++-v3/include/c_compatibility/inttypes.h
branches/cell-4_3-branch/libstdc++-v3/include/c_compatibility/math.h
branches/cell-4_3-branch/libstdc++-v3/include/c_compatibility/stdint.h
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cassert
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cctype
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cerrno
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cfenv
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cfloat
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cinttypes
branches/cell-4_3-branch/libstdc++-v3/include/c_global/climits
branches/cell-4_3-branch/libstdc++-v3/include/c_global/clocale
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cmath
branches/cell-4_3-branch/libstdc++-v3/include/c_global/csetjmp
branches/cell-4_3-branch/libstdc++-v3/include/c_global/csignal
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cstdarg
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cstdbool
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cstddef
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cstdint
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cstdio
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cstdlib
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cstring
branches/cell-4_3-branch/libstdc++-v3/include/c_global/ctime
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cwchar
branches/cell-4_3-branch/libstdc++-v3/include/c_global/cwctype
branches/cell-4_3-branch/libstdc++-v3/include/c_std/cmath
branches/cell-4_3-branch/libstdc++-v3/include/ext/concurrence.h
branches/cell-4_3-branch/libstdc++-v3/include/parallel/algorithmfwd.h
branches/cell-4_3-branch/libstdc++-v3/include/parallel/iterator.h
branches/cell-4_3-branch/libstdc++-v3/include/parallel/numeric
branches/cell-4_3-branch/libstdc++-v3/include/parallel/numericfwd.h
branches/cell-4_3-branch/libstdc++-v3/include/parallel/par_loop.h
branches/cell-4_3-branch/libstdc++-v3/include/tr1/cfenv
branches/cell-4_3-branch/libstdc++-v3/include/tr1/cinttypes
branches/cell-4_3-branch/libstdc++-v3/include/tr1/cstdbool
branches/cell-4_3-branch/libstdc++-v3/include/tr1/cstdint
branches/cell-4_3-branch/libstdc++-v3/include/tr1_impl/cfenv
branches/cell-4_3-branch/libstdc++-v3/include/tr1_impl/cinttypes
branches/cell-4_3-branch/libstdc++-v3/include/tr1_impl/cstdint
branches/cell-4_3-branch/libstdc++-v3/scripts/extract_symvers
branches/cell-4_3-branch/libstdc++-v3/src/debug.cc
branches/cell-4_3-branch/libstdc++-v3/src/locale.cc
branches/cell-4_3-branch/libstdc++-v3/src/mt_allocator.cc
branches/cell-4_3-branch/libstdc++-v3/src/pool_allocator.cc
branches/cell-4_3-branch/libstdc++-v3/testsuite/Makefile.am
branches/cell-4_3-branch/libstdc++-v3/testsuite/Makefile.in
branches/cell-4_3-branch/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp
Changes in other areas also in this revision:
Added:
branches/cell-4_3-branch/contrib/dg-extract-results.sh
- copied unchanged from r144835, branches/gcc-4_3-branch/contrib/dg-extract-results.sh
branches/cell-4_3-branch/gcc/testsuite/g++.dg/conversion/memfn1.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/conversion/memfn1.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/conversion/memfn2.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/conversion/memfn2.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/cpp0x/decltype16.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/cpp0x/decltype16.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class12.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class12.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class13.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class13.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class14.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class14.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class15.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class15.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class16.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/lookup/hidden-class16.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/other/pr38706.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/other/pr38706.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/other/vararg-3.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/other/vararg-3.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/parse/dtor14.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/parse/dtor14.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/parse/dtor15.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/parse/dtor15.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/array20.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/array20.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/crash87.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/crash87.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/dependent-name5.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/dependent-name5.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/dtor5.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/dtor5.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/func2.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/func2.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/koenig6.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/koenig6.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/lvalue1.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/lvalue1.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/typename15.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/typename15.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/template/typename16.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/typename16.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/torture/pr38565.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/torture/pr38565.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/torture/pr38745.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/torture/pr38745.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/warn/Wuninitialized-1.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/warn/Wuninitialized-1.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/warn/Wuninitialized-2.C
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/g++.dg/warn/Wuninitialized-2.C
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38359.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38359.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38752.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38752.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38789.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38789.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38857.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38857.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38926.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr38926.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr39041.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/compile/pr39041.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr36765.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr36765.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr38969.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr38969.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr39100.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr39100.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr39228.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr39228.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr39228.x
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/pr39228.x
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/struct-aliasing-1.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.c-torture/execute/struct-aliasing-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/attr-alias-4.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/attr-alias-4.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/c90-flex-array-2.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/c90-flex-array-2.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/c99-flex-array-6.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/c99-flex-array-6.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/dfp/convert-bfp-13.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/dfp/convert-bfp-13.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/dfp/convert-bfp-14.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/dfp/convert-bfp-14.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/dfp/convert-dfp-fold-2.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/dfp/convert-dfp-fold-2.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/dfp/pr39034.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/dfp/pr39034.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/dfp/pr39035.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/dfp/pr39035.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/init-bad-6.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/init-bad-6.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/noncompile/init-5.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/noncompile/init-5.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/noncompile/pr35444-1.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/noncompile/pr35444-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/noncompile/pr35444-2.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/noncompile/pr35444-2.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr38245-3.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr38245-3.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr38245-3.h
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr38245-3.h
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr38245-4.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr38245-4.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr38364.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr38364.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr38615.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr38615.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr38902.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr38902.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr38932.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr38932.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr39084.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/pr39084.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/tls/diag-6.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/tls/diag-6.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/torture/pr39241.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/torture/pr39241.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/tree-ssa/struct-aliasing-1.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/tree-ssa/struct-aliasing-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/union-4.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/union-4.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/union-5.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/union-5.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/vect/pr38529.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/vect/pr38529.c
branches/cell-4_3-branch/gcc/testsuite/gcc.target/i386/pr36578-1.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr36578-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.target/i386/pr36578-2.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr36578-2.c
branches/cell-4_3-branch/gcc/testsuite/gcc.target/i386/pr38931.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr38931.c
branches/cell-4_3-branch/gcc/testsuite/gcc.target/i386/pr38988.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr38988.c
branches/cell-4_3-branch/gcc/testsuite/gcc.target/i386/pr39058.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr39058.c
branches/cell-4_3-branch/gcc/testsuite/gcc.target/ia64/sibcall-opt-1.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.target/ia64/sibcall-opt-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.target/ia64/sibcall-opt-2.c
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gcc.target/ia64/sibcall-opt-2.c
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/alloc_comp_optional_1.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/alloc_comp_optional_1.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/bound_6.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/bound_6.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/bounds_5.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/bounds_5.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/char_length_14.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/char_length_14.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/elemental_dependency_2.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/elemental_dependency_2.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/elemental_dependency_3.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/elemental_dependency_3.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/elemental_subroutine_7.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/elemental_subroutine_7.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_blockdata_1.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_blockdata_1.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_blockdata_2.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_blockdata_2.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_function_5.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_function_5.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_function_6.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_function_6.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_function_7.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_function_7.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/initialization_22.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/initialization_22.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/interface_25.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/interface_25.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/interface_26.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/interface_26.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/module_commons_3.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/module_commons_3.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/mvbits_5.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/mvbits_5.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/mvbits_6.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/mvbits_6.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/mvbits_7.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/mvbits_7.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/mvbits_8.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/mvbits_8.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/pr35983.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/pr35983.f90
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/pr38868.f
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/pr38868.f
branches/cell-4_3-branch/gcc/testsuite/gfortran.dg/transfer_null_1.f90
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/transfer_null_1.f90
branches/cell-4_3-branch/gcc/testsuite/lib/torture-options.exp
- copied unchanged from r144835, branches/gcc-4_3-branch/gcc/testsuite/lib/torture-options.exp
Modified:
branches/cell-4_3-branch/ (props changed)
branches/cell-4_3-branch/ChangeLog
branches/cell-4_3-branch/Makefile.in
branches/cell-4_3-branch/Makefile.tpl
branches/cell-4_3-branch/boehm-gc/ChangeLog
branches/cell-4_3-branch/config/ChangeLog
branches/cell-4_3-branch/contrib/ChangeLog
branches/cell-4_3-branch/contrib/reghunt/ChangeLog
branches/cell-4_3-branch/contrib/regression/ChangeLog
branches/cell-4_3-branch/fixincludes/ChangeLog
branches/cell-4_3-branch/fixincludes/fixincl.x
branches/cell-4_3-branch/fixincludes/inclhack.def
branches/cell-4_3-branch/gcc/BASE-VER
branches/cell-4_3-branch/gcc/ChangeLog
branches/cell-4_3-branch/gcc/DATESTAMP
branches/cell-4_3-branch/gcc/Makefile.in
branches/cell-4_3-branch/gcc/ada/ChangeLog
branches/cell-4_3-branch/gcc/ada/Make-lang.in
branches/cell-4_3-branch/gcc/ada/Makefile.in
branches/cell-4_3-branch/gcc/ada/decl.c
branches/cell-4_3-branch/gcc/alias.c
branches/cell-4_3-branch/gcc/c-common.c
branches/cell-4_3-branch/gcc/c-decl.c
branches/cell-4_3-branch/gcc/c-parser.c
branches/cell-4_3-branch/gcc/c-typeck.c
branches/cell-4_3-branch/gcc/calls.c
branches/cell-4_3-branch/gcc/collect2.c
branches/cell-4_3-branch/gcc/config/alpha/alpha.c
branches/cell-4_3-branch/gcc/config/alpha/elf.h
branches/cell-4_3-branch/gcc/config/alpha/predicates.md
branches/cell-4_3-branch/gcc/config/avr/avr.md
branches/cell-4_3-branch/gcc/config/i386/i386.c
branches/cell-4_3-branch/gcc/config/i386/i386.md
branches/cell-4_3-branch/gcc/config/i386/sse.md
branches/cell-4_3-branch/gcc/config/i386/winnt-cxx.c
branches/cell-4_3-branch/gcc/config/i386/winnt.c
branches/cell-4_3-branch/gcc/config/ia64/ia64.c
branches/cell-4_3-branch/gcc/config/mips/mips.c
branches/cell-4_3-branch/gcc/config/mips/sde.h
branches/cell-4_3-branch/gcc/config/pa/fptr.c
branches/cell-4_3-branch/gcc/config/pa/milli64.S
branches/cell-4_3-branch/gcc/config/pa/pa-hpux11.h
branches/cell-4_3-branch/gcc/config/pa/pa.c
branches/cell-4_3-branch/gcc/config/pa/pa64-hpux.h
branches/cell-4_3-branch/gcc/config/sh/predicates.md
branches/cell-4_3-branch/gcc/config/soft-fp/double.h
branches/cell-4_3-branch/gcc/config/sparc/linux.h
branches/cell-4_3-branch/gcc/config/sparc/linux64.h
branches/cell-4_3-branch/gcc/config/sparc/sysv4.h
branches/cell-4_3-branch/gcc/config/spu/spu.c
branches/cell-4_3-branch/gcc/convert.c
branches/cell-4_3-branch/gcc/cp/ChangeLog
branches/cell-4_3-branch/gcc/cp/Make-lang.in
branches/cell-4_3-branch/gcc/cp/class.c
branches/cell-4_3-branch/gcc/cp/cp-tree.h
branches/cell-4_3-branch/gcc/cp/decl.c
branches/cell-4_3-branch/gcc/cp/name-lookup.c
branches/cell-4_3-branch/gcc/cp/parser.c
branches/cell-4_3-branch/gcc/cp/pt.c
branches/cell-4_3-branch/gcc/cp/semantics.c
branches/cell-4_3-branch/gcc/cp/tree.c
branches/cell-4_3-branch/gcc/cp/typeck.c
branches/cell-4_3-branch/gcc/cse.c
branches/cell-4_3-branch/gcc/doc/install.texi
branches/cell-4_3-branch/gcc/doc/invoke.texi
branches/cell-4_3-branch/gcc/doc/md.texi
branches/cell-4_3-branch/gcc/doc/sourcebuild.texi
branches/cell-4_3-branch/gcc/emutls.c
branches/cell-4_3-branch/gcc/expr.c
branches/cell-4_3-branch/gcc/fold-const.c
branches/cell-4_3-branch/gcc/fortran/ChangeLog
branches/cell-4_3-branch/gcc/fortran/Make-lang.in
branches/cell-4_3-branch/gcc/fortran/dependency.c
branches/cell-4_3-branch/gcc/fortran/error.c
branches/cell-4_3-branch/gcc/fortran/expr.c
branches/cell-4_3-branch/gcc/fortran/gfortran.h
branches/cell-4_3-branch/gcc/fortran/interface.c
branches/cell-4_3-branch/gcc/fortran/match.h
branches/cell-4_3-branch/gcc/fortran/module.c
branches/cell-4_3-branch/gcc/fortran/primary.c
branches/cell-4_3-branch/gcc/fortran/resolve.c
branches/cell-4_3-branch/gcc/fortran/simplify.c
branches/cell-4_3-branch/gcc/fortran/target-memory.c
branches/cell-4_3-branch/gcc/fortran/trans-array.c
branches/cell-4_3-branch/gcc/fortran/trans-decl.c
branches/cell-4_3-branch/gcc/fortran/trans-expr.c
branches/cell-4_3-branch/gcc/fortran/trans-intrinsic.c
branches/cell-4_3-branch/gcc/fortran/trans-stmt.c
branches/cell-4_3-branch/gcc/gimplify.c
branches/cell-4_3-branch/gcc/java/ChangeLog
branches/cell-4_3-branch/gcc/java/Make-lang.in
branches/cell-4_3-branch/gcc/longlong.h
branches/cell-4_3-branch/gcc/mips-tfile.c
branches/cell-4_3-branch/gcc/objc/ChangeLog
branches/cell-4_3-branch/gcc/objcp/ChangeLog
branches/cell-4_3-branch/gcc/po/ChangeLog
branches/cell-4_3-branch/gcc/real.c
branches/cell-4_3-branch/gcc/real.h
branches/cell-4_3-branch/gcc/recog.c
branches/cell-4_3-branch/gcc/recog.h
branches/cell-4_3-branch/gcc/regrename.c
branches/cell-4_3-branch/gcc/sched-deps.c
branches/cell-4_3-branch/gcc/stmt.c
branches/cell-4_3-branch/gcc/testsuite/ChangeLog
branches/cell-4_3-branch/gcc/testsuite/g++.dg/ext/altivec-3.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/ext/vector14.C
branches/cell-4_3-branch/gcc/testsuite/g++.dg/other/anon5.C
branches/cell-4_3-branch/gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C
branches/cell-4_3-branch/gcc/testsuite/g++.old-deja/g++.jason/thunk2.C
branches/cell-4_3-branch/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/execute.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/execute/shiftopt-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/Wstrict-aliasing-bogus-ref-all-2.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/asm-b.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/dfp/convert-dfp-round.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/dfp/fe-binop.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/dfp/fe-convert-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/format/format.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/init-bad-4.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pch/pch.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/pr34856.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/struct/w_prof_single_str_global.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/struct/wo_prof_single_str_global.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/struct/wo_prof_single_str_local.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/struct/wo_prof_single_str_pointer.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/torture/pr37868.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/var-expand3.c
branches/cell-4_3-branch/gcc/testsuite/gcc.dg/vect/pr33953.c
branches/cell-4_3-branch/gcc/testsuite/gcc.misc-tests/dectest.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp
branches/cell-4_3-branch/gcc/testsuite/gcc.target/powerpc/ppc-negeq0-1.c
branches/cell-4_3-branch/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
branches/cell-4_3-branch/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp
branches/cell-4_3-branch/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp
branches/cell-4_3-branch/gcc/testsuite/lib/c-torture.exp
branches/cell-4_3-branch/gcc/testsuite/lib/fortran-torture.exp
branches/cell-4_3-branch/gcc/testsuite/lib/gcc-dg.exp
branches/cell-4_3-branch/gcc/testsuite/lib/gfortran-dg.exp
branches/cell-4_3-branch/gcc/testsuite/lib/objc-torture.exp
branches/cell-4_3-branch/gcc/testsuite/lib/target-supports.exp
branches/cell-4_3-branch/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp
branches/cell-4_3-branch/gcc/testsuite/objc.dg/pch/pch.exp
branches/cell-4_3-branch/gcc/testsuite/objc/compile/compile.exp
branches/cell-4_3-branch/gcc/testsuite/objc/execute/exceptions/exceptions.exp
branches/cell-4_3-branch/gcc/testsuite/objc/execute/execute.exp
branches/cell-4_3-branch/gcc/testsuite/treelang/ChangeLog
branches/cell-4_3-branch/gcc/tree-sra.c
branches/cell-4_3-branch/gcc/tree-ssa-alias.c
branches/cell-4_3-branch/gcc/tree-ssa-ccp.c
branches/cell-4_3-branch/gcc/tree-ssa-forwprop.c
branches/cell-4_3-branch/gcc/tree-ssa-sccvn.c
branches/cell-4_3-branch/gcc/tree-ssa-structalias.c
branches/cell-4_3-branch/gcc/tree-vect-transform.c
branches/cell-4_3-branch/gcc/tree.h
branches/cell-4_3-branch/gcc/treelang/ChangeLog
branches/cell-4_3-branch/gcc/varasm.c
branches/cell-4_3-branch/gnattools/ChangeLog
branches/cell-4_3-branch/include/ChangeLog
branches/cell-4_3-branch/intl/ChangeLog
branches/cell-4_3-branch/libada/ChangeLog
branches/cell-4_3-branch/libcpp/ChangeLog
branches/cell-4_3-branch/libcpp/po/ChangeLog
branches/cell-4_3-branch/libdecnumber/ChangeLog
branches/cell-4_3-branch/libffi/ChangeLog
branches/cell-4_3-branch/libgcc/ChangeLog
branches/cell-4_3-branch/libgcc/config/libbid/ChangeLog
branches/cell-4_3-branch/libgfortran/ChangeLog
branches/cell-4_3-branch/libgfortran/acinclude.m4
branches/cell-4_3-branch/libgfortran/config.h.in
branches/cell-4_3-branch/libgfortran/configure
branches/cell-4_3-branch/libgfortran/configure.ac
branches/cell-4_3-branch/libgfortran/intrinsics/c99_functions.c
branches/cell-4_3-branch/libgomp/ChangeLog
branches/cell-4_3-branch/libgomp/testsuite/lib/libgomp.exp
branches/cell-4_3-branch/libiberty/ChangeLog
branches/cell-4_3-branch/libjava/ChangeLog
branches/cell-4_3-branch/libjava/classpath/ChangeLog
branches/cell-4_3-branch/libjava/libgcj_bc.c
branches/cell-4_3-branch/libjava/libltdl/ChangeLog
branches/cell-4_3-branch/libjava/sun/misc/natUnsafe.cc
branches/cell-4_3-branch/libmudflap/ChangeLog
branches/cell-4_3-branch/libobjc/ChangeLog
branches/cell-4_3-branch/libssp/ChangeLog
branches/cell-4_3-branch/maintainer-scripts/ChangeLog
branches/cell-4_3-branch/zlib/ChangeLog
Propchange: branches/cell-4_3-branch/
('svnmerge-integrated' modified)