This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r193615 - in /branches/gccgo: ./ ChangeLog MAIN...


Author: ian
Date: Mon Nov 19 06:27:49 2012
New Revision: 193615

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193615
Log:
Merge from trunk revision 193614.

Added:
    branches/gccgo/libstdc++-v3/testsuite/20_util/function/cons/55320.cc
      - copied unchanged from r193614, trunk/libstdc++-v3/testsuite/20_util/function/cons/55320.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/function/cons/addressof.cc
      - copied unchanged from r193614, trunk/libstdc++-v3/testsuite/20_util/function/cons/addressof.cc
    branches/gccgo/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc
      - copied unchanged from r193614, trunk/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc
    branches/gccgo/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
      - copied unchanged from r193614, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
    branches/gccgo/libstdc++-v3/testsuite/performance/23_containers/insert/54075.cc
      - copied unchanged from r193614, trunk/libstdc++-v3/testsuite/performance/23_containers/insert/54075.cc
    branches/gccgo/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc
      - copied unchanged from r193614, trunk/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc
Modified:
    branches/gccgo/libstdc++-v3/ChangeLog
    branches/gccgo/libstdc++-v3/include/bits/hashtable.h
    branches/gccgo/libstdc++-v3/include/bits/hashtable_policy.h
    branches/gccgo/libstdc++-v3/include/std/array
    branches/gccgo/libstdc++-v3/include/std/condition_variable
    branches/gccgo/libstdc++-v3/include/std/functional
    branches/gccgo/libstdc++-v3/include/tr1/functional
    branches/gccgo/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/gccgo/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/function/cons/callable.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/26_numerics/complex/abi_tag.cc
    branches/gccgo/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc
    branches/gccgo/libstdc++-v3/testsuite/lib/gdb-test.exp
    branches/gccgo/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc
    branches/gccgo/libstdc++-v3/testsuite/performance/23_containers/insert_erase/41975.cc

Changes in other areas also in this revision:
Added:
    branches/gccgo/gcc/config/i386/bdver3.md
      - copied unchanged from r193614, trunk/gcc/config/i386/bdver3.md
    branches/gccgo/gcc/config/i386/t-gnu
      - copied unchanged from r193614, trunk/gcc/config/i386/t-gnu
    branches/gccgo/gcc/config/i386/t-kfreebsd
      - copied unchanged from r193614, trunk/gcc/config/i386/t-kfreebsd
    branches/gccgo/gcc/config/i386/t-linux
      - copied unchanged from r193614, trunk/gcc/config/i386/t-linux
    branches/gccgo/gcc/config/pa/t-linux
      - copied unchanged from r193614, trunk/gcc/config/pa/t-linux
    branches/gccgo/gcc/config/sparc/t-linux
      - copied unchanged from r193614, trunk/gcc/config/sparc/t-linux
    branches/gccgo/gcc/testsuite/c-c++-common/asan/
      - copied from r193614, trunk/gcc/testsuite/c-c++-common/asan/
    branches/gccgo/gcc/testsuite/g++.dg/abi/abi-tag3.C
      - copied unchanged from r193614, trunk/gcc/testsuite/g++.dg/abi/abi-tag3.C
    branches/gccgo/gcc/testsuite/g++.dg/abi/abi-tag4.C
      - copied unchanged from r193614, trunk/gcc/testsuite/g++.dg/abi/abi-tag4.C
    branches/gccgo/gcc/testsuite/g++.dg/asan/
      - copied from r193614, trunk/gcc/testsuite/g++.dg/asan/
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/alias-decl-27.C
      - copied unchanged from r193614, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-27.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/auto36.C
      - copied unchanged from r193614, trunk/gcc/testsuite/g++.dg/cpp0x/auto36.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/vt-55323.C
      - copied unchanged from r193614, trunk/gcc/testsuite/g++.dg/cpp0x/vt-55323.C
    branches/gccgo/gcc/testsuite/g++.dg/inherit/virtual9.C
      - copied unchanged from r193614, trunk/gcc/testsuite/g++.dg/inherit/virtual9.C
    branches/gccgo/gcc/testsuite/g++.dg/opt/pr55329.C
      - copied unchanged from r193614, trunk/gcc/testsuite/g++.dg/opt/pr55329.C
    branches/gccgo/gcc/testsuite/g++.dg/template/alignof2.C
      - copied unchanged from r193614, trunk/gcc/testsuite/g++.dg/template/alignof2.C
    branches/gccgo/gcc/testsuite/gcc.dg/asan/
      - copied from r193614, trunk/gcc/testsuite/gcc.dg/asan/
    branches/gccgo/gcc/testsuite/gcc.dg/pr55236.c
      - copied unchanged from r193614, trunk/gcc/testsuite/gcc.dg/pr55236.c
    branches/gccgo/gcc/testsuite/gfortran.dg/pr55330.f90
      - copied unchanged from r193614, trunk/gcc/testsuite/gfortran.dg/pr55330.f90
    branches/gccgo/gcc/testsuite/gfortran.dg/typebound_operator_18.f90
      - copied unchanged from r193614, trunk/gcc/testsuite/gfortran.dg/typebound_operator_18.f90
    branches/gccgo/gcc/testsuite/lib/asan-dg.exp
      - copied unchanged from r193614, trunk/gcc/testsuite/lib/asan-dg.exp
    branches/gccgo/libsanitizer/ChangeLog
      - copied unchanged from r193614, trunk/libsanitizer/ChangeLog
    branches/gccgo/libsanitizer/acinclude.m4
      - copied unchanged from r193614, trunk/libsanitizer/acinclude.m4
    branches/gccgo/libsanitizer/configure.tgt
      - copied unchanged from r193614, trunk/libsanitizer/configure.tgt
    branches/gccgo/zlib/as400/
      - copied from r193614, trunk/zlib/as400/
    branches/gccgo/zlib/contrib/minizip/Makefile.am
      - copied unchanged from r193614, trunk/zlib/contrib/minizip/Makefile.am
    branches/gccgo/zlib/contrib/minizip/configure.ac
      - copied unchanged from r193614, trunk/zlib/contrib/minizip/configure.ac
    branches/gccgo/zlib/contrib/minizip/minizip.pc.in
      - copied unchanged from r193614, trunk/zlib/contrib/minizip/minizip.pc.in
    branches/gccgo/zlib/contrib/puff/pufftest.c
      - copied unchanged from r193614, trunk/zlib/contrib/puff/pufftest.c
    branches/gccgo/zlib/old/Makefile.emx
      - copied unchanged from r193614, trunk/zlib/old/Makefile.emx
    branches/gccgo/zlib/test/
      - copied from r193614, trunk/zlib/test/
    branches/gccgo/zlib/zlib.pc.cmakein
      - copied unchanged from r193614, trunk/zlib/zlib.pc.cmakein
Removed:
    branches/gccgo/gcc/vecir.h
    branches/gccgo/gcc/vecprim.h
    branches/gccgo/libsanitizer/ChangeLog.asan
    branches/gccgo/libsanitizer/config.guess
    branches/gccgo/libsanitizer/config.sub
    branches/gccgo/libsanitizer/depcomp
    branches/gccgo/libsanitizer/install-sh
    branches/gccgo/libsanitizer/ltmain.sh
    branches/gccgo/libsanitizer/missing
    branches/gccgo/zlib/old/as400/
    branches/gccgo/zlib/old/visualc6/
    branches/gccgo/zlib/win32/Makefile.emx
Modified:
    branches/gccgo/   (props changed)
    branches/gccgo/ChangeLog
    branches/gccgo/MAINTAINERS
    branches/gccgo/configure
    branches/gccgo/configure.ac
    branches/gccgo/contrib/ChangeLog
    branches/gccgo/contrib/gcc_update
    branches/gccgo/gcc/ChangeLog
    branches/gccgo/gcc/DATESTAMP
    branches/gccgo/gcc/Makefile.in
    branches/gccgo/gcc/ada/ChangeLog
    branches/gccgo/gcc/ada/gcc-interface/decl.c
    branches/gccgo/gcc/ada/gcc-interface/gigi.h
    branches/gccgo/gcc/ada/gcc-interface/trans.c
    branches/gccgo/gcc/ada/gcc-interface/utils.c
    branches/gccgo/gcc/ada/gcc-interface/utils2.c
    branches/gccgo/gcc/alias.c
    branches/gccgo/gcc/asan.c
    branches/gccgo/gcc/attribs.c
    branches/gccgo/gcc/basic-block.h
    branches/gccgo/gcc/bb-reorder.c
    branches/gccgo/gcc/builtins.c
    branches/gccgo/gcc/c-family/ChangeLog
    branches/gccgo/gcc/c-family/c-common.c
    branches/gccgo/gcc/c-family/c-common.h
    branches/gccgo/gcc/c-family/c-gimplify.c
    branches/gccgo/gcc/c-family/c-opts.c
    branches/gccgo/gcc/c-family/c-pragma.c
    branches/gccgo/gcc/c-family/c-pretty-print.c
    branches/gccgo/gcc/c-family/c-pretty-print.h
    branches/gccgo/gcc/c-family/c-semantics.c
    branches/gccgo/gcc/c-family/c.opt
    branches/gccgo/gcc/c/ChangeLog
    branches/gccgo/gcc/c/c-decl.c
    branches/gccgo/gcc/c/c-parser.c
    branches/gccgo/gcc/c/c-tree.h
    branches/gccgo/gcc/c/c-typeck.c
    branches/gccgo/gcc/calls.c
    branches/gccgo/gcc/cfg.c
    branches/gccgo/gcc/cfganal.c
    branches/gccgo/gcc/cfgcleanup.c
    branches/gccgo/gcc/cfgexpand.c
    branches/gccgo/gcc/cfghooks.c
    branches/gccgo/gcc/cfghooks.h
    branches/gccgo/gcc/cfgloop.c
    branches/gccgo/gcc/cfgloop.h
    branches/gccgo/gcc/cfgloopanal.c
    branches/gccgo/gcc/cfgloopmanip.c
    branches/gccgo/gcc/cfgrtl.c
    branches/gccgo/gcc/cgraph.c
    branches/gccgo/gcc/cgraph.h
    branches/gccgo/gcc/cgraphclones.c
    branches/gccgo/gcc/cgraphunit.c
    branches/gccgo/gcc/combine.c
    branches/gccgo/gcc/common.opt
    branches/gccgo/gcc/compare-elim.c
    branches/gccgo/gcc/config.gcc
    branches/gccgo/gcc/config.in
    branches/gccgo/gcc/config/bfin/bfin.c
    branches/gccgo/gcc/config/c6x/c6x.c
    branches/gccgo/gcc/config/darwin.c
    branches/gccgo/gcc/config/epiphany/resolve-sw-modes.c
    branches/gccgo/gcc/config/i386/athlon.md
    branches/gccgo/gcc/config/i386/atom.md
    branches/gccgo/gcc/config/i386/bdver1.md
    branches/gccgo/gcc/config/i386/driver-i386.c
    branches/gccgo/gcc/config/i386/i386-c.c
    branches/gccgo/gcc/config/i386/i386-protos.h
    branches/gccgo/gcc/config/i386/i386.c
    branches/gccgo/gcc/config/i386/i386.h
    branches/gccgo/gcc/config/i386/i386.md
    branches/gccgo/gcc/config/i386/i386.opt
    branches/gccgo/gcc/config/i386/ppro.md
    branches/gccgo/gcc/config/i386/sse.md
    branches/gccgo/gcc/config/i386/t-linux64
    branches/gccgo/gcc/config/ia64/ia64.c
    branches/gccgo/gcc/config/mep/mep.c
    branches/gccgo/gcc/config/mips/mips.c
    branches/gccgo/gcc/config/mips/mips.md
    branches/gccgo/gcc/config/mips/t-linux64
    branches/gccgo/gcc/config/pa/pa.c
    branches/gccgo/gcc/config/rs6000/aix61.h
    branches/gccgo/gcc/config/rs6000/aix64.opt
    branches/gccgo/gcc/config/rs6000/rs6000-c.c
    branches/gccgo/gcc/config/rs6000/rs6000.c
    branches/gccgo/gcc/config/rs6000/rs6000.md
    branches/gccgo/gcc/config/rx/rx.c
    branches/gccgo/gcc/config/sparc/constraints.md
    branches/gccgo/gcc/config/sparc/niagara4.md
    branches/gccgo/gcc/config/sparc/predicates.md
    branches/gccgo/gcc/config/sparc/sol2.h
    branches/gccgo/gcc/config/sparc/sparc-protos.h
    branches/gccgo/gcc/config/sparc/sparc.c
    branches/gccgo/gcc/config/sparc/sparc.h
    branches/gccgo/gcc/config/sparc/sparc.md
    branches/gccgo/gcc/config/sparc/sparc.opt
    branches/gccgo/gcc/config/sparc/t-linux64
    branches/gccgo/gcc/config/spu/spu-c.c
    branches/gccgo/gcc/config/vms/vms.c
    branches/gccgo/gcc/config/vxworks.c
    branches/gccgo/gcc/configure
    branches/gccgo/gcc/configure.ac
    branches/gccgo/gcc/coretypes.h
    branches/gccgo/gcc/coverage.c
    branches/gccgo/gcc/cp/ChangeLog
    branches/gccgo/gcc/cp/Make-lang.in
    branches/gccgo/gcc/cp/call.c
    branches/gccgo/gcc/cp/class.c
    branches/gccgo/gcc/cp/cp-gimplify.c
    branches/gccgo/gcc/cp/cp-tree.h
    branches/gccgo/gcc/cp/cvt.c
    branches/gccgo/gcc/cp/decl.c
    branches/gccgo/gcc/cp/decl2.c
    branches/gccgo/gcc/cp/error.c
    branches/gccgo/gcc/cp/except.c
    branches/gccgo/gcc/cp/init.c
    branches/gccgo/gcc/cp/mangle.c
    branches/gccgo/gcc/cp/method.c
    branches/gccgo/gcc/cp/name-lookup.c
    branches/gccgo/gcc/cp/name-lookup.h
    branches/gccgo/gcc/cp/parser.c
    branches/gccgo/gcc/cp/parser.h
    branches/gccgo/gcc/cp/pt.c
    branches/gccgo/gcc/cp/repo.c
    branches/gccgo/gcc/cp/rtti.c
    branches/gccgo/gcc/cp/search.c
    branches/gccgo/gcc/cp/semantics.c
    branches/gccgo/gcc/cp/tree.c
    branches/gccgo/gcc/cp/typeck.c
    branches/gccgo/gcc/cp/typeck2.c
    branches/gccgo/gcc/cppdefault.c
    branches/gccgo/gcc/cppdefault.h
    branches/gccgo/gcc/cprop.c
    branches/gccgo/gcc/data-streamer.h
    branches/gccgo/gcc/dbxout.c
    branches/gccgo/gcc/dce.c
    branches/gccgo/gcc/df-core.c
    branches/gccgo/gcc/df-problems.c
    branches/gccgo/gcc/df-scan.c
    branches/gccgo/gcc/doc/cppopts.texi
    branches/gccgo/gcc/doc/extend.texi
    branches/gccgo/gcc/doc/fragments.texi
    branches/gccgo/gcc/doc/install.texi
    branches/gccgo/gcc/doc/invoke.texi
    branches/gccgo/gcc/doc/md.texi
    branches/gccgo/gcc/dominance.c
    branches/gccgo/gcc/domwalk.c
    branches/gccgo/gcc/domwalk.h
    branches/gccgo/gcc/dse.c
    branches/gccgo/gcc/dwarf2cfi.c
    branches/gccgo/gcc/dwarf2out.c
    branches/gccgo/gcc/dwarf2out.h
    branches/gccgo/gcc/emit-rtl.c
    branches/gccgo/gcc/except.c
    branches/gccgo/gcc/except.h
    branches/gccgo/gcc/expmed.c
    branches/gccgo/gcc/expr.c
    branches/gccgo/gcc/expr.h
    branches/gccgo/gcc/final.c
    branches/gccgo/gcc/fold-const.c
    branches/gccgo/gcc/fortran/ChangeLog
    branches/gccgo/gcc/fortran/f95-lang.c
    branches/gccgo/gcc/fortran/frontend-passes.c
    branches/gccgo/gcc/fortran/resolve.c
    branches/gccgo/gcc/fortran/trans-array.c
    branches/gccgo/gcc/fortran/trans-common.c
    branches/gccgo/gcc/fortran/trans-decl.c
    branches/gccgo/gcc/fortran/trans-expr.c
    branches/gccgo/gcc/fortran/trans-intrinsic.c
    branches/gccgo/gcc/fortran/trans-openmp.c
    branches/gccgo/gcc/fortran/trans-stmt.c
    branches/gccgo/gcc/fortran/trans-types.c
    branches/gccgo/gcc/fortran/trans.h
    branches/gccgo/gcc/function.c
    branches/gccgo/gcc/function.h
    branches/gccgo/gcc/fwprop.c
    branches/gccgo/gcc/gcc.c
    branches/gccgo/gcc/gcov-io.c
    branches/gccgo/gcc/gcse.c
    branches/gccgo/gcc/genattr.c
    branches/gccgo/gcc/genattrtab.c
    branches/gccgo/gcc/genautomata.c
    branches/gccgo/gcc/genextract.c
    branches/gccgo/gcc/gengtype-lex.l
    branches/gccgo/gcc/gengtype-parse.c
    branches/gccgo/gcc/gengtype-state.c
    branches/gccgo/gcc/gengtype.c
    branches/gccgo/gcc/gengtype.h
    branches/gccgo/gcc/genmultilib
    branches/gccgo/gcc/genopinit.c
    branches/gccgo/gcc/ggc-common.c
    branches/gccgo/gcc/ggc.h
    branches/gccgo/gcc/gimple-low.c
    branches/gccgo/gcc/gimple-ssa-strength-reduction.c
    branches/gccgo/gcc/gimple-streamer-in.c
    branches/gccgo/gcc/gimple.c
    branches/gccgo/gcc/gimple.h
    branches/gccgo/gcc/gimplify.c
    branches/gccgo/gcc/go/ChangeLog
    branches/gccgo/gcc/go/Make-lang.in
    branches/gccgo/gcc/go/go-lang.c
    branches/gccgo/gcc/go/gofrontend/expressions.cc
    branches/gccgo/gcc/go/gofrontend/gogo-tree.cc
    branches/gccgo/gcc/godump.c
    branches/gccgo/gcc/graph.c
    branches/gccgo/gcc/graphds.c
    branches/gccgo/gcc/graphds.h
    branches/gccgo/gcc/graphite-blocking.c
    branches/gccgo/gcc/graphite-clast-to-gimple.c
    branches/gccgo/gcc/graphite-dependences.c
    branches/gccgo/gcc/graphite-interchange.c
    branches/gccgo/gcc/graphite-optimize-isl.c
    branches/gccgo/gcc/graphite-poly.c
    branches/gccgo/gcc/graphite-poly.h
    branches/gccgo/gcc/graphite-scop-detection.c
    branches/gccgo/gcc/graphite-scop-detection.h
    branches/gccgo/gcc/graphite-sese-to-poly.c
    branches/gccgo/gcc/graphite.c
    branches/gccgo/gcc/haifa-sched.c
    branches/gccgo/gcc/hw-doloop.c
    branches/gccgo/gcc/hw-doloop.h
    branches/gccgo/gcc/ifcvt.c
    branches/gccgo/gcc/incpath.c
    branches/gccgo/gcc/insn-addr.h
    branches/gccgo/gcc/ipa-cp.c
    branches/gccgo/gcc/ipa-inline-analysis.c
    branches/gccgo/gcc/ipa-inline-transform.c
    branches/gccgo/gcc/ipa-inline.c
    branches/gccgo/gcc/ipa-inline.h
    branches/gccgo/gcc/ipa-prop.c
    branches/gccgo/gcc/ipa-prop.h
    branches/gccgo/gcc/ipa-pure-const.c
    branches/gccgo/gcc/ipa-ref-inline.h
    branches/gccgo/gcc/ipa-ref.c
    branches/gccgo/gcc/ipa-ref.h
    branches/gccgo/gcc/ipa-reference.c
    branches/gccgo/gcc/ipa-split.c
    branches/gccgo/gcc/ipa-utils.c
    branches/gccgo/gcc/ipa-utils.h
    branches/gccgo/gcc/ipa.c
    branches/gccgo/gcc/ira-build.c
    branches/gccgo/gcc/ira-color.c
    branches/gccgo/gcc/ira-emit.c
    branches/gccgo/gcc/ira-int.h
    branches/gccgo/gcc/ira.c
    branches/gccgo/gcc/java/ChangeLog
    branches/gccgo/gcc/java/boehm.c
    branches/gccgo/gcc/java/builtins.c
    branches/gccgo/gcc/java/class.c
    branches/gccgo/gcc/java/constants.c
    branches/gccgo/gcc/java/decl.c
    branches/gccgo/gcc/java/expr.c
    branches/gccgo/gcc/java/java-tree.h
    branches/gccgo/gcc/java/jcf-parse.c
    branches/gccgo/gcc/java/resource.c
    branches/gccgo/gcc/java/verify-glue.c
    branches/gccgo/gcc/loop-invariant.c
    branches/gccgo/gcc/loop-unroll.c
    branches/gccgo/gcc/lower-subreg.c
    branches/gccgo/gcc/lra-assigns.c
    branches/gccgo/gcc/lra-constraints.c
    branches/gccgo/gcc/lra-lives.c
    branches/gccgo/gcc/lra.c
    branches/gccgo/gcc/lto-cgraph.c
    branches/gccgo/gcc/lto-section-out.c
    branches/gccgo/gcc/lto-streamer-in.c
    branches/gccgo/gcc/lto-streamer-out.c
    branches/gccgo/gcc/lto-streamer.h
    branches/gccgo/gcc/lto-symtab.c
    branches/gccgo/gcc/lto/ChangeLog
    branches/gccgo/gcc/lto/lto-lang.c
    branches/gccgo/gcc/lto/lto-partition.c
    branches/gccgo/gcc/lto/lto-partition.h
    branches/gccgo/gcc/lto/lto.c
    branches/gccgo/gcc/machmode.h
    branches/gccgo/gcc/mcf.c
    branches/gccgo/gcc/modulo-sched.c
    branches/gccgo/gcc/objc/ChangeLog
    branches/gccgo/gcc/objc/objc-act.c
    branches/gccgo/gcc/objc/objc-act.h
    branches/gccgo/gcc/objc/objc-gnu-runtime-abi-01.c
    branches/gccgo/gcc/objc/objc-next-runtime-abi-01.c
    branches/gccgo/gcc/objc/objc-next-runtime-abi-02.c
    branches/gccgo/gcc/objc/objc-runtime-hooks.h
    branches/gccgo/gcc/objc/objc-runtime-shared-support.c
    branches/gccgo/gcc/objc/objc-runtime-shared-support.h
    branches/gccgo/gcc/omp-low.c
    branches/gccgo/gcc/optabs.c
    branches/gccgo/gcc/optabs.def
    branches/gccgo/gcc/optabs.h
    branches/gccgo/gcc/opts-common.c
    branches/gccgo/gcc/opts-global.c
    branches/gccgo/gcc/opts.c
    branches/gccgo/gcc/opts.h
    branches/gccgo/gcc/params.def
    branches/gccgo/gcc/passes.c
    branches/gccgo/gcc/predict.c
    branches/gccgo/gcc/print-tree.c
    branches/gccgo/gcc/profile.c
    branches/gccgo/gcc/profile.h
    branches/gccgo/gcc/read-rtl.c
    branches/gccgo/gcc/recog.c
    branches/gccgo/gcc/ree.c
    branches/gccgo/gcc/reg-stack.c
    branches/gccgo/gcc/regrename.c
    branches/gccgo/gcc/regrename.h
    branches/gccgo/gcc/reload.c
    branches/gccgo/gcc/reload.h
    branches/gccgo/gcc/reload1.c
    branches/gccgo/gcc/rtl.h
    branches/gccgo/gcc/sched-deps.c
    branches/gccgo/gcc/sched-int.h
    branches/gccgo/gcc/sdbout.c
    branches/gccgo/gcc/sel-sched-dump.c
    branches/gccgo/gcc/sel-sched-ir.c
    branches/gccgo/gcc/sel-sched-ir.h
    branches/gccgo/gcc/sel-sched.c
    branches/gccgo/gcc/sese.c
    branches/gccgo/gcc/sese.h
    branches/gccgo/gcc/statistics.h
    branches/gccgo/gcc/stmt.c
    branches/gccgo/gcc/stor-layout.c
    branches/gccgo/gcc/store-motion.c
    branches/gccgo/gcc/testsuite/ChangeLog
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/pr31439.C
    branches/gccgo/gcc/testsuite/g++.dg/cpp0x/std_fext-numeric-literals.C
    branches/gccgo/gcc/testsuite/g++.dg/dg.exp
    branches/gccgo/gcc/testsuite/g++.dg/mv1.C
    branches/gccgo/gcc/testsuite/g++.dg/mv4.C
    branches/gccgo/gcc/testsuite/g++.dg/mv5.C
    branches/gccgo/gcc/testsuite/g++.dg/mv6.C
    branches/gccgo/gcc/testsuite/g++.dg/parse/template23.C
    branches/gccgo/gcc/testsuite/g++.dg/template/crash98.C
    branches/gccgo/gcc/testsuite/gcc.dg/hoist-register-pressure-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/hoist-register-pressure-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/hoist-register-pressure-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/pr19105.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-prof/peel-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/tree-prof/unroll-1.c
    branches/gccgo/gcc/testsuite/gcc.target/aarch64/csinc-2.c
    branches/gccgo/gcc/testsuite/lib/gcc-dg.exp
    branches/gccgo/gcc/testsuite/lib/target-supports.exp
    branches/gccgo/gcc/tlink.c
    branches/gccgo/gcc/toplev.c
    branches/gccgo/gcc/trans-mem.c
    branches/gccgo/gcc/tree-browser.c
    branches/gccgo/gcc/tree-call-cdce.c
    branches/gccgo/gcc/tree-cfg.c
    branches/gccgo/gcc/tree-cfgcleanup.c
    branches/gccgo/gcc/tree-chrec.c
    branches/gccgo/gcc/tree-chrec.h
    branches/gccgo/gcc/tree-complex.c
    branches/gccgo/gcc/tree-data-ref.c
    branches/gccgo/gcc/tree-data-ref.h
    branches/gccgo/gcc/tree-dfa.c
    branches/gccgo/gcc/tree-diagnostic.c
    branches/gccgo/gcc/tree-dump.c
    branches/gccgo/gcc/tree-eh.c
    branches/gccgo/gcc/tree-emutls.c
    branches/gccgo/gcc/tree-flow.h
    branches/gccgo/gcc/tree-if-conv.c
    branches/gccgo/gcc/tree-inline.c
    branches/gccgo/gcc/tree-inline.h
    branches/gccgo/gcc/tree-into-ssa.c
    branches/gccgo/gcc/tree-iterator.c
    branches/gccgo/gcc/tree-loop-distribution.c
    branches/gccgo/gcc/tree-mudflap.c
    branches/gccgo/gcc/tree-optimize.c
    branches/gccgo/gcc/tree-outof-ssa.c
    branches/gccgo/gcc/tree-parloops.c
    branches/gccgo/gcc/tree-phinodes.c
    branches/gccgo/gcc/tree-predcom.c
    branches/gccgo/gcc/tree-pretty-print.c
    branches/gccgo/gcc/tree-scalar-evolution.c
    branches/gccgo/gcc/tree-sra.c
    branches/gccgo/gcc/tree-ssa-address.c
    branches/gccgo/gcc/tree-ssa-alias.c
    branches/gccgo/gcc/tree-ssa-ccp.c
    branches/gccgo/gcc/tree-ssa-coalesce.c
    branches/gccgo/gcc/tree-ssa-dce.c
    branches/gccgo/gcc/tree-ssa-dom.c
    branches/gccgo/gcc/tree-ssa-forwprop.c
    branches/gccgo/gcc/tree-ssa-live.c
    branches/gccgo/gcc/tree-ssa-live.h
    branches/gccgo/gcc/tree-ssa-loop-im.c
    branches/gccgo/gcc/tree-ssa-loop-ivcanon.c
    branches/gccgo/gcc/tree-ssa-loop-ivopts.c
    branches/gccgo/gcc/tree-ssa-loop-manip.c
    branches/gccgo/gcc/tree-ssa-loop-niter.c
    branches/gccgo/gcc/tree-ssa-loop-prefetch.c
    branches/gccgo/gcc/tree-ssa-math-opts.c
    branches/gccgo/gcc/tree-ssa-operands.c
    branches/gccgo/gcc/tree-ssa-phiopt.c
    branches/gccgo/gcc/tree-ssa-phiprop.c
    branches/gccgo/gcc/tree-ssa-pre.c
    branches/gccgo/gcc/tree-ssa-propagate.c
    branches/gccgo/gcc/tree-ssa-reassoc.c
    branches/gccgo/gcc/tree-ssa-sccvn.c
    branches/gccgo/gcc/tree-ssa-sccvn.h
    branches/gccgo/gcc/tree-ssa-strlen.c
    branches/gccgo/gcc/tree-ssa-structalias.c
    branches/gccgo/gcc/tree-ssa-tail-merge.c
    branches/gccgo/gcc/tree-ssa-threadedge.c
    branches/gccgo/gcc/tree-ssa-threadupdate.c
    branches/gccgo/gcc/tree-ssa-uncprop.c
    branches/gccgo/gcc/tree-ssa-uninit.c
    branches/gccgo/gcc/tree-ssa.c
    branches/gccgo/gcc/tree-ssanames.c
    branches/gccgo/gcc/tree-stdarg.c
    branches/gccgo/gcc/tree-streamer-in.c
    branches/gccgo/gcc/tree-streamer-out.c
    branches/gccgo/gcc/tree-streamer.c
    branches/gccgo/gcc/tree-streamer.h
    branches/gccgo/gcc/tree-switch-conversion.c
    branches/gccgo/gcc/tree-vect-data-refs.c
    branches/gccgo/gcc/tree-vect-generic.c
    branches/gccgo/gcc/tree-vect-loop-manip.c
    branches/gccgo/gcc/tree-vect-loop.c
    branches/gccgo/gcc/tree-vect-patterns.c
    branches/gccgo/gcc/tree-vect-slp.c
    branches/gccgo/gcc/tree-vect-stmts.c
    branches/gccgo/gcc/tree-vectorizer.c
    branches/gccgo/gcc/tree-vectorizer.h
    branches/gccgo/gcc/tree-vrp.c
    branches/gccgo/gcc/tree.c
    branches/gccgo/gcc/tree.h
    branches/gccgo/gcc/value-prof.c
    branches/gccgo/gcc/value-prof.h
    branches/gccgo/gcc/var-tracking.c
    branches/gccgo/gcc/varasm.c
    branches/gccgo/gcc/varpool.c
    branches/gccgo/gcc/vec.c
    branches/gccgo/gcc/vec.h
    branches/gccgo/gcc/vmsdbgout.c
    branches/gccgo/libbacktrace/ChangeLog
    branches/gccgo/libbacktrace/configure
    branches/gccgo/libbacktrace/configure.ac
    branches/gccgo/libcpp/ChangeLog
    branches/gccgo/libcpp/config.in
    branches/gccgo/libcpp/configure
    branches/gccgo/libcpp/configure.ac
    branches/gccgo/libcpp/files.c
    branches/gccgo/libcpp/include/cpplib.h
    branches/gccgo/libcpp/init.c
    branches/gccgo/libgcc/ChangeLog
    branches/gccgo/libgcc/libgcov.c
    branches/gccgo/libgcc/soft-fp/op-common.h
    branches/gccgo/libgcc/soft-fp/soft-fp.h
    branches/gccgo/libgo/go/reflect/value.go
    branches/gccgo/libgo/runtime/runtime.h
    branches/gccgo/libquadmath/ChangeLog
    branches/gccgo/libquadmath/math/fmaq.c
    branches/gccgo/libsanitizer/Makefile.am
    branches/gccgo/libsanitizer/Makefile.in
    branches/gccgo/libsanitizer/aclocal.m4
    branches/gccgo/libsanitizer/asan/Makefile.am
    branches/gccgo/libsanitizer/asan/Makefile.in
    branches/gccgo/libsanitizer/configure
    branches/gccgo/libsanitizer/configure.ac
    branches/gccgo/libsanitizer/include/sanitizer/common_interface_defs.h
    branches/gccgo/libsanitizer/interception/Makefile.am
    branches/gccgo/libsanitizer/interception/Makefile.in
    branches/gccgo/libsanitizer/sanitizer_common/Makefile.am
    branches/gccgo/libsanitizer/sanitizer_common/Makefile.in
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_linux.cc
    branches/gccgo/libsanitizer/sanitizer_common/sanitizer_stacktrace.cc
    branches/gccgo/zlib/CMakeLists.txt
    branches/gccgo/zlib/ChangeLog
    branches/gccgo/zlib/ChangeLog.gcj
    branches/gccgo/zlib/FAQ
    branches/gccgo/zlib/INDEX
    branches/gccgo/zlib/README
    branches/gccgo/zlib/adler32.c
    branches/gccgo/zlib/contrib/asm686/match.S
    branches/gccgo/zlib/contrib/delphi/ZLib.pas
    branches/gccgo/zlib/contrib/delphi/zlibd32.mak
    branches/gccgo/zlib/contrib/dotzlib/DotZLib/UnitTests.cs
    branches/gccgo/zlib/contrib/infback9/inftree9.c
    branches/gccgo/zlib/contrib/masmx86/inffas32.asm
    branches/gccgo/zlib/contrib/masmx86/match686.asm
    branches/gccgo/zlib/contrib/minizip/ioapi.c
    branches/gccgo/zlib/contrib/minizip/ioapi.h
    branches/gccgo/zlib/contrib/minizip/miniunz.c
    branches/gccgo/zlib/contrib/minizip/minizip.c
    branches/gccgo/zlib/contrib/minizip/mztools.c
    branches/gccgo/zlib/contrib/minizip/mztools.h
    branches/gccgo/zlib/contrib/minizip/unzip.c
    branches/gccgo/zlib/contrib/minizip/zip.c
    branches/gccgo/zlib/contrib/pascal/zlibd32.mak
    branches/gccgo/zlib/contrib/pascal/zlibpas.pas
    branches/gccgo/zlib/contrib/puff/Makefile
    branches/gccgo/zlib/contrib/puff/puff.c
    branches/gccgo/zlib/contrib/puff/puff.h
    branches/gccgo/zlib/contrib/vstudio/readme.txt
    branches/gccgo/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj
    branches/gccgo/zlib/contrib/vstudio/vc10/zlib.rc
    branches/gccgo/zlib/contrib/vstudio/vc10/zlibvc.def
    branches/gccgo/zlib/contrib/vstudio/vc10/zlibvc.vcxproj
    branches/gccgo/zlib/contrib/vstudio/vc9/zlib.rc
    branches/gccgo/zlib/contrib/vstudio/vc9/zlibvc.def
    branches/gccgo/zlib/crc32.c
    branches/gccgo/zlib/crc32.h
    branches/gccgo/zlib/deflate.c
    branches/gccgo/zlib/deflate.h
    branches/gccgo/zlib/doc/algorithm.txt
    branches/gccgo/zlib/gzguts.h
    branches/gccgo/zlib/gzlib.c
    branches/gccgo/zlib/gzread.c
    branches/gccgo/zlib/gzwrite.c
    branches/gccgo/zlib/infback.c
    branches/gccgo/zlib/inffixed.h
    branches/gccgo/zlib/inflate.c
    branches/gccgo/zlib/inftrees.c
    branches/gccgo/zlib/make_vms.com
    branches/gccgo/zlib/msdos/Makefile.bor
    branches/gccgo/zlib/msdos/Makefile.msc
    branches/gccgo/zlib/msdos/Makefile.tc
    branches/gccgo/zlib/qnx/package.qpg
    branches/gccgo/zlib/treebuild.xml
    branches/gccgo/zlib/trees.c
    branches/gccgo/zlib/win32/Makefile.bor
    branches/gccgo/zlib/win32/Makefile.gcc
    branches/gccgo/zlib/win32/Makefile.msc
    branches/gccgo/zlib/win32/README-WIN32.txt
    branches/gccgo/zlib/win32/zlib.def
    branches/gccgo/zlib/zconf.h
    branches/gccgo/zlib/zconf.h.cmakein
    branches/gccgo/zlib/zconf.h.in
    branches/gccgo/zlib/zlib.3
    branches/gccgo/zlib/zlib.h
    branches/gccgo/zlib/zlib.map
    branches/gccgo/zlib/zutil.c
    branches/gccgo/zlib/zutil.h

Propchange: branches/gccgo/
            ('svn:mergeinfo' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]