This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r184835 - in /branches/google/gcc-4_6: ./ Chang...
- From: dnovillo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 02 Mar 2012 22:17:25 -0000
- Subject: r184835 - in /branches/google/gcc-4_6: ./ Chang...
Author: dnovillo
Date: Fri Mar 2 22:17:22 2012
New Revision: 184835
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184835
Log:
Merged revisions 182978,182987,182998,183006,183009,183019,183021,183026,183031,183035,183046,183071,183084,183116,183125,183127,183131,183147,183176,183181,183189,183198,183203,183224,183227,183234,183267,183282,183284,183294,183309,183314-183316,183323,183331,183353,183362,183366,183369,183384,183401,183426,183461,183469,183471,183506,183511,183523,183526,183546,183597,183659,183665,183673,183691,183727,183734,183748,183760-183761,183786,183795,183797,183799,183820,183858,183864,183868,183874,183877,183886,183899,183924,183947,183950,183963,183975,183990,184020,184031,184038,184046,184048-184062,184064,184078,184090,184101,184104,184120,184125,184133,184149,184184,184194-184195,184239-184244,184249,184256,184263,184285,184296,184304,184326,184344,184361,184376,184384,184389,184408,184410,184413,184420,184431-184432,184438,184449,184452,184457,184486,184489,184499,184514,184520,184534,184539,184567,184580,184588,184595,184612,184648,184673,184679,184693-184737,184744 via svnmerge from
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch
==========================================================================
Bugs fixed (http://gcc.gnu.org/bugzilla):
Optimizers
38644, 38644, 51759, 51821, 49642, 49642, 51374, 51118, 52060,
52139, 46886, 52286, 51118
C
51360, 52181, 52290
C++
51854, 51344, 51795, 51669, 52247, 52309, 52300, 52317
i386
48743, 40068, 52330
Middle End
45678, 51994, 51106, 52140, 44777, 51768, 51767, 48071, 52129,
52074, 52238
Fortran
51966, 52022, 52012, 52093, 52151, 52335, 52386
ARM
50313, 51835, 52006, 52294
Debug info:
51517, 51695, 51950, 52260
==========================================================================
Other changes:
- This represents the upstream 4.6.3 release.
- ARM:
Backport from mainline.
2011-06-08 Julian Brown <julian@codesourcery.com>
* config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
for double-precision helper functions in hard-float mode if only
single-precision arithmetic is supported in hardware.
==========================================================================
Added:
branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/unordered_set/operators/52309.cc
- copied unchanged from r184744, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_set/operators/52309.cc
Modified:
branches/google/gcc-4_6/libstdc++-v3/ChangeLog
branches/google/gcc-4_6/libstdc++-v3/include/bits/hashtable_policy.h
branches/google/gcc-4_6/libstdc++-v3/include/bits/random.h
branches/google/gcc-4_6/libstdc++-v3/include/bits/random.tcc
branches/google/gcc-4_6/libstdc++-v3/include/profile/base.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_algos.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_container_size.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_hash_func.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_node.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_state.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_trace.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_vector_size.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/map
branches/google/gcc-4_6/libstdc++-v3/include/profile/map.h
branches/google/gcc-4_6/libstdc++-v3/include/profile/set
branches/google/gcc-4_6/libstdc++-v3/include/profile/unordered_map
branches/google/gcc-4_6/libstdc++-v3/include/profile/unordered_set
branches/google/gcc-4_6/libstdc++-v3/include/profile/vector
branches/google/gcc-4_6/libstdc++-v3/python/Makefile.am
branches/google/gcc-4_6/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
branches/google/gcc-4_6/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc
branches/google/gcc-4_6/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc
Changes in other areas also in this revision:
Added:
branches/google/gcc-4_6/gcc/testsuite/c-c++-common/pr51768.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/c-c++-common/pr51768.c
branches/google/gcc-4_6/gcc/testsuite/c-c++-common/pr52181.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/c-c++-common/pr52181.c
branches/google/gcc-4_6/gcc/testsuite/g++.dg/abi/mangle60.C
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/abi/mangle60.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/gomp/pr51360-2.C
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51360-2.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/gomp/pr51360.C
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51360.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/gomp/pr51669.C
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51669.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/ipa/pr51759.C
- copied unchanged from r183203, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/ipa/pr51759.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/template/asmgoto1.C
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/asmgoto1.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/torture/pr51344.C
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/torture/pr51344.C
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/compile/pr51767.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr51767.c
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/compile/pr52074.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr52074.c
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/20120111-1.c
- copied unchanged from r183203, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20120111-1.c
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/20120207-1.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20120207-1.c
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/doloop-1.c
- copied unchanged from r183203, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/doloop-1.c
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/doloop-2.c
- copied unchanged from r183203, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/doloop-2.c
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/pr52129.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr52129.c
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/pr52286.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr52286.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/bf-ms-layout-3.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/bf-ms-layout-3.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/dfp/pr52140.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/dfp/pr52140.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/gomp/pr51360.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/gomp/pr51360.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/noncompile/pr52290.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/noncompile/pr52290.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/pr51695.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr51695.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/pr51821.c
- copied, changed from r183203, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr51821.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/pr52139.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr52139.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/torture/pr51106-1.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51106-1.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/torture/pr51106-2.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51106-2.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/torture/pr52060.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr52060.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/tree-prof/pr44777.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-prof/pr44777.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/tree-ssa/pr49642.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/pr49642.c
branches/google/gcc-4_6/gcc/testsuite/gcc.target/arm/pr51835.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr51835.c
branches/google/gcc-4_6/gcc/testsuite/gcc.target/arm/pr52006.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr52006.c
branches/google/gcc-4_6/gcc/testsuite/gcc.target/arm/stack-red-zone.c
- copied unchanged from r183203, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/stack-red-zone.c
branches/google/gcc-4_6/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c
branches/google/gcc-4_6/gcc/testsuite/gcc.target/i386/pr52330.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr52330.c
branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/pr52199.c
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr52199.c
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/class_47.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/class_47.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/derived_constructor_char_3.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/derived_constructor_char_3.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/init_flag_8.f90
- copied unchanged from r183203, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/init_flag_8.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/init_flag_9.f90
- copied unchanged from r183203, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/init_flag_9.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/intrinsic_size_2.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/intrinsic_size_2.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/io_constraints_10.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/io_constraints_10.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/move_alloc_12.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/move_alloc_12.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/realloc_on_assign_10.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_10.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/realloc_on_assign_11.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_11.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/realloc_on_assign_12.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_12.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/realloc_on_assign_13.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_13.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/shape_7.f90
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/shape_7.f90
branches/google/gcc-4_6/gcc/testsuite/gnat.dg/renaming5.adb
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gnat.dg/renaming5.adb
branches/google/gcc-4_6/gcc/testsuite/gnat.dg/renaming5.ads
- copied unchanged from r184744, branches/gcc-4_6-branch/gcc/testsuite/gnat.dg/renaming5.ads
branches/google/gcc-4_6/libgomp/testsuite/libgomp.c/pr46886.c
- copied unchanged from r184744, branches/gcc-4_6-branch/libgomp/testsuite/libgomp.c/pr46886.c
branches/google/gcc-4_6/libmudflap/testsuite/libmudflap.c/fail68-frag.c
- copied unchanged from r184744, branches/gcc-4_6-branch/libmudflap/testsuite/libmudflap.c/fail68-frag.c
Modified:
branches/google/gcc-4_6/ (props changed)
branches/google/gcc-4_6/ChangeLog
branches/google/gcc-4_6/boehm-gc/ChangeLog
branches/google/gcc-4_6/boehm-gc/include/gc_config_macros.h
branches/google/gcc-4_6/config/ChangeLog
branches/google/gcc-4_6/contrib/ChangeLog
branches/google/gcc-4_6/contrib/reghunt/ChangeLog
branches/google/gcc-4_6/contrib/regression/ChangeLog
branches/google/gcc-4_6/fixincludes/ChangeLog
branches/google/gcc-4_6/gcc/ChangeLog
branches/google/gcc-4_6/gcc/DATESTAMP
branches/google/gcc-4_6/gcc/ada/ChangeLog
branches/google/gcc-4_6/gcc/ada/gcc-interface/decl.c
branches/google/gcc-4_6/gcc/ada/gcc-interface/trans.c
branches/google/gcc-4_6/gcc/c-decl.c
branches/google/gcc-4_6/gcc/c-family/ChangeLog
branches/google/gcc-4_6/gcc/c-parser.c
branches/google/gcc-4_6/gcc/calls.c
branches/google/gcc-4_6/gcc/cfgrtl.c
branches/google/gcc-4_6/gcc/combine.c
branches/google/gcc-4_6/gcc/compare-elim.c
branches/google/gcc-4_6/gcc/config/arm/arm.c
branches/google/gcc-4_6/gcc/config/arm/arm.md
branches/google/gcc-4_6/gcc/config/arm/thumb2.md
branches/google/gcc-4_6/gcc/config/avr/avr.c
branches/google/gcc-4_6/gcc/config/i386/driver-i386.c
branches/google/gcc-4_6/gcc/config/i386/i386.c
branches/google/gcc-4_6/gcc/config/i386/i386.md
branches/google/gcc-4_6/gcc/config/i386/winnt-cxx.c
branches/google/gcc-4_6/gcc/config/mips/mips.md
branches/google/gcc-4_6/gcc/config/rs6000/rs6000.c (contents, props changed)
branches/google/gcc-4_6/gcc/config/rs6000/rs6000.h (props changed)
branches/google/gcc-4_6/gcc/config/rs6000/rs6000.md
branches/google/gcc-4_6/gcc/config/s390/s390.md
branches/google/gcc-4_6/gcc/config/sparc/sol2-unwind.h
branches/google/gcc-4_6/gcc/cp/ChangeLog
branches/google/gcc-4_6/gcc/cp/decl.c
branches/google/gcc-4_6/gcc/cp/decl2.c
branches/google/gcc-4_6/gcc/cp/mangle.c
branches/google/gcc-4_6/gcc/cp/pt.c
branches/google/gcc-4_6/gcc/cp/semantics.c
branches/google/gcc-4_6/gcc/cselib.c
branches/google/gcc-4_6/gcc/diagnostic.c
branches/google/gcc-4_6/gcc/dojump.c
branches/google/gcc-4_6/gcc/dwarf2out.c
branches/google/gcc-4_6/gcc/expr.c
branches/google/gcc-4_6/gcc/fold-const.c
branches/google/gcc-4_6/gcc/fortran/ChangeLog
branches/google/gcc-4_6/gcc/fortran/check.c
branches/google/gcc-4_6/gcc/fortran/expr.c
branches/google/gcc-4_6/gcc/fortran/interface.c
branches/google/gcc-4_6/gcc/fortran/io.c
branches/google/gcc-4_6/gcc/fortran/resolve.c
branches/google/gcc-4_6/gcc/fortran/simplify.c
branches/google/gcc-4_6/gcc/fortran/trans-decl.c
branches/google/gcc-4_6/gcc/fortran/trans-expr.c
branches/google/gcc-4_6/gcc/function.c
branches/google/gcc-4_6/gcc/gengtype.c
branches/google/gcc-4_6/gcc/go/ChangeLog
branches/google/gcc-4_6/gcc/gthr.h
branches/google/gcc-4_6/gcc/ipa-split.c
branches/google/gcc-4_6/gcc/java/ChangeLog
branches/google/gcc-4_6/gcc/java/lang.c
branches/google/gcc-4_6/gcc/loop-doloop.c
branches/google/gcc-4_6/gcc/lto/ChangeLog
branches/google/gcc-4_6/gcc/objc/ChangeLog
branches/google/gcc-4_6/gcc/objcp/ChangeLog
branches/google/gcc-4_6/gcc/omp-low.c
branches/google/gcc-4_6/gcc/po/ChangeLog
branches/google/gcc-4_6/gcc/profile.c
branches/google/gcc-4_6/gcc/recog.c
branches/google/gcc-4_6/gcc/stmt.c
branches/google/gcc-4_6/gcc/stor-layout.c
branches/google/gcc-4_6/gcc/testsuite/ChangeLog
branches/google/gcc-4_6/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog
branches/google/gcc-4_6/gcc/testsuite/gcc.target/arm/headmerge-2.c
branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c (props changed)
branches/google/gcc-4_6/gcc/testsuite/lib/target-supports.exp
branches/google/gcc-4_6/gcc/tree-flow.h
branches/google/gcc-4_6/gcc/tree-mudflap.c
branches/google/gcc-4_6/gcc/tree-parloops.c
branches/google/gcc-4_6/gcc/tree-ssa-coalesce.c
branches/google/gcc-4_6/gcc/tree-ssa-loop-ch.c
branches/google/gcc-4_6/gcc/tree-ssa-sccvn.c
branches/google/gcc-4_6/gcc/tree-vect-stmts.c
branches/google/gcc-4_6/gnattools/ChangeLog
branches/google/gcc-4_6/include/ChangeLog
branches/google/gcc-4_6/intl/ChangeLog
branches/google/gcc-4_6/libada/ChangeLog
branches/google/gcc-4_6/libcpp/ChangeLog
branches/google/gcc-4_6/libcpp/po/ChangeLog
branches/google/gcc-4_6/libdecnumber/ChangeLog
branches/google/gcc-4_6/libffi/ChangeLog
branches/google/gcc-4_6/libffi/configure
branches/google/gcc-4_6/libffi/configure.ac
branches/google/gcc-4_6/libgcc/ChangeLog
branches/google/gcc-4_6/libgcc/config/libbid/ChangeLog
branches/google/gcc-4_6/libgfortran/ChangeLog
branches/google/gcc-4_6/libgomp/ChangeLog
branches/google/gcc-4_6/libiberty/ChangeLog
branches/google/gcc-4_6/libiberty/make-relative-prefix.c
branches/google/gcc-4_6/libjava/ChangeLog
branches/google/gcc-4_6/libjava/classpath/ (props changed)
branches/google/gcc-4_6/libjava/classpath/ChangeLog
branches/google/gcc-4_6/libjava/configure
branches/google/gcc-4_6/libjava/configure.ac
branches/google/gcc-4_6/libjava/libltdl/ChangeLog
branches/google/gcc-4_6/libmudflap/ChangeLog
branches/google/gcc-4_6/libobjc/ChangeLog
branches/google/gcc-4_6/libquadmath/ChangeLog
branches/google/gcc-4_6/libssp/ChangeLog
branches/google/gcc-4_6/lto-plugin/ChangeLog
branches/google/gcc-4_6/maintainer-scripts/ChangeLog
branches/google/gcc-4_6/zlib/ChangeLog
Propchange: branches/google/gcc-4_6/
('svn:mergeinfo' modified)
Propchange: branches/google/gcc-4_6/
('svnmerge-integrated' modified)
Propchange: branches/google/gcc-4_6/gcc/config/rs6000/rs6000.c
('svn:mergeinfo' modified)
Propchange: branches/google/gcc-4_6/gcc/config/rs6000/rs6000.h
('svn:mergeinfo' modified)
Propchange: branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c
('svn:mergeinfo' modified)
Propchange: branches/google/gcc-4_6/libjava/classpath/
('svn:mergeinfo' modified)