r182079 - in /branches/melt-branch: ./ ChangeLo...

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Wed Dec 7 12:13:00 GMT 2011


Author: bstarynk
Date: Wed Dec  7 12:13:23 2011
New Revision: 182079

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182079
Log:

2011-12-07  Basile Starynkevitch  <basile@starynkevitch.net>

	MELT branch merged with trunk rev 182077 using svnmerge


Added:
    branches/melt-branch/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc
      - copied unchanged from r182077, trunk/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc
      - copied unchanged from r182077, trunk/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc
Modified:
    branches/melt-branch/libstdc++-v3/ChangeLog
    branches/melt-branch/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_pair.h
    branches/melt-branch/libstdc++-v3/include/profile/   (props changed)
    branches/melt-branch/libstdc++-v3/include/profile/impl/   (props changed)
    branches/melt-branch/libstdc++-v3/include/std/chrono
    branches/melt-branch/libstdc++-v3/include/std/functional
    branches/melt-branch/libstdc++-v3/include/std/stdexcept
    branches/melt-branch/libstdc++-v3/include/std/system_error
    branches/melt-branch/libstdc++-v3/include/std/tuple
    branches/melt-branch/libstdc++-v3/libsupc++/bad_alloc.cc
    branches/melt-branch/libstdc++-v3/libsupc++/bad_cast.cc
    branches/melt-branch/libstdc++-v3/libsupc++/bad_typeid.cc
    branches/melt-branch/libstdc++-v3/libsupc++/eh_exception.cc
    branches/melt-branch/libstdc++-v3/libsupc++/eh_ptr.cc
    branches/melt-branch/libstdc++-v3/libsupc++/exception
    branches/melt-branch/libstdc++-v3/libsupc++/exception_ptr.h
    branches/melt-branch/libstdc++-v3/libsupc++/initializer_list
    branches/melt-branch/libstdc++-v3/libsupc++/nested_exception.cc
    branches/melt-branch/libstdc++-v3/libsupc++/nested_exception.h
    branches/melt-branch/libstdc++-v3/libsupc++/typeinfo
    branches/melt-branch/libstdc++-v3/src/chrono.cc
    branches/melt-branch/libstdc++-v3/src/shared_ptr.cc
    branches/melt-branch/libstdc++-v3/src/stdexcept.cc
    branches/melt-branch/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_if_nested.cc
    branches/melt-branch/libstdc++-v3/testsuite/18_support/nested_exception/throw_with_nested.cc
    branches/melt-branch/libstdc++-v3/testsuite/18_support/pthread_guard.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/list/pthread1.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/list/pthread5.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/map/pthread6.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/unordered_map/profile/   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/vector/profile/   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/30_threads/condition_variable/members/   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/30_threads/this_thread/   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/30_threads/thread/members/   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/30_threads/thread/swap/   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/ext/profile/   (props changed)
    branches/melt-branch/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc   (props changed)

Changes in other areas also in this revision:
Added:
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto28.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/cpp0x/auto28.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc1.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/cpp0x/dc1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc2.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/cpp0x/dc2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc3.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/cpp0x/dc3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc4.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/cpp0x/dc4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc5.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/cpp0x/dc5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc6.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/cpp0x/dc6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist62.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/cpp0x/initlist62.C
    branches/melt-branch/gcc/testsuite/g++.dg/diagnostic/wrong-tag-1.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/diagnostic/wrong-tag-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/ext/underlying_type11.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/ext/underlying_type11.C
    branches/melt-branch/gcc/testsuite/g++.dg/lookup/using50.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/lookup/using50.C
    branches/melt-branch/gcc/testsuite/g++.dg/lookup/using51.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/lookup/using51.C
    branches/melt-branch/gcc/testsuite/g++.dg/opt/pr51396.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/opt/pr51396.C
    branches/melt-branch/gcc/testsuite/g++.dg/other/abstract3.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/other/abstract3.C
    branches/melt-branch/gcc/testsuite/g++.dg/template/static32.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/template/static32.C
    branches/melt-branch/gcc/testsuite/g++.dg/torture/pr51436.C
      - copied unchanged from r182077, trunk/gcc/testsuite/g++.dg/torture/pr51436.C
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr51354.c
      - copied unchanged from r182077, trunk/gcc/testsuite/gcc.c-torture/compile/pr51354.c
    branches/melt-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
      - copied unchanged from r182077, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/pr51339.c
      - copied unchanged from r182077, trunk/gcc/testsuite/gcc.dg/gomp/pr51339.c
    branches/melt-branch/gcc/testsuite/gcc.dg/ipa/pr50744.c
      - copied unchanged from r182077, trunk/gcc/testsuite/gcc.dg/ipa/pr50744.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr51408.c
      - copied unchanged from r182077, trunk/gcc/testsuite/gcc.dg/pr51408.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr49997.c
      - copied unchanged from r182077, trunk/gcc/testsuite/gcc.dg/torture/pr49997.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr50823.c
      - copied unchanged from r182077, trunk/gcc/testsuite/gcc.dg/torture/pr50823.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr51245.c
      - copied unchanged from r182077, trunk/gcc/testsuite/gcc.dg/torture/pr51245.c
    branches/melt-branch/gcc/testsuite/gfortran.dg/assumed_charlen_substring_1.f90
      - copied unchanged from r182077, trunk/gcc/testsuite/gfortran.dg/assumed_charlen_substring_1.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/default_initialization_5.f90
      - copied unchanged from r182077, trunk/gcc/testsuite/gfortran.dg/default_initialization_5.f90
    branches/melt-branch/libgo/go/encoding/asn1/
      - copied from r182077, trunk/libgo/go/encoding/asn1/
    branches/melt-branch/libgo/go/encoding/csv/
      - copied from r182077, trunk/libgo/go/encoding/csv/
    branches/melt-branch/libgo/go/encoding/gob/
      - copied from r182077, trunk/libgo/go/encoding/gob/
    branches/melt-branch/libgo/go/encoding/json/
      - copied from r182077, trunk/libgo/go/encoding/json/
    branches/melt-branch/libgo/go/encoding/xml/
      - copied from r182077, trunk/libgo/go/encoding/xml/
    branches/melt-branch/libgo/go/exp/sql/driver/types_test.go
      - copied unchanged from r182077, trunk/libgo/go/exp/sql/driver/types_test.go
    branches/melt-branch/libgo/go/exp/ssh/client_auth.go
      - copied unchanged from r182077, trunk/libgo/go/exp/ssh/client_auth.go
    branches/melt-branch/libgo/go/go/ast/import.go
      - copied unchanged from r182077, trunk/libgo/go/go/ast/import.go
    branches/melt-branch/libgo/go/html/template/
      - copied from r182077, trunk/libgo/go/html/template/
    branches/melt-branch/libgo/go/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat
      - copied unchanged from r182077, trunk/libgo/go/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat
    branches/melt-branch/libgo/go/log/syslog/
      - copied from r182077, trunk/libgo/go/log/syslog/
    branches/melt-branch/libgo/go/math/big/
      - copied from r182077, trunk/libgo/go/math/big/
    branches/melt-branch/libgo/go/math/cmplx/
      - copied from r182077, trunk/libgo/go/math/cmplx/
    branches/melt-branch/libgo/go/math/rand/
      - copied from r182077, trunk/libgo/go/math/rand/
    branches/melt-branch/libgo/go/net/http/
      - copied from r182077, trunk/libgo/go/net/http/
    branches/melt-branch/libgo/go/net/mail/
      - copied from r182077, trunk/libgo/go/net/mail/
    branches/melt-branch/libgo/go/net/rpc/
      - copied from r182077, trunk/libgo/go/net/rpc/
    branches/melt-branch/libgo/go/net/smtp/
      - copied from r182077, trunk/libgo/go/net/smtp/
    branches/melt-branch/libgo/go/net/url/
      - copied from r182077, trunk/libgo/go/net/url/
    branches/melt-branch/libgo/go/os/exec/
      - copied from r182077, trunk/libgo/go/os/exec/
    branches/melt-branch/libgo/go/regexp/testdata/re2-exhaustive.txt.bz2
      - copied unchanged from r182077, trunk/libgo/go/regexp/testdata/re2-exhaustive.txt.bz2
    branches/melt-branch/libgo/go/text/
      - copied from r182077, trunk/libgo/go/text/
    branches/melt-branch/libgo/go/unicode/utf16/
      - copied from r182077, trunk/libgo/go/unicode/utf16/
    branches/melt-branch/libgo/go/unicode/utf8/
      - copied from r182077, trunk/libgo/go/unicode/utf8/
    branches/melt-branch/libgo/runtime/time.goc
      - copied unchanged from r182077, trunk/libgo/runtime/time.goc
Removed:
    branches/melt-branch/libgo/go/asn1/
    branches/melt-branch/libgo/go/big/
    branches/melt-branch/libgo/go/cmath/
    branches/melt-branch/libgo/go/compress/zlib/testdata/
    branches/melt-branch/libgo/go/csv/
    branches/melt-branch/libgo/go/debug/proc/
    branches/melt-branch/libgo/go/exec/
    branches/melt-branch/libgo/go/exp/template/html/
    branches/melt-branch/libgo/go/gob/
    branches/melt-branch/libgo/go/http/
    branches/melt-branch/libgo/go/json/
    branches/melt-branch/libgo/go/mail/
    branches/melt-branch/libgo/go/rand/
    branches/melt-branch/libgo/go/rpc/
    branches/melt-branch/libgo/go/scanner/
    branches/melt-branch/libgo/go/smtp/
    branches/melt-branch/libgo/go/syslog/
    branches/melt-branch/libgo/go/tabwriter/
    branches/melt-branch/libgo/go/template/
    branches/melt-branch/libgo/go/url/
    branches/melt-branch/libgo/go/utf16/
    branches/melt-branch/libgo/go/utf8/
    branches/melt-branch/libgo/go/xml/
Modified:
    branches/melt-branch/   (props changed)
    branches/melt-branch/ChangeLog.MELT
    branches/melt-branch/gcc/ChangeLog
    branches/melt-branch/gcc/DATESTAMP
    branches/melt-branch/gcc/ada/ChangeLog
    branches/melt-branch/gcc/ada/gcc-interface/Makefile.in
    branches/melt-branch/gcc/ada/get_scos.adb
    branches/melt-branch/gcc/ada/gnat_ugn.texi
    branches/melt-branch/gcc/ada/lib-writ.adb
    branches/melt-branch/gcc/ada/par_sco.adb
    branches/melt-branch/gcc/ada/put_scos.adb
    branches/melt-branch/gcc/ada/s-oscons-tmplt.c
    branches/melt-branch/gcc/ada/scos.ads
    branches/melt-branch/gcc/ada/sem_ch3.adb
    branches/melt-branch/gcc/ada/sem_ch4.adb
    branches/melt-branch/gcc/ada/sem_ch6.adb
    branches/melt-branch/gcc/ada/sem_util.adb
    branches/melt-branch/gcc/ada/sysdep.c
    branches/melt-branch/gcc/ada/treepr.adb
    branches/melt-branch/gcc/c-decl.c
    branches/melt-branch/gcc/config/arm/arm-protos.h
    branches/melt-branch/gcc/config/arm/arm.c
    branches/melt-branch/gcc/config/arm/arm.md
    branches/melt-branch/gcc/config/arm/constraints.md
    branches/melt-branch/gcc/config/arm/predicates.md
    branches/melt-branch/gcc/config/arm/vfp.md
    branches/melt-branch/gcc/config/avr/avr-c.c
    branches/melt-branch/gcc/config/avr/avr-mcus.def
    branches/melt-branch/gcc/config/avr/avr.c
    branches/melt-branch/gcc/config/avr/avr.h
    branches/melt-branch/gcc/config/avr/avr.md
    branches/melt-branch/gcc/config/i386/i386.c
    branches/melt-branch/gcc/config/rs6000/rs6000.c
    branches/melt-branch/gcc/config/rs6000/rtems.h
    branches/melt-branch/gcc/config/sparc/visintrin.h
    branches/melt-branch/gcc/cp/ChangeLog
    branches/melt-branch/gcc/cp/ChangeLog-2007   (props changed)
    branches/melt-branch/gcc/cp/ChangeLog-2008   (props changed)
    branches/melt-branch/gcc/cp/call.c
    branches/melt-branch/gcc/cp/cp-tree.h
    branches/melt-branch/gcc/cp/error.c
    branches/melt-branch/gcc/cp/init.c
    branches/melt-branch/gcc/cp/parser.c
    branches/melt-branch/gcc/cp/pt.c
    branches/melt-branch/gcc/cp/semantics.c
    branches/melt-branch/gcc/cp/typeck2.c
    branches/melt-branch/gcc/fortran/ChangeLog
    branches/melt-branch/gcc/fortran/dependency.c
    branches/melt-branch/gcc/fortran/expr.c
    branches/melt-branch/gcc/gimple-fold.c
    branches/melt-branch/gcc/gimple.c
    branches/melt-branch/gcc/gimple.h
    branches/melt-branch/gcc/go/   (props changed)
    branches/melt-branch/gcc/ipa-cp.c
    branches/melt-branch/gcc/ipa-inline.c
    branches/melt-branch/gcc/ira-build.c
    branches/melt-branch/gcc/ira-color.c
    branches/melt-branch/gcc/ira-int.h
    branches/melt-branch/gcc/lto-streamer-in.c   (props changed)
    branches/melt-branch/gcc/lto-streamer-out.c   (props changed)
    branches/melt-branch/gcc/lto-streamer.c   (props changed)
    branches/melt-branch/gcc/lto-streamer.h   (props changed)
    branches/melt-branch/gcc/optabs.c
    branches/melt-branch/gcc/passes.c
    branches/melt-branch/gcc/resource.c
    branches/melt-branch/gcc/testsuite/ChangeLog
    branches/melt-branch/gcc/testsuite/c-c++-common/Wconversion-real.c   (props changed)
    branches/melt-branch/gcc/testsuite/g++.dg/debug/pr46338.C
    branches/melt-branch/gcc/testsuite/g++.dg/template/meminit1.C
    branches/melt-branch/gcc/testsuite/g++.dg/torture/pr39732.C
    branches/melt-branch/gcc/testsuite/g++.dg/torture/pr40642.C
    branches/melt-branch/gcc/testsuite/g++.dg/warn/Wconversion-null-2.C   (props changed)
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr44686.c
    branches/melt-branch/gcc/testsuite/gcc.dg/20050309-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/20050330-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/20051201-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/pr27573.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr46255.c
    branches/melt-branch/gcc/testsuite/gcc.dg/profile-dir-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/profile-dir-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/profile-dir-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/profile-generate-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/profile-generate-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/20090618-1.c   (props changed)
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr23821.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr36227.c   (props changed)
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr39074-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr39074.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr42898-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr42898.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr45704.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr50472.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pta-callused-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pta-escape-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/vec-cvt-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/melt-branch/gcc/testsuite/gfortran.dg/allocatable_scalar_2.f90   (props changed)
    branches/melt-branch/gcc/testsuite/gfortran.dg/gomp/pr27573.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/lto/pr40724_0.f   (props changed)
    branches/melt-branch/gcc/testsuite/gfortran.dg/lto/pr40724_1.f   (props changed)
    branches/melt-branch/gcc/testsuite/go.dg/   (props changed)
    branches/melt-branch/gcc/testsuite/go.go-torture/   (props changed)
    branches/melt-branch/gcc/testsuite/go.test/   (props changed)
    branches/melt-branch/gcc/testsuite/go.test/test/chan/select5.go
    branches/melt-branch/gcc/testsuite/go.test/test/cmplxdivide.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug358.go
    branches/melt-branch/gcc/testsuite/go.test/test/ken/divconst.go
    branches/melt-branch/gcc/testsuite/go.test/test/ken/modconst.go
    branches/melt-branch/gcc/testsuite/go.test/test/mallocrand.go
    branches/melt-branch/gcc/testsuite/go.test/test/stringrange.go
    branches/melt-branch/gcc/testsuite/go.test/test/utf.go
    branches/melt-branch/gcc/testsuite/lib/go-dg.exp   (props changed)
    branches/melt-branch/gcc/testsuite/lib/go-torture.exp   (props changed)
    branches/melt-branch/gcc/testsuite/lib/go.exp   (props changed)
    branches/melt-branch/gcc/tree-ssa-alias.c
    branches/melt-branch/gcc/tree-ssa-alias.h
    branches/melt-branch/gcc/tree-ssa-dom.c
    branches/melt-branch/gcc/tree-ssa-loop-im.c
    branches/melt-branch/gcc/tree-ssa-math-opts.c
    branches/melt-branch/gcc/tree-ssa-operands.c
    branches/melt-branch/gcc/tree-ssa-operands.h
    branches/melt-branch/gcc/tree-ssa-sccvn.c
    branches/melt-branch/gcc/tree-ssa.c
    branches/melt-branch/gcc/varasm.c
    branches/melt-branch/libcpp/ChangeLog
    branches/melt-branch/libcpp/macro.c
    branches/melt-branch/libgcc/ChangeLog
    branches/melt-branch/libgcc/config/avr/lib1funcs.S
    branches/melt-branch/libgcc/crtstuff.c
    branches/melt-branch/libgo/   (props changed)
    branches/melt-branch/libgo/MERGE
    branches/melt-branch/libgo/Makefile.am
    branches/melt-branch/libgo/Makefile.in
    branches/melt-branch/libgo/go/archive/tar/reader.go
    branches/melt-branch/libgo/go/archive/zip/reader.go
    branches/melt-branch/libgo/go/archive/zip/reader_test.go
    branches/melt-branch/libgo/go/archive/zip/writer_test.go
    branches/melt-branch/libgo/go/bufio/bufio.go
    branches/melt-branch/libgo/go/bufio/bufio_test.go
    branches/melt-branch/libgo/go/builtin/builtin.go
    branches/melt-branch/libgo/go/bytes/buffer.go
    branches/melt-branch/libgo/go/bytes/buffer_test.go
    branches/melt-branch/libgo/go/bytes/bytes.go
    branches/melt-branch/libgo/go/bytes/bytes_test.go
    branches/melt-branch/libgo/go/compress/bzip2/bit_reader.go
    branches/melt-branch/libgo/go/compress/bzip2/bzip2.go
    branches/melt-branch/libgo/go/container/heap/heap.go
    branches/melt-branch/libgo/go/container/heap/heap_test.go
    branches/melt-branch/libgo/go/crypto/dsa/dsa.go
    branches/melt-branch/libgo/go/crypto/dsa/dsa_test.go
    branches/melt-branch/libgo/go/crypto/ecdsa/ecdsa.go
    branches/melt-branch/libgo/go/crypto/ecdsa/ecdsa_test.go
    branches/melt-branch/libgo/go/crypto/elliptic/elliptic.go
    branches/melt-branch/libgo/go/crypto/elliptic/elliptic_test.go
    branches/melt-branch/libgo/go/crypto/hmac/hmac_test.go
    branches/melt-branch/libgo/go/crypto/ocsp/ocsp.go
    branches/melt-branch/libgo/go/crypto/openpgp/armor/armor.go
    branches/melt-branch/libgo/go/crypto/openpgp/elgamal/elgamal.go
    branches/melt-branch/libgo/go/crypto/openpgp/elgamal/elgamal_test.go
    branches/melt-branch/libgo/go/crypto/openpgp/packet/encrypted_key.go
    branches/melt-branch/libgo/go/crypto/openpgp/packet/encrypted_key_test.go
    branches/melt-branch/libgo/go/crypto/openpgp/packet/packet.go
    branches/melt-branch/libgo/go/crypto/openpgp/packet/private_key.go
    branches/melt-branch/libgo/go/crypto/openpgp/packet/public_key.go
    branches/melt-branch/libgo/go/crypto/openpgp/s2k/s2k_test.go
    branches/melt-branch/libgo/go/crypto/rand/util.go
    branches/melt-branch/libgo/go/crypto/rsa/pkcs1v15.go
    branches/melt-branch/libgo/go/crypto/rsa/pkcs1v15_test.go
    branches/melt-branch/libgo/go/crypto/rsa/rsa.go
    branches/melt-branch/libgo/go/crypto/rsa/rsa_test.go
    branches/melt-branch/libgo/go/crypto/tls/conn.go
    branches/melt-branch/libgo/go/crypto/tls/generate_cert.go
    branches/melt-branch/libgo/go/crypto/tls/handshake_messages_test.go
    branches/melt-branch/libgo/go/crypto/tls/handshake_server_test.go
    branches/melt-branch/libgo/go/crypto/tls/key_agreement.go
    branches/melt-branch/libgo/go/crypto/x509/pkcs1.go
    branches/melt-branch/libgo/go/crypto/x509/pkix/pkix.go
    branches/melt-branch/libgo/go/crypto/x509/x509.go
    branches/melt-branch/libgo/go/crypto/x509/x509_test.go
    branches/melt-branch/libgo/go/debug/gosym/pclntab_test.go
    branches/melt-branch/libgo/go/encoding/binary/binary.go
    branches/melt-branch/libgo/go/encoding/binary/binary_test.go
    branches/melt-branch/libgo/go/exp/ebnf/ebnf.go
    branches/melt-branch/libgo/go/exp/ebnf/parser.go
    branches/melt-branch/libgo/go/exp/norm/composition.go
    branches/melt-branch/libgo/go/exp/norm/input.go
    branches/melt-branch/libgo/go/exp/norm/maketables.go
    branches/melt-branch/libgo/go/exp/norm/normalize.go
    branches/melt-branch/libgo/go/exp/norm/normregtest.go
    branches/melt-branch/libgo/go/exp/norm/trie_test.go
    branches/melt-branch/libgo/go/exp/norm/triegen.go
    branches/melt-branch/libgo/go/exp/spdy/read.go
    branches/melt-branch/libgo/go/exp/spdy/spdy_test.go
    branches/melt-branch/libgo/go/exp/spdy/types.go
    branches/melt-branch/libgo/go/exp/spdy/write.go
    branches/melt-branch/libgo/go/exp/sql/convert.go
    branches/melt-branch/libgo/go/exp/sql/convert_test.go
    branches/melt-branch/libgo/go/exp/sql/driver/driver.go
    branches/melt-branch/libgo/go/exp/sql/driver/types.go
    branches/melt-branch/libgo/go/exp/sql/fakedb_test.go
    branches/melt-branch/libgo/go/exp/sql/sql.go
    branches/melt-branch/libgo/go/exp/ssh/client.go
    branches/melt-branch/libgo/go/exp/ssh/common.go
    branches/melt-branch/libgo/go/exp/ssh/doc.go
    branches/melt-branch/libgo/go/exp/ssh/messages.go
    branches/melt-branch/libgo/go/exp/ssh/messages_test.go
    branches/melt-branch/libgo/go/exp/ssh/server.go
    branches/melt-branch/libgo/go/exp/types/const.go
    branches/melt-branch/libgo/go/exp/types/gcimporter.go
    branches/melt-branch/libgo/go/exp/types/gcimporter_test.go
    branches/melt-branch/libgo/go/exp/wingui/gui.go
    branches/melt-branch/libgo/go/exp/wingui/winapi.go
    branches/melt-branch/libgo/go/expvar/expvar.go
    branches/melt-branch/libgo/go/expvar/expvar_test.go
    branches/melt-branch/libgo/go/fmt/format.go
    branches/melt-branch/libgo/go/fmt/print.go
    branches/melt-branch/libgo/go/fmt/scan.go
    branches/melt-branch/libgo/go/fmt/scan_test.go
    branches/melt-branch/libgo/go/go/ast/ast.go
    branches/melt-branch/libgo/go/go/build/build.go
    branches/melt-branch/libgo/go/go/build/build_test.go
    branches/melt-branch/libgo/go/go/doc/comment.go
    branches/melt-branch/libgo/go/go/doc/example.go
    branches/melt-branch/libgo/go/go/parser/parser.go
    branches/melt-branch/libgo/go/go/printer/printer.go
    branches/melt-branch/libgo/go/go/scanner/scanner.go
    branches/melt-branch/libgo/go/go/token/serialize.go
    branches/melt-branch/libgo/go/html/doc.go
    branches/melt-branch/libgo/go/html/entity_test.go
    branches/melt-branch/libgo/go/html/escape.go
    branches/melt-branch/libgo/go/html/parse.go
    branches/melt-branch/libgo/go/html/parse_test.go
    branches/melt-branch/libgo/go/html/token.go
    branches/melt-branch/libgo/go/html/token_test.go
    branches/melt-branch/libgo/go/image/bmp/reader.go
    branches/melt-branch/libgo/go/image/jpeg/writer_test.go
    branches/melt-branch/libgo/go/index/suffixarray/suffixarray_test.go
    branches/melt-branch/libgo/go/io/multi_test.go
    branches/melt-branch/libgo/go/log/log.go
    branches/melt-branch/libgo/go/math/all_test.go
    branches/melt-branch/libgo/go/math/gamma.go
    branches/melt-branch/libgo/go/math/tan.go
    branches/melt-branch/libgo/go/mime/multipart/multipart.go
    branches/melt-branch/libgo/go/mime/multipart/multipart_test.go
    branches/melt-branch/libgo/go/net/dnsclient.go
    branches/melt-branch/libgo/go/net/dnsclient_unix.go
    branches/melt-branch/libgo/go/net/fd_select.go
    branches/melt-branch/libgo/go/net/ip_test.go
    branches/melt-branch/libgo/go/net/lookup_test.go
    branches/melt-branch/libgo/go/net/lookup_windows.go
    branches/melt-branch/libgo/go/net/net_test.go
    branches/melt-branch/libgo/go/net/newpollserver_rtems.go
    branches/melt-branch/libgo/go/net/parse_test.go
    branches/melt-branch/libgo/go/net/server_test.go
    branches/melt-branch/libgo/go/net/sock_bsd.go
    branches/melt-branch/libgo/go/net/textproto/reader.go
    branches/melt-branch/libgo/go/old/netchan/common.go
    branches/melt-branch/libgo/go/old/netchan/export.go
    branches/melt-branch/libgo/go/old/regexp/regexp.go
    branches/melt-branch/libgo/go/old/template/parse.go
    branches/melt-branch/libgo/go/old/template/template_test.go
    branches/melt-branch/libgo/go/os/dir.go
    branches/melt-branch/libgo/go/os/dir_unix.go
    branches/melt-branch/libgo/go/os/env_plan9.go
    branches/melt-branch/libgo/go/os/env_windows.go
    branches/melt-branch/libgo/go/os/error_plan9.go
    branches/melt-branch/libgo/go/os/exec_plan9.go
    branches/melt-branch/libgo/go/os/file_unix.go
    branches/melt-branch/libgo/go/os/path_test.go
    branches/melt-branch/libgo/go/os/sys_uname.go
    branches/melt-branch/libgo/go/path/filepath/match.go
    branches/melt-branch/libgo/go/path/filepath/match_test.go
    branches/melt-branch/libgo/go/path/match.go
    branches/melt-branch/libgo/go/regexp/exec_test.go
    branches/melt-branch/libgo/go/regexp/regexp.go
    branches/melt-branch/libgo/go/regexp/syntax/parse.go
    branches/melt-branch/libgo/go/runtime/export_test.go
    branches/melt-branch/libgo/go/runtime/proc_test.go
    branches/melt-branch/libgo/go/runtime/softfloat64_test.go
    branches/melt-branch/libgo/go/sort/sort_test.go
    branches/melt-branch/libgo/go/strconv/quote.go
    branches/melt-branch/libgo/go/strings/reader.go
    branches/melt-branch/libgo/go/strings/strings.go
    branches/melt-branch/libgo/go/strings/strings_test.go
    branches/melt-branch/libgo/go/sync/once_test.go
    branches/melt-branch/libgo/go/testing/quick/quick.go
    branches/melt-branch/libgo/go/testing/quick/quick_test.go
    branches/melt-branch/libgo/go/testing/script/script.go
    branches/melt-branch/libgo/go/time/sleep_test.go
    branches/melt-branch/libgo/go/time/sys.go
    branches/melt-branch/libgo/go/time/zoneinfo_windows.go
    branches/melt-branch/libgo/go/websocket/client.go
    branches/melt-branch/libgo/go/websocket/hixie.go
    branches/melt-branch/libgo/go/websocket/hixie_test.go
    branches/melt-branch/libgo/go/websocket/hybi.go
    branches/melt-branch/libgo/go/websocket/hybi_test.go
    branches/melt-branch/libgo/go/websocket/server.go
    branches/melt-branch/libgo/go/websocket/websocket.go
    branches/melt-branch/libgo/go/websocket/websocket_test.go
    branches/melt-branch/libgo/merge.sh
    branches/melt-branch/libgo/runtime/proc.c
    branches/melt-branch/libgomp/ChangeLog
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-6.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-7.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-9.c
    branches/melt-branch/libjava/classpath/   (props changed)

Propchange: branches/melt-branch/libstdc++-v3/include/profile/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/include/profile/impl/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/18_support/pthread_guard.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/23_containers/map/pthread6.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/23_containers/unordered_map/profile/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/23_containers/vector/profile/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/30_threads/condition_variable/members/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/30_threads/this_thread/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/30_threads/thread/members/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/30_threads/thread/swap/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/ext/profile/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/
            ('svnmerge-integrated' modified)

Propchange: branches/melt-branch/gcc/cp/ChangeLog-2007
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/cp/ChangeLog-2008
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/go/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/lto-streamer-in.c
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/lto-streamer-out.c
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/lto-streamer.c
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/lto-streamer.h
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/c-c++-common/Wconversion-real.c
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/g++.dg/warn/Wconversion-null-2.C
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/gcc.dg/torture/20090618-1.c
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr36227.c
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/gfortran.dg/allocatable_scalar_2.f90
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/gfortran.dg/lto/pr40724_0.f
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/gfortran.dg/lto/pr40724_1.f
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/go.dg/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/go.go-torture/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/go.test/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/lib/go-dg.exp
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/lib/go-torture.exp
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/gcc/testsuite/lib/go.exp
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libgo/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libjava/classpath/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list