This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r171118 - in /branches/pph: ./ ChangeLog config...
- From: dnovillo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 17 Mar 2011 22:25:23 -0000
- Subject: r171118 - in /branches/pph: ./ ChangeLog config...
Author: dnovillo
Date: Thu Mar 17 22:25:20 2011
New Revision: 171118
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171118
Log:
Merge from trunk rev 171104.
Added:
branches/pph/libstdc++-v3/libsupc++/nested_exception.cc
- copied unchanged from r171104, trunk/libstdc++-v3/libsupc++/nested_exception.cc
branches/pph/libstdc++-v3/src/functional.cc
- copied unchanged from r171104, trunk/libstdc++-v3/src/functional.cc
branches/pph/libstdc++-v3/src/shared_ptr.cc
- copied unchanged from r171104, trunk/libstdc++-v3/src/shared_ptr.cc
branches/pph/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc
- copied unchanged from r171104, trunk/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc
Modified:
branches/pph/libstdc++-v3/ChangeLog
branches/pph/libstdc++-v3/config/abi/pre/gnu.ver
branches/pph/libstdc++-v3/doc/xml/manual/abi.xml
branches/pph/libstdc++-v3/include/Makefile.am
branches/pph/libstdc++-v3/include/Makefile.in
branches/pph/libstdc++-v3/include/bits/c++config
branches/pph/libstdc++-v3/include/bits/random.h
branches/pph/libstdc++-v3/include/bits/random.tcc
branches/pph/libstdc++-v3/include/bits/regex.h
branches/pph/libstdc++-v3/include/bits/regex_compiler.h
branches/pph/libstdc++-v3/include/bits/regex_cursor.h
branches/pph/libstdc++-v3/include/bits/regex_grep_matcher.h
branches/pph/libstdc++-v3/include/bits/regex_grep_matcher.tcc
branches/pph/libstdc++-v3/include/bits/regex_nfa.h
branches/pph/libstdc++-v3/include/bits/regex_nfa.tcc
branches/pph/libstdc++-v3/include/bits/shared_ptr_base.h
branches/pph/libstdc++-v3/include/std/functional
branches/pph/libstdc++-v3/include/std/future
branches/pph/libstdc++-v3/include/std/stdexcept
branches/pph/libstdc++-v3/include/std/system_error
branches/pph/libstdc++-v3/libsupc++/Makefile.am
branches/pph/libstdc++-v3/libsupc++/Makefile.in
branches/pph/libstdc++-v3/libsupc++/nested_exception.h
branches/pph/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/pph/libstdc++-v3/src/Makefile.am
branches/pph/libstdc++-v3/src/Makefile.in
branches/pph/libstdc++-v3/src/future.cc
branches/pph/libstdc++-v3/src/stdexcept.cc
branches/pph/libstdc++-v3/src/system_error.cc
branches/pph/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
branches/pph/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
Changes in other areas also in this revision:
Added:
branches/pph/gcc/testsuite/g++.dg/cpp0x/auto22.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/auto22.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/constexpr-46336.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-46336.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/constexpr-47570.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-47570.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/constexpr-48089.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-48089.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/constexpr-abi1.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-abi1.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/constexpr-array3.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array3.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/constexpr-attribute.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-attribute.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/constexpr-recursion.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-recursion.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/decltype-1212.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/decltype-1212.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/elision2.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/elision2.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/implicit11.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/implicit11.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/sfinae6.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae6.C
branches/pph/gcc/testsuite/g++.dg/debug/dwarf2/typedef6.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/debug/dwarf2/typedef6.C
branches/pph/gcc/testsuite/g++.dg/parse/memfnquals1.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/parse/memfnquals1.C
branches/pph/gcc/testsuite/g++.dg/parse/pr34758.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/parse/pr34758.C
branches/pph/gcc/testsuite/g++.dg/template/incomplete6.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/template/incomplete6.C
branches/pph/gcc/testsuite/g++.dg/torture/pr48165.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/torture/pr48165.C
branches/pph/gcc/testsuite/g++.dg/tree-ssa/pr13954.C
- copied unchanged from r171104, trunk/gcc/testsuite/g++.dg/tree-ssa/pr13954.C
branches/pph/gcc/testsuite/gcc.c-torture/compile/pr48136.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.c-torture/compile/pr48136.c
branches/pph/gcc/testsuite/gcc.c-torture/execute/postmod-1.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.c-torture/execute/postmod-1.c
branches/pph/gcc/testsuite/gcc.c-torture/execute/pr47917.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.c-torture/execute/pr47917.c
branches/pph/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c89-asm.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c89-asm.c
branches/pph/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c89-ext.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c89-ext.c
branches/pph/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c90-asm.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c90-asm.c
branches/pph/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c90-ext.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c90-ext.c
branches/pph/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c99-asm.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c99-asm.c
branches/pph/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c99-ext.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/Woverlength-strings-pedantic-c99-ext.c
branches/pph/gcc/testsuite/gcc.dg/fold-complex-1.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/fold-complex-1.c
branches/pph/gcc/testsuite/gcc.dg/guality/pr45882.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/guality/pr45882.c
branches/pph/gcc/testsuite/gcc.dg/pr47917.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/pr47917.c
branches/pph/gcc/testsuite/gcc.dg/pr48134.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/pr48134.c
branches/pph/gcc/testsuite/gcc.dg/pr48141.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/pr48141.c
branches/pph/gcc/testsuite/gcc.dg/torture/pr48146.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/torture/pr48146.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/complex-6.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/tree-ssa/complex-6.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-6.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-6.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-7.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-7.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-8.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-8.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-9.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-9.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/vrp55.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp55.c
branches/pph/gcc/testsuite/gcc.dg/uninit-pred-7_d.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/uninit-pred-7_d.c
branches/pph/gcc/testsuite/gcc.dg/uninit-pred-8_d.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.dg/uninit-pred-8_d.c
branches/pph/gcc/testsuite/gcc.target/arm/pr46788.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/arm/pr46788.c
branches/pph/gcc/testsuite/gcc.target/i386/avx-ceil-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/avx-ceil-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/avx-ceilf-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/avx-ceilf-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/avx-floor-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/avx-floor-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/avx-floorf-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/avx-floorf-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/avx-rint-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/avx-rint-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/avx-rintf-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/avx-rintf-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/avx-trunc-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/avx-trunc-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/avx-truncf-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/avx-truncf-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/pr48037-1.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/pr48037-1.c
branches/pph/gcc/testsuite/gcc.target/i386/sse4_1-ceil-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/sse4_1-ceil-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/sse4_1-ceilf-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/sse4_1-ceilf-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/sse4_1-floor-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/sse4_1-floor-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/sse4_1-floorf-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/sse4_1-floorf-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/sse4_1-rint-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/sse4_1-rint-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/sse4_1-rintf-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/sse4_1-rintf-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/sse4_1-trunc-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/sse4_1-trunc-vec.c
branches/pph/gcc/testsuite/gcc.target/i386/sse4_1-truncf-vec.c
- copied unchanged from r171104, trunk/gcc/testsuite/gcc.target/i386/sse4_1-truncf-vec.c
branches/pph/libgo/go/compress/bzip2/
- copied from r171104, trunk/libgo/go/compress/bzip2/
branches/pph/libgo/go/compress/lzw/
- copied from r171104, trunk/libgo/go/compress/lzw/
branches/pph/libgo/go/compress/testdata/
- copied from r171104, trunk/libgo/go/compress/testdata/
branches/pph/libgo/go/crypto/crypto.go
- copied unchanged from r171104, trunk/libgo/go/crypto/crypto.go
branches/pph/libgo/go/crypto/dsa/
- copied from r171104, trunk/libgo/go/crypto/dsa/
branches/pph/libgo/go/crypto/openpgp/canonical_text.go
- copied unchanged from r171104, trunk/libgo/go/crypto/openpgp/canonical_text.go
branches/pph/libgo/go/crypto/openpgp/canonical_text_test.go
- copied unchanged from r171104, trunk/libgo/go/crypto/openpgp/canonical_text_test.go
branches/pph/libgo/go/crypto/openpgp/keys.go
- copied unchanged from r171104, trunk/libgo/go/crypto/openpgp/keys.go
branches/pph/libgo/go/crypto/openpgp/packet/
- copied from r171104, trunk/libgo/go/crypto/openpgp/packet/
branches/pph/libgo/go/crypto/openpgp/read.go
- copied unchanged from r171104, trunk/libgo/go/crypto/openpgp/read.go
branches/pph/libgo/go/crypto/openpgp/read_test.go
- copied unchanged from r171104, trunk/libgo/go/crypto/openpgp/read_test.go
branches/pph/libgo/go/crypto/openpgp/write.go
- copied unchanged from r171104, trunk/libgo/go/crypto/openpgp/write.go
branches/pph/libgo/go/crypto/openpgp/write_test.go
- copied unchanged from r171104, trunk/libgo/go/crypto/openpgp/write_test.go
branches/pph/libgo/go/exec/lp_test.go
- copied unchanged from r171104, trunk/libgo/go/exec/lp_test.go
branches/pph/libgo/go/exp/wingui/
- copied from r171104, trunk/libgo/go/exp/wingui/
branches/pph/libgo/go/http/header.go
- copied unchanged from r171104, trunk/libgo/go/http/header.go
branches/pph/libgo/go/http/proxy_test.go
- copied unchanged from r171104, trunk/libgo/go/http/proxy_test.go
branches/pph/libgo/go/http/transport.go
- copied unchanged from r171104, trunk/libgo/go/http/transport.go
branches/pph/libgo/go/image/decode_test.go
- copied unchanged from r171104, trunk/libgo/go/image/decode_test.go
branches/pph/libgo/go/image/png/testdata/pngsuite/basn0g01-30.sng
- copied unchanged from r171104, trunk/libgo/go/image/png/testdata/pngsuite/basn0g01-30.sng
branches/pph/libgo/go/image/png/testdata/pngsuite/basn0g02-29.sng
- copied unchanged from r171104, trunk/libgo/go/image/png/testdata/pngsuite/basn0g02-29.sng
branches/pph/libgo/go/image/png/testdata/pngsuite/basn0g04-31.sng
- copied unchanged from r171104, trunk/libgo/go/image/png/testdata/pngsuite/basn0g04-31.sng
branches/pph/libgo/go/net/multicast_test.go
- copied unchanged from r171104, trunk/libgo/go/net/multicast_test.go
branches/pph/libgo/go/net/textproto/header.go
- copied unchanged from r171104, trunk/libgo/go/net/textproto/header.go
branches/pph/libgo/go/os/exec_unix.go
- copied unchanged from r171104, trunk/libgo/go/os/exec_unix.go
branches/pph/libgo/go/os/exec_windows.go
- copied unchanged from r171104, trunk/libgo/go/os/exec_windows.go
branches/pph/libgo/go/sync/atomic/
- copied from r171104, trunk/libgo/go/sync/atomic/
branches/pph/libgo/go/sync/cond.go
- copied unchanged from r171104, trunk/libgo/go/sync/cond.go
branches/pph/libgo/go/sync/cond_test.go
- copied unchanged from r171104, trunk/libgo/go/sync/cond_test.go
branches/pph/libgo/go/sync/waitgroup.go
- copied unchanged from r171104, trunk/libgo/go/sync/waitgroup.go
branches/pph/libgo/go/sync/waitgroup_test.go
- copied unchanged from r171104, trunk/libgo/go/sync/waitgroup_test.go
Removed:
branches/pph/libgo/go/runtime/chan_defs.go
branches/pph/libgo/go/runtime/hashmap_defs.go
branches/pph/libgo/go/runtime/iface_defs.go
branches/pph/libgo/go/runtime/malloc_defs.go
branches/pph/libgo/go/runtime/mheapmap32_defs.go
branches/pph/libgo/go/runtime/mheapmap64_defs.go
branches/pph/libgo/go/runtime/runtime_defs.go
branches/pph/libgo/go/sync/xadd_test.go
branches/pph/libgo/runtime/mheapmap32.c
branches/pph/libgo/runtime/mheapmap32.h
branches/pph/libgo/runtime/mheapmap64.c
branches/pph/libgo/runtime/mheapmap64.h
Modified:
branches/pph/ (props changed)
branches/pph/ChangeLog
branches/pph/configure
branches/pph/configure.ac
branches/pph/gcc/BASE-VER
branches/pph/gcc/ChangeLog
branches/pph/gcc/ChangeLog.pph
branches/pph/gcc/DATESTAMP
branches/pph/gcc/Makefile.in
branches/pph/gcc/ada/ChangeLog
branches/pph/gcc/ada/gcc-interface/gigi.h
branches/pph/gcc/ada/gcc-interface/trans.c
branches/pph/gcc/ada/gcc-interface/utils.c
branches/pph/gcc/builtins.c
branches/pph/gcc/c-family/ChangeLog
branches/pph/gcc/c-family/c-common.c
branches/pph/gcc/c-family/c-common.h
branches/pph/gcc/c-family/c-opts.c
branches/pph/gcc/c-family/c.opt
branches/pph/gcc/c-parser.c
branches/pph/gcc/calls.c
branches/pph/gcc/cfgexpand.c
branches/pph/gcc/cfglayout.c
branches/pph/gcc/cfglayout.h
branches/pph/gcc/common.opt
branches/pph/gcc/config.in
branches/pph/gcc/config/arm/arm.c
branches/pph/gcc/config/arm/arm.md
branches/pph/gcc/config/i386/i386-builtin-types.def
branches/pph/gcc/config/i386/i386.c
branches/pph/gcc/config/i386/i386.md
branches/pph/gcc/config/rs6000/constraints.md
branches/pph/gcc/config/rs6000/predicates.md
branches/pph/gcc/config/rs6000/rs6000-protos.h
branches/pph/gcc/config/rs6000/rs6000.c
branches/pph/gcc/config/rs6000/rs6000.md
branches/pph/gcc/config/rs6000/vsx.md
branches/pph/gcc/config/sol2.c
branches/pph/gcc/configure
branches/pph/gcc/configure.ac
branches/pph/gcc/cp/ChangeLog
branches/pph/gcc/cp/call.c
branches/pph/gcc/cp/cp-objcp-common.c
branches/pph/gcc/cp/cp-tree.h
branches/pph/gcc/cp/decl.c
branches/pph/gcc/cp/decl2.c
branches/pph/gcc/cp/method.c
branches/pph/gcc/cp/parser.c
branches/pph/gcc/cp/pt.c
branches/pph/gcc/cp/semantics.c
branches/pph/gcc/cp/typeck.c
branches/pph/gcc/cselib.c
branches/pph/gcc/dbxout.c
branches/pph/gcc/debug.c
branches/pph/gcc/debug.h
branches/pph/gcc/doc/invoke.texi
branches/pph/gcc/dse.c
branches/pph/gcc/dwarf2out.c
branches/pph/gcc/emit-rtl.c
branches/pph/gcc/final.c
branches/pph/gcc/fold-const.c
branches/pph/gcc/fortran/ChangeLog
branches/pph/gcc/fortran/arith.c
branches/pph/gcc/gcc.c
branches/pph/gcc/gengtype.c
branches/pph/gcc/gimple-fold.c
branches/pph/gcc/go/ (props changed)
branches/pph/gcc/go/gofrontend/types.cc
branches/pph/gcc/insn-notes.def
branches/pph/gcc/integrate.c
branches/pph/gcc/lto-cgraph.c
branches/pph/gcc/params.def
branches/pph/gcc/print-rtl.c
branches/pph/gcc/rtl.c
branches/pph/gcc/rtl.def
branches/pph/gcc/rtl.h
branches/pph/gcc/sdbout.c
branches/pph/gcc/testsuite/ChangeLog
branches/pph/gcc/testsuite/g++.dg/cpp0x/initlist38.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/pr45908.C
branches/pph/gcc/testsuite/g++.dg/cpp0x/rv-return.C
branches/pph/gcc/testsuite/g++.dg/debug/dwarf2/icf.C
branches/pph/gcc/testsuite/g++.dg/parse/friend5.C
branches/pph/gcc/testsuite/g++.dg/tree-ssa/pr33604.C
branches/pph/gcc/testsuite/g++.old-deja/g++.jason/conversion11.C
branches/pph/gcc/testsuite/g++.old-deja/g++.law/arg11.C
branches/pph/gcc/testsuite/gcc.dg/guality/vla-1.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/foldaddr-1.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/pr14814.c
branches/pph/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-19.c
branches/pph/gcc/testsuite/gcc.target/i386/builtin-copysign.c
branches/pph/gcc/testsuite/gcc.target/powerpc/ppc-round.c (props changed)
branches/pph/gcc/testsuite/gfortran.dg/c_f_pointer_tests_3.f90
branches/pph/gcc/testsuite/gfortran.dg/ishft_4.f90
branches/pph/gcc/testsuite/gfortran.dg/leadz_trailz_3.f90
branches/pph/gcc/testsuite/go.dg/ (props changed)
branches/pph/gcc/testsuite/go.go-torture/ (props changed)
branches/pph/gcc/testsuite/go.test/ (props changed)
branches/pph/gcc/tree-object-size.c
branches/pph/gcc/tree-pretty-print.c
branches/pph/gcc/tree-ssa-ccp.c
branches/pph/gcc/tree-ssa-dce.c
branches/pph/gcc/tree-ssa-operands.c
branches/pph/gcc/tree-ssa-phiopt.c
branches/pph/gcc/tree-ssa-sccvn.c
branches/pph/gcc/tree-ssa-sink.c
branches/pph/gcc/tree-ssa-uninit.c
branches/pph/gcc/tree-ssa.c
branches/pph/gcc/tree-tailcall.c
branches/pph/gcc/tree-vrp.c
branches/pph/gcc/unwind-dw2.c
branches/pph/gcc/var-tracking.c
branches/pph/gcc/vmsdbgout.c
branches/pph/include/ChangeLog
branches/pph/include/dwarf2.h
branches/pph/libgfortran/ChangeLog
branches/pph/libgfortran/acinclude.m4
branches/pph/libgfortran/configure
branches/pph/libgfortran/configure.ac
branches/pph/libgo/ (props changed)
branches/pph/libgo/MERGE
branches/pph/libgo/Makefile.am
branches/pph/libgo/Makefile.in
branches/pph/libgo/go/archive/zip/reader.go
branches/pph/libgo/go/archive/zip/reader_test.go
branches/pph/libgo/go/archive/zip/struct.go
branches/pph/libgo/go/asn1/marshal.go
branches/pph/libgo/go/bufio/bufio.go
branches/pph/libgo/go/bytes/buffer.go
branches/pph/libgo/go/bytes/buffer_test.go
branches/pph/libgo/go/compress/flate/deflate_test.go
branches/pph/libgo/go/compress/zlib/writer_test.go
branches/pph/libgo/go/container/ring/ring.go
branches/pph/libgo/go/container/ring/ring_test.go
branches/pph/libgo/go/crypto/cipher/ocfb.go
branches/pph/libgo/go/crypto/cipher/ocfb_test.go
branches/pph/libgo/go/crypto/md4/md4.go
branches/pph/libgo/go/crypto/md5/md5.go
branches/pph/libgo/go/crypto/ocsp/ocsp.go
branches/pph/libgo/go/crypto/openpgp/armor/armor.go
branches/pph/libgo/go/crypto/openpgp/armor/armor_test.go
branches/pph/libgo/go/crypto/openpgp/armor/encode.go
branches/pph/libgo/go/crypto/openpgp/error/error.go
branches/pph/libgo/go/crypto/openpgp/s2k/s2k.go
branches/pph/libgo/go/crypto/rand/rand_unix.go
branches/pph/libgo/go/crypto/rand/rand_windows.go
branches/pph/libgo/go/crypto/ripemd160/ripemd160.go
branches/pph/libgo/go/crypto/rsa/pkcs1v15.go
branches/pph/libgo/go/crypto/rsa/pkcs1v15_test.go
branches/pph/libgo/go/crypto/rsa/rsa.go
branches/pph/libgo/go/crypto/rsa/rsa_test.go
branches/pph/libgo/go/crypto/sha1/sha1.go
branches/pph/libgo/go/crypto/sha256/sha256.go
branches/pph/libgo/go/crypto/sha512/sha512.go
branches/pph/libgo/go/crypto/tls/handshake_client.go
branches/pph/libgo/go/crypto/tls/handshake_client_test.go
branches/pph/libgo/go/crypto/tls/handshake_server.go
branches/pph/libgo/go/crypto/tls/handshake_server_test.go
branches/pph/libgo/go/crypto/tls/key_agreement.go
branches/pph/libgo/go/crypto/tls/tls.go
branches/pph/libgo/go/crypto/x509/x509.go
branches/pph/libgo/go/crypto/x509/x509_test.go
branches/pph/libgo/go/debug/pe/file.go
branches/pph/libgo/go/ebnf/ebnf_test.go
branches/pph/libgo/go/encoding/binary/binary.go
branches/pph/libgo/go/encoding/line/line.go
branches/pph/libgo/go/encoding/line/line_test.go
branches/pph/libgo/go/exec/exec.go
branches/pph/libgo/go/exec/lp_unix.go
branches/pph/libgo/go/exec/lp_windows.go
branches/pph/libgo/go/exp/draw/x11/conn.go
branches/pph/libgo/go/exp/eval/stmt.go
branches/pph/libgo/go/exp/eval/stmt_test.go
branches/pph/libgo/go/flag/flag.go
branches/pph/libgo/go/flag/flag_test.go
branches/pph/libgo/go/fmt/doc.go
branches/pph/libgo/go/fmt/fmt_test.go
branches/pph/libgo/go/fmt/print.go
branches/pph/libgo/go/fmt/scan.go
branches/pph/libgo/go/fmt/scan_test.go
branches/pph/libgo/go/go/ast/ast.go
branches/pph/libgo/go/go/ast/walk.go
branches/pph/libgo/go/go/parser/parser.go
branches/pph/libgo/go/go/parser/parser_test.go
branches/pph/libgo/go/go/printer/nodes.go
branches/pph/libgo/go/go/printer/printer.go
branches/pph/libgo/go/go/printer/printer_test.go
branches/pph/libgo/go/go/printer/testdata/expressions.golden
branches/pph/libgo/go/go/printer/testdata/expressions.input
branches/pph/libgo/go/go/printer/testdata/expressions.raw
branches/pph/libgo/go/go/printer/testdata/statements.golden
branches/pph/libgo/go/go/printer/testdata/statements.input
branches/pph/libgo/go/go/scanner/scanner.go
branches/pph/libgo/go/go/scanner/scanner_test.go
branches/pph/libgo/go/go/token/position.go
branches/pph/libgo/go/go/token/position_test.go
branches/pph/libgo/go/go/token/token.go
branches/pph/libgo/go/gob/codec_test.go
branches/pph/libgo/go/gob/decode.go
branches/pph/libgo/go/gob/decoder.go
branches/pph/libgo/go/gob/doc.go
branches/pph/libgo/go/gob/encode.go
branches/pph/libgo/go/gob/encoder.go
branches/pph/libgo/go/gob/encoder_test.go
branches/pph/libgo/go/gob/type.go
branches/pph/libgo/go/html/doc.go
branches/pph/libgo/go/html/token.go
branches/pph/libgo/go/html/token_test.go
branches/pph/libgo/go/http/client.go
branches/pph/libgo/go/http/client_test.go
branches/pph/libgo/go/http/fs.go
branches/pph/libgo/go/http/fs_test.go
branches/pph/libgo/go/http/persist.go
branches/pph/libgo/go/http/readrequest_test.go
branches/pph/libgo/go/http/request.go
branches/pph/libgo/go/http/request_test.go
branches/pph/libgo/go/http/requestwrite_test.go
branches/pph/libgo/go/http/response.go
branches/pph/libgo/go/http/response_test.go
branches/pph/libgo/go/http/responsewrite_test.go
branches/pph/libgo/go/http/serve_test.go
branches/pph/libgo/go/http/server.go
branches/pph/libgo/go/http/transfer.go
branches/pph/libgo/go/image/png/reader.go
branches/pph/libgo/go/image/png/reader_test.go
branches/pph/libgo/go/image/png/testdata/pngsuite/README
branches/pph/libgo/go/image/png/testdata/pngsuite/basn0g01.sng
branches/pph/libgo/go/image/png/testdata/pngsuite/basn0g02.sng
branches/pph/libgo/go/image/png/testdata/pngsuite/basn0g04.sng
branches/pph/libgo/go/image/png/testdata/pngsuite/basn3p02.sng
branches/pph/libgo/go/image/png/testdata/pngsuite/basn3p04.sng
branches/pph/libgo/go/image/png/testdata/pngsuite/basn4a08.sng
branches/pph/libgo/go/index/suffixarray/qsufsort.go
branches/pph/libgo/go/index/suffixarray/suffixarray.go
branches/pph/libgo/go/index/suffixarray/suffixarray_test.go
branches/pph/libgo/go/io/io.go
branches/pph/libgo/go/io/ioutil/tempfile.go
branches/pph/libgo/go/io/ioutil/tempfile_test.go
branches/pph/libgo/go/json/decode.go
branches/pph/libgo/go/json/decode_test.go
branches/pph/libgo/go/json/encode.go
branches/pph/libgo/go/json/scanner.go
branches/pph/libgo/go/log/log.go
branches/pph/libgo/go/net/dial.go
branches/pph/libgo/go/net/dnsclient.go
branches/pph/libgo/go/net/fd.go
branches/pph/libgo/go/net/fd_windows.go
branches/pph/libgo/go/net/iprawsock.go
branches/pph/libgo/go/net/ipsock.go
branches/pph/libgo/go/net/net.go
branches/pph/libgo/go/net/parse.go
branches/pph/libgo/go/net/server_test.go
branches/pph/libgo/go/net/textproto/reader.go
branches/pph/libgo/go/net/textproto/reader_test.go
branches/pph/libgo/go/net/udpsock.go
branches/pph/libgo/go/netchan/common.go
branches/pph/libgo/go/netchan/export.go
branches/pph/libgo/go/netchan/import.go
branches/pph/libgo/go/netchan/netchan_test.go
branches/pph/libgo/go/os/env_windows.go
branches/pph/libgo/go/os/error.go
branches/pph/libgo/go/os/exec.go
branches/pph/libgo/go/os/inotify/inotify_linux.go
branches/pph/libgo/go/os/os_test.go
branches/pph/libgo/go/path/path_test.go
branches/pph/libgo/go/reflect/all_test.go
branches/pph/libgo/go/reflect/deepequal.go
branches/pph/libgo/go/reflect/type.go
branches/pph/libgo/go/reflect/value.go
branches/pph/libgo/go/regexp/all_test.go
branches/pph/libgo/go/regexp/find_test.go
branches/pph/libgo/go/regexp/regexp.go
branches/pph/libgo/go/rpc/client.go
branches/pph/libgo/go/rpc/debug.go
branches/pph/libgo/go/rpc/jsonrpc/client.go
branches/pph/libgo/go/rpc/jsonrpc/server.go
branches/pph/libgo/go/rpc/server.go
branches/pph/libgo/go/rpc/server_test.go
branches/pph/libgo/go/runtime/debug.go
branches/pph/libgo/go/runtime/extern.go
branches/pph/libgo/go/runtime/pprof/pprof.go
branches/pph/libgo/go/runtime/type.go
branches/pph/libgo/go/scanner/scanner.go
branches/pph/libgo/go/scanner/scanner_test.go
branches/pph/libgo/go/strconv/atof_test.go
branches/pph/libgo/go/strconv/ftoa.go
branches/pph/libgo/go/strconv/ftoa_test.go
branches/pph/libgo/go/sync/mutex.go
branches/pph/libgo/go/sync/mutex_test.go
branches/pph/libgo/go/sync/once.go
branches/pph/libgo/go/sync/rwmutex.go
branches/pph/libgo/go/sync/rwmutex_test.go
branches/pph/libgo/go/syslog/syslog_test.go
branches/pph/libgo/go/template/template.go
branches/pph/libgo/go/template/template_test.go
branches/pph/libgo/go/testing/benchmark.go
branches/pph/libgo/go/testing/testing.go
branches/pph/libgo/go/time/sleep.go
branches/pph/libgo/go/time/sleep_test.go
branches/pph/libgo/go/time/tick.go
branches/pph/libgo/go/time/tick_test.go
branches/pph/libgo/go/unicode/letter_test.go
branches/pph/libgo/go/unicode/script_test.go
branches/pph/libgo/go/unicode/tables.go
branches/pph/libgo/go/websocket/client.go
branches/pph/libgo/go/websocket/server.go
branches/pph/libgo/go/websocket/websocket_test.go
branches/pph/libgo/go/xml/read_test.go
branches/pph/libgo/go/xml/xml.go
branches/pph/libgo/go/xml/xml_test.go
branches/pph/libgo/mksysinfo.sh
branches/pph/libgo/runtime/go-byte-array-to-string.c
branches/pph/libgo/runtime/go-int-array-to-string.c
branches/pph/libgo/runtime/go-int-to-string.c
branches/pph/libgo/runtime/go-new.c
branches/pph/libgo/runtime/go-panic.c
branches/pph/libgo/runtime/go-signal.c
branches/pph/libgo/runtime/go-string-to-byte-array.c
branches/pph/libgo/runtime/go-string-to-int-array.c
branches/pph/libgo/runtime/go-strplus.c
branches/pph/libgo/runtime/go-type.h
branches/pph/libgo/runtime/go-unsafe-pointer.c
branches/pph/libgo/runtime/malloc.goc
branches/pph/libgo/runtime/malloc.h
branches/pph/libgo/runtime/mcentral.c
branches/pph/libgo/runtime/mem.c
branches/pph/libgo/runtime/mem_posix_memalign.c
branches/pph/libgo/runtime/mfinal.c
branches/pph/libgo/runtime/mgc0.c
branches/pph/libgo/runtime/mheap.c
branches/pph/libgo/runtime/mprof.goc
branches/pph/libgo/runtime/msize.c
branches/pph/libgo/runtime/runtime.h
branches/pph/libgo/runtime/sigqueue.goc
branches/pph/libgo/syscalls/exec.go
branches/pph/libgo/syscalls/socket.go
branches/pph/libgo/testsuite/gotest
branches/pph/libjava/classpath/ (props changed)
branches/pph/maintainer-scripts/ChangeLog
branches/pph/maintainer-scripts/crontab
Propchange: branches/pph/
('svn:mergeinfo' modified)
Propchange: branches/pph/
('svnmerge-integrated' modified)
Propchange: branches/pph/gcc/go/
('svn:mergeinfo' modified)
Propchange: branches/pph/gcc/testsuite/gcc.target/powerpc/ppc-round.c
('svn:mergeinfo' modified)
Propchange: branches/pph/gcc/testsuite/go.dg/
('svn:mergeinfo' modified)
Propchange: branches/pph/gcc/testsuite/go.go-torture/
('svn:mergeinfo' modified)
Propchange: branches/pph/gcc/testsuite/go.test/
('svn:mergeinfo' modified)
Propchange: branches/pph/libgo/
('svn:mergeinfo' modified)
Propchange: branches/pph/libjava/classpath/
('svn:mergeinfo' modified)