r203252 - in /branches/gupc: ./ ChangeLog confi...
gfunck@gcc.gnu.org
gfunck@gcc.gnu.org
Mon Oct 7 18:50:00 GMT 2013
Author: gfunck
Date: Mon Oct 7 18:50:28 2013
New Revision: 203252
URL: http://gcc.gnu.org/viewcvs?rev=203252&root=gcc&view=rev
Log:
Merge trunk version 203240 into gupc branch.
Added:
branches/gupc/libstdc++-v3/testsuite/20_util/function/58569.cc
- copied unchanged from r203240, trunk/libstdc++-v3/testsuite/20_util/function/58569.cc
branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594.cc
- copied unchanged from r203240, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc
- copied unchanged from r203240, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc
branches/gupc/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc
- copied unchanged from r203240, trunk/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc
branches/gupc/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc
- copied unchanged from r203240, trunk/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc
branches/gupc/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc
- copied unchanged from r203240, trunk/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc
Modified:
branches/gupc/libstdc++-v3/ChangeLog
branches/gupc/libstdc++-v3/acinclude.m4
branches/gupc/libstdc++-v3/configure
branches/gupc/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
branches/gupc/libstdc++-v3/include/bits/regex.h
branches/gupc/libstdc++-v3/include/bits/regex.tcc
branches/gupc/libstdc++-v3/include/bits/regex_automaton.h
branches/gupc/libstdc++-v3/include/bits/regex_automaton.tcc
branches/gupc/libstdc++-v3/include/bits/regex_compiler.h
branches/gupc/libstdc++-v3/include/bits/regex_compiler.tcc
branches/gupc/libstdc++-v3/include/bits/regex_executor.h
branches/gupc/libstdc++-v3/include/bits/regex_executor.tcc
branches/gupc/libstdc++-v3/include/bits/shared_ptr_base.h
branches/gupc/libstdc++-v3/include/bits/stl_algo.h
branches/gupc/libstdc++-v3/include/c_global/cmath
branches/gupc/libstdc++-v3/include/parallel/algo.h
branches/gupc/libstdc++-v3/include/parallel/algobase.h
branches/gupc/libstdc++-v3/include/std/functional
branches/gupc/libstdc++-v3/include/std/vector
branches/gupc/libstdc++-v3/libsupc++/del_op.cc
branches/gupc/libstdc++-v3/libsupc++/del_opnt.cc
branches/gupc/libstdc++-v3/src/c++11/snprintf_lite.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_01.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_bracket_01.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_any.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_dispatch_01.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/string_01.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/flags.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc
branches/gupc/libstdc++-v3/testsuite/28_regex/match_results/format.cc
branches/gupc/libstdc++-v3/testsuite/util/testsuite_regex.h
Changes in other areas also in this revision:
Added:
branches/gupc/gcc/common/config/arc/
- copied from r203240, trunk/gcc/common/config/arc/
branches/gupc/gcc/config/arc/
- copied from r203240, trunk/gcc/config/arc/
branches/gupc/gcc/gimple-low.h
- copied unchanged from r203240, trunk/gcc/gimple-low.h
branches/gupc/gcc/gimple-ssa.h
- copied unchanged from r203240, trunk/gcc/gimple-ssa.h
branches/gupc/gcc/ssa-iterators.h
- copied unchanged from r203240, trunk/gcc/ssa-iterators.h
branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto39.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/cpp0x/auto39.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/gen-attrs-55.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-55.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr58510.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/cpp0x/pr58510.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr58563.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/cpp0x/pr58563.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/range-for26.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/cpp0x/range-for26.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/range-for27.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/cpp0x/range-for27.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/variadic144.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/cpp0x/variadic144.C
branches/gupc/gcc/testsuite/g++.dg/cpp1y/pr58535.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/cpp1y/pr58535.C
branches/gupc/gcc/testsuite/g++.dg/ext/attrib47.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/ext/attrib47.C
branches/gupc/gcc/testsuite/g++.dg/init/uninitialized1.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/init/uninitialized1.C
branches/gupc/gcc/testsuite/g++.dg/parse/crash64.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/parse/crash64.C
branches/gupc/gcc/testsuite/g++.dg/parse/crash65.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/parse/crash65.C
branches/gupc/gcc/testsuite/g++.dg/template/crash117.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/template/crash117.C
branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr19476-1.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-1.C
branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr19476-2.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-2.C
branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr19476-3.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-3.C
branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr19476-4.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-4.C
branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr19476-5.C
- copied unchanged from r203240, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-5.C
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr58564.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.c-torture/execute/pr58564.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr58574.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.c-torture/execute/pr58574.c
branches/gupc/gcc/testsuite/gcc.dg/torture/pr58553.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.dg/torture/pr58553.c
branches/gupc/gcc/testsuite/gcc.dg/torture/pr58554.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.dg/torture/pr58554.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/slsr-40.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-40.c
branches/gupc/gcc/testsuite/gcc.target/aarch64/pr58460.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.target/aarch64/pr58460.c
branches/gupc/gcc/testsuite/gcc.target/aarch64/vect_saddl_1.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.target/aarch64/vect_saddl_1.c
branches/gupc/gcc/testsuite/gcc.target/arm/pr58578.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.target/arm/pr58578.c
branches/gupc/gcc/testsuite/gcc.target/s390/htm-nofloat-2.c
- copied unchanged from r203240, trunk/gcc/testsuite/gcc.target/s390/htm-nofloat-2.c
branches/gupc/gcc/testsuite/gfortran.dg/char_length_19.f90
- copied unchanged from r203240, trunk/gcc/testsuite/gfortran.dg/char_length_19.f90
branches/gupc/gcc/tree-cfgcleanup.h
- copied unchanged from r203240, trunk/gcc/tree-cfgcleanup.h
branches/gupc/gcc/tree-dfa.h
- copied unchanged from r203240, trunk/gcc/tree-dfa.h
branches/gupc/gcc/tree-into-ssa.h
- copied unchanged from r203240, trunk/gcc/tree-into-ssa.h
branches/gupc/gcc/tree-phinodes.h
- copied unchanged from r203240, trunk/gcc/tree-phinodes.h
branches/gupc/gcc/tree-ssa-coalesce.h
- copied unchanged from r203240, trunk/gcc/tree-ssa-coalesce.h
branches/gupc/gcc/tree-ssa-dom.h
- copied unchanged from r203240, trunk/gcc/tree-ssa-dom.h
branches/gupc/libgcc/config/arc/
- copied from r203240, trunk/libgcc/config/arc/
Modified:
branches/gupc/ (props changed)
branches/gupc/ChangeLog
branches/gupc/config.guess
branches/gupc/config.sub
branches/gupc/configure
branches/gupc/configure.ac
branches/gupc/contrib/ChangeLog
branches/gupc/contrib/config-list.mk
branches/gupc/gcc/ChangeLog
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/DATESTAMP
branches/gupc/gcc/Makefile.in
branches/gupc/gcc/asan.c
branches/gupc/gcc/basic-block.h
branches/gupc/gcc/bb-reorder.c
branches/gupc/gcc/c-family/ChangeLog
branches/gupc/gcc/c-family/c.opt
branches/gupc/gcc/calls.c
branches/gupc/gcc/cfganal.c
branches/gupc/gcc/cgraphbuild.c
branches/gupc/gcc/common.opt
branches/gupc/gcc/config.gcc
branches/gupc/gcc/config/aarch64/aarch64-simd.md
branches/gupc/gcc/config/aarch64/aarch64.c
branches/gupc/gcc/config/aarch64/aarch64.h
branches/gupc/gcc/config/aarch64/aarch64.md
branches/gupc/gcc/config/alpha/x-alpha
branches/gupc/gcc/config/arm/aarch-common-protos.h
branches/gupc/gcc/config/arm/arm-protos.h
branches/gupc/gcc/config/arm/arm.c
branches/gupc/gcc/config/arm/arm.md
branches/gupc/gcc/config/arm/arm.opt
branches/gupc/gcc/config/arm/unspecs.md
branches/gupc/gcc/config/i386/i386.c
branches/gupc/gcc/config/i386/i386.md
branches/gupc/gcc/config/i386/x-i386
branches/gupc/gcc/config/i386/x86-tune.def
branches/gupc/gcc/config/rs6000/darwin.md
branches/gupc/gcc/config/rs6000/rs6000-builtin.def
branches/gupc/gcc/config/rs6000/rs6000-cpus.def
branches/gupc/gcc/config/rs6000/rs6000.h
branches/gupc/gcc/config/rs6000/rs6000.md
branches/gupc/gcc/config/rs6000/vsx.md
branches/gupc/gcc/config/s390/s390.c
branches/gupc/gcc/config/s390/s390.md
branches/gupc/gcc/config/sparc/t-sparc
branches/gupc/gcc/config/sparc/x-sparc
branches/gupc/gcc/config/t-linux-android
branches/gupc/gcc/config/t-sol2
branches/gupc/gcc/config/x-linux
branches/gupc/gcc/config/x-solaris
branches/gupc/gcc/context.c
branches/gupc/gcc/context.h
branches/gupc/gcc/cp/ChangeLog
branches/gupc/gcc/cp/class.c
branches/gupc/gcc/cp/decl.c
branches/gupc/gcc/cp/decl2.c
branches/gupc/gcc/cp/init.c
branches/gupc/gcc/cp/parser.c
branches/gupc/gcc/cp/pt.c
branches/gupc/gcc/cp/semantics.c
branches/gupc/gcc/cp/typeck2.c
branches/gupc/gcc/cprop.c
branches/gupc/gcc/doc/extend.texi
branches/gupc/gcc/doc/gcc.texi
branches/gupc/gcc/doc/install.texi
branches/gupc/gcc/doc/invoke.texi
branches/gupc/gcc/doc/md.texi
branches/gupc/gcc/dojump.c
branches/gupc/gcc/domwalk.c
branches/gupc/gcc/domwalk.h
branches/gupc/gcc/dumpfile.c
branches/gupc/gcc/dwarf2out.c
branches/gupc/gcc/fold-const.c
branches/gupc/gcc/fortran/ChangeLog
branches/gupc/gcc/fortran/trans-expr.c
branches/gupc/gcc/gengtype-state.c
branches/gupc/gcc/gimple-fold.c
branches/gupc/gcc/gimple-fold.h
branches/gupc/gcc/gimple-low.c
branches/gupc/gcc/gimple-ssa-strength-reduction.c
branches/gupc/gcc/gimple.c
branches/gupc/gcc/gimple.h
branches/gupc/gcc/go/ChangeLog
branches/gupc/gcc/go/go-gcc.cc
branches/gupc/gcc/go/gofrontend/backend.h
branches/gupc/gcc/go/gofrontend/expressions.cc
branches/gupc/gcc/go/gofrontend/expressions.h
branches/gupc/gcc/go/gofrontend/types.cc
branches/gupc/gcc/graphite-scop-detection.c
branches/gupc/gcc/graphite-sese-to-poly.c
branches/gupc/gcc/hash-table.h
branches/gupc/gcc/ipa-inline-analysis.c
branches/gupc/gcc/ipa-pure-const.c
branches/gupc/gcc/lra-constraints.c
branches/gupc/gcc/lra-eliminations.c
branches/gupc/gcc/machmode.h
branches/gupc/gcc/mode-switching.c
branches/gupc/gcc/params.def
branches/gupc/gcc/pass_manager.h
branches/gupc/gcc/passes.c
branches/gupc/gcc/predict.c
branches/gupc/gcc/predict.def
branches/gupc/gcc/recog.c
branches/gupc/gcc/sese.c
branches/gupc/gcc/stmt.c
branches/gupc/gcc/stor-layout.c
branches/gupc/gcc/testsuite/ChangeLog
branches/gupc/gcc/testsuite/gcc.c-torture/compile/20010327-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/20020604-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/20080625-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/990617-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/calls.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr41181.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr55955.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-5.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-6.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ldist-11.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ldist-17.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ldist-23.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ldist-pr45948.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-3.c
branches/gupc/gcc/testsuite/gcc.target/i386/cold-attribute-2.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/ppc-target-1.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/ppc-target-2.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/pr42747.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/recip-3.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/recip-5.c
branches/gupc/gcc/testsuite/gcc.target/powerpc/vsx-builtin-3.c
branches/gupc/gcc/testsuite/gcc.target/s390/htm-1.c
branches/gupc/gcc/testsuite/gfortran.dg/ldist-pr45199.f
branches/gupc/gcc/testsuite/lib/target-supports.exp
branches/gupc/gcc/tree-cfg.c
branches/gupc/gcc/tree-cfgcleanup.c
branches/gupc/gcc/tree-chrec.c
branches/gupc/gcc/tree-complex.c
branches/gupc/gcc/tree-data-ref.c
branches/gupc/gcc/tree-eh.c
branches/gupc/gcc/tree-flow-inline.h
branches/gupc/gcc/tree-flow.h
branches/gupc/gcc/tree-into-ssa.c
branches/gupc/gcc/tree-loop-distribution.c
branches/gupc/gcc/tree-object-size.c
branches/gupc/gcc/tree-optimize.c
branches/gupc/gcc/tree-outof-ssa.h
branches/gupc/gcc/tree-pass.h
branches/gupc/gcc/tree-pretty-print.h
branches/gupc/gcc/tree-scalar-evolution.c
branches/gupc/gcc/tree-ssa-ccp.c
branches/gupc/gcc/tree-ssa-coalesce.c
branches/gupc/gcc/tree-ssa-copy.c
branches/gupc/gcc/tree-ssa-copyrename.c
branches/gupc/gcc/tree-ssa-dce.c
branches/gupc/gcc/tree-ssa-dom.c
branches/gupc/gcc/tree-ssa-dse.c
branches/gupc/gcc/tree-ssa-forwprop.c
branches/gupc/gcc/tree-ssa-ifcombine.c
branches/gupc/gcc/tree-ssa-live.h
branches/gupc/gcc/tree-ssa-loop.c
branches/gupc/gcc/tree-ssa-operands.c
branches/gupc/gcc/tree-ssa-operands.h
branches/gupc/gcc/tree-ssa-phiopt.c
branches/gupc/gcc/tree-ssa-pre.c
branches/gupc/gcc/tree-ssa-propagate.c
branches/gupc/gcc/tree-ssa-propagate.h
branches/gupc/gcc/tree-ssa-reassoc.c
branches/gupc/gcc/tree-ssa-sccvn.c
branches/gupc/gcc/tree-ssa-threadedge.c
branches/gupc/gcc/tree-ssa-threadupdate.c
branches/gupc/gcc/tree-ssa-threadupdate.h
branches/gupc/gcc/tree-ssa-uncprop.c
branches/gupc/gcc/tree-ssa-uninit.c
branches/gupc/gcc/tree-ssa.h
branches/gupc/gcc/tree-tailcall.c
branches/gupc/gcc/tree-vect-generic.c
branches/gupc/gcc/tree-vect-loop.c
branches/gupc/gcc/tree-vrp.c
branches/gupc/gcc/tree.c
branches/gupc/gcc/tree.h
branches/gupc/gcc/tsan.c
branches/gupc/gcc/vec.c
branches/gupc/gcc/vec.h
branches/gupc/libcpp/po/ChangeLog
branches/gupc/libcpp/po/sr.po
branches/gupc/libgcc/ChangeLog
branches/gupc/libgcc/config.host
branches/gupc/libgcc/longlong.h
branches/gupc/libgfortran/ChangeLog
branches/gupc/libgfortran/io/list_read.c
branches/gupc/libgo/config.h.in
branches/gupc/libgo/configure
branches/gupc/libgo/configure.ac
branches/gupc/libgo/go/reflect/all_test.go
branches/gupc/libgo/go/reflect/makefunc.go
branches/gupc/libgo/go/reflect/makefunc_386.S
branches/gupc/libgo/go/reflect/makefunc_amd64.S
branches/gupc/libgo/go/reflect/value.go
branches/gupc/libgo/runtime/go-append.c
Propchange: branches/gupc/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list