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]

r222238 - in /branches/gupc: ./ ChangeLog Makef...


Author: gfunck
Date: Mon Apr 20 15:45:55 2015
New Revision: 222238

URL: https://gcc.gnu.org/viewcvs?rev=222238&root=gcc&view=rev
Log:
	Merge trunk version 222227 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/61347.cc
      - copied unchanged from r222227, trunk/libstdc++-v3/testsuite/23_containers/list/61347.cc
    branches/gupc/libstdc++-v3/testsuite/27_io/basic_fstream/cons/base.cc
      - copied unchanged from r222227, trunk/libstdc++-v3/testsuite/27_io/basic_fstream/cons/base.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/config/abi/post/aarch64-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/alpha-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/ia64-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/m68k-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/solaris2.10/amd64/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/solaris2.10/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gupc/libstdc++-v3/doc/html/index.html
    branches/gupc/libstdc++-v3/doc/html/manual/api.html
    branches/gupc/libstdc++-v3/doc/html/manual/appendix.html
    branches/gupc/libstdc++-v3/doc/html/manual/appendix_porting.html
    branches/gupc/libstdc++-v3/doc/html/manual/index.html
    branches/gupc/libstdc++-v3/doc/xml/manual/evolution.xml
    branches/gupc/libstdc++-v3/include/bits/stl_iterator_base_funcs.h
    branches/gupc/libstdc++-v3/include/bits/stl_list.h
    branches/gupc/libstdc++-v3/scripts/extract_symvers.pl
    branches/gupc/libstdc++-v3/testsuite/29_atomics/atomic/62259.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/config/bootstrap-mpx.mk
      - copied unchanged from r222227, trunk/config/bootstrap-mpx.mk
    branches/gupc/gcc/go/gofrontend/escape.cc
      - copied unchanged from r222227, trunk/gcc/go/gofrontend/escape.cc
    branches/gupc/gcc/go/gofrontend/escape.h
      - copied unchanged from r222227, trunk/gcc/go/gofrontend/escape.h
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrmem4.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrmem4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-decltype2.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-decltype2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/scoped_enum3.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/cpp0x/scoped_enum3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/scoped_enum4.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/cpp0x/scoped_enum4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/auto-fn26.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn26.C
    branches/gupc/gcc/testsuite/g++.dg/ext/mv18.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/ext/mv18.C
    branches/gupc/gcc/testsuite/g++.dg/ext/mv19.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/ext/mv19.C
    branches/gupc/gcc/testsuite/g++.dg/ext/mv20.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/ext/mv20.C
    branches/gupc/gcc/testsuite/g++.dg/ext/mv21.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/ext/mv21.C
    branches/gupc/gcc/testsuite/g++.dg/ext/mv22.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/ext/mv22.C
    branches/gupc/gcc/testsuite/g++.dg/ext/mv23.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/ext/mv23.C
    branches/gupc/gcc/testsuite/g++.dg/init/pr64527.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/init/pr64527.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/pr65765.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/ipa/pr65765.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using55.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/lookup/using55.C
    branches/gupc/gcc/testsuite/g++.dg/opt/flifetime-dse2.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/opt/flifetime-dse2.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/nonzero-3.C
      - copied unchanged from r222227, trunk/gcc/testsuite/g++.dg/tree-ssa/nonzero-3.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr65648.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.c-torture/execute/pr65648.c
    branches/gupc/gcc/testsuite/gcc.dg/Warray-bounds-14.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/Warray-bounds-14.c
    branches/gupc/gcc/testsuite/gcc.dg/Warray-bounds-15.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/Warray-bounds-15.c
    branches/gupc/gcc/testsuite/gcc.dg/debug/pr65771.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/debug/pr65771.c
    branches/gupc/gcc/testsuite/gcc.dg/pr63387.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/pr63387.c
    branches/gupc/gcc/testsuite/gcc.dg/pr65408.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/pr65408.c
    branches/gupc/gcc/testsuite/gcc.dg/pr65780-1.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/pr65780-1.c
    branches/gupc/gcc/testsuite/gcc.dg/pr65780-2.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/pr65780-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-35.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-35.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-36.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-36.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/c-output-template-4.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.target/aarch64/c-output-template-4.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/unsigned-float.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.target/aarch64/unsigned-float.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr65729.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.target/arm/pr65729.c
    branches/gupc/gcc/testsuite/gcc.target/arm/unsigned-float.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.target/arm/unsigned-float.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr32219-9.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.target/i386/pr32219-9.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr65787.c
      - copied unchanged from r222227, trunk/gcc/testsuite/gcc.target/powerpc/pr65787.c
    branches/gupc/gcc/testsuite/gfortran.fortran-torture/compile/pr65758.f90
      - copied unchanged from r222227, trunk/gcc/testsuite/gfortran.fortran-torture/compile/pr65758.f90
    branches/gupc/gcc/tree-ssa-scopedtables.c
      - copied unchanged from r222227, trunk/gcc/tree-ssa-scopedtables.c
    branches/gupc/gcc/tree-ssa-scopedtables.h
      - copied unchanged from r222227, trunk/gcc/tree-ssa-scopedtables.h
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/Makefile.in
    branches/gupc/Makefile.tpl
    branches/gupc/config/ChangeLog
    branches/gupc/configure
    branches/gupc/configure.ac
    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/asan.h
    branches/gupc/gcc/attribs.c
    branches/gupc/gcc/bitmap.c
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfg.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cfgrtl.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config/aarch64/arm_neon.h
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/avr/avr-mcus.def
    branches/gupc/gcc/config/avr/avr.opt
    branches/gupc/gcc/config/avr/gen-avr-mmcu-specs.c
    branches/gupc/gcc/config/i386/i386-protos.h
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.h
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/predicates.md
    branches/gupc/gcc/config/i386/winnt.c
    branches/gupc/gcc/config/ia64/ia64.c
    branches/gupc/gcc/config/m32c/m32c.c
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/rl78/rl78-opts.h
    branches/gupc/gcc/config/rl78/rl78-virt.md
    branches/gupc/gcc/config/rl78/rl78.c
    branches/gupc/gcc/config/rl78/rl78.h
    branches/gupc/gcc/config/rl78/rl78.md
    branches/gupc/gcc/config/rl78/rl78.opt
    branches/gupc/gcc/config/rl78/t-rl78
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rx/rx.c
    branches/gupc/gcc/config/rx/rx.h
    branches/gupc/gcc/config/rx/rx.md
    branches/gupc/gcc/config/rx/rx.opt
    branches/gupc/gcc/config/rx/t-rx
    branches/gupc/gcc/config/s390/s390.h
    branches/gupc/gcc/config/sol2.c
    branches/gupc/gcc/coverage.c
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/constexpr.c
    branches/gupc/gcc/cp/cvt.c
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/lambda.c
    branches/gupc/gcc/cp/method.c
    branches/gupc/gcc/cp/name-lookup.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/rtti.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/cp/tree.c
    branches/gupc/gcc/cp/typeck.c
    branches/gupc/gcc/cse.c
    branches/gupc/gcc/cselib.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/plugins.texi
    branches/gupc/gcc/dse.c
    branches/gupc/gcc/dwarf2cfi.c
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/emit-rtl.h
    branches/gupc/gcc/except.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/function.c
    branches/gupc/gcc/function.h
    branches/gupc/gcc/gcse.c
    branches/gupc/gcc/genmatch.c
    branches/gupc/gcc/genpreds.c
    branches/gupc/gcc/ggc-common.c
    branches/gupc/gcc/gimple-iterator.c
    branches/gupc/gcc/gimple-iterator.h
    branches/gupc/gcc/gimple-ssa-strength-reduction.c
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/gimplify.h
    branches/gupc/gcc/go/ChangeLog
    branches/gupc/gcc/go/Make-lang.in
    branches/gupc/gcc/go/gofrontend/dataflow.cc
    branches/gupc/gcc/go/gofrontend/export.cc
    branches/gupc/gcc/go/gofrontend/export.h
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/expressions.h
    branches/gupc/gcc/go/gofrontend/go.cc
    branches/gupc/gcc/go/gofrontend/gogo.cc
    branches/gupc/gcc/go/gofrontend/gogo.h
    branches/gupc/gcc/go/gofrontend/import.cc
    branches/gupc/gcc/go/gofrontend/import.h
    branches/gupc/gcc/go/gofrontend/statements.cc
    branches/gupc/gcc/go/gofrontend/statements.h
    branches/gupc/gcc/go/gofrontend/types.cc
    branches/gupc/gcc/go/gofrontend/types.h
    branches/gupc/gcc/graphite-scop-detection.c
    branches/gupc/gcc/haifa-sched.c
    branches/gupc/gcc/hard-reg-set.h
    branches/gupc/gcc/hash-map.h
    branches/gupc/gcc/hash-set.h
    branches/gupc/gcc/hash-table.h
    branches/gupc/gcc/internal-fn.c
    branches/gupc/gcc/internal-fn.def
    branches/gupc/gcc/ipa-devirt.c
    branches/gupc/gcc/ipa-icf-gimple.c
    branches/gupc/gcc/ipa-icf.c
    branches/gupc/gcc/ipa-icf.h
    branches/gupc/gcc/ipa-inline.c
    branches/gupc/gcc/ipa-profile.c
    branches/gupc/gcc/ipa-reference.c
    branches/gupc/gcc/ira-color.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/jcf-io.c
    branches/gupc/gcc/loop-invariant.c
    branches/gupc/gcc/loop-iv.c
    branches/gupc/gcc/loop-unroll.c
    branches/gupc/gcc/lra-constraints.c
    branches/gupc/gcc/lra-eliminations.c
    branches/gupc/gcc/lra-spills.c
    branches/gupc/gcc/lto-streamer.h
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/match.pd
    branches/gupc/gcc/objc/ChangeLog
    branches/gupc/gcc/objc/objc-act.c
    branches/gupc/gcc/opts-global.c
    branches/gupc/gcc/output.h
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/passes.def
    branches/gupc/gcc/plugin.c
    branches/gupc/gcc/po/ChangeLog
    branches/gupc/gcc/po/gcc.pot
    branches/gupc/gcc/postreload-gcse.c
    branches/gupc/gcc/reginfo.c
    branches/gupc/gcc/simplify-rtx.c
    branches/gupc/gcc/statistics.c
    branches/gupc/gcc/stmt.c
    branches/gupc/gcc/store-motion.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/bounds-4.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/bounds-6.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-22.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/decltype-call1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted21.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted28.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/defaulted47.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/elision_neg.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/fntmpdefarg3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/implicit-trivial1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/implicit1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/implicit9.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/inh-ctor9.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/range-for13.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ23.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/clause-2.C
    branches/gupc/gcc/testsuite/g++.dg/gomp/udr-5.C
    branches/gupc/gcc/testsuite/g++.dg/inherit/access6.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/duperr1.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/friend2.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/pr6936.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/scoped1.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using26.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using38.C
    branches/gupc/gcc/testsuite/g++.dg/other/access2.C
    branches/gupc/gcc/testsuite/g++.dg/overload/defarg3.C
    branches/gupc/gcc/testsuite/g++.dg/overload/defarg6.C
    branches/gupc/gcc/testsuite/g++.dg/parse/access11.C
    branches/gupc/gcc/testsuite/g++.dg/parse/access2.C
    branches/gupc/gcc/testsuite/g++.dg/parse/access3.C
    branches/gupc/gcc/testsuite/g++.dg/parse/access4.C
    branches/gupc/gcc/testsuite/g++.dg/parse/access5.C
    branches/gupc/gcc/testsuite/g++.dg/parse/access6.C
    branches/gupc/gcc/testsuite/g++.dg/parse/access8.C
    branches/gupc/gcc/testsuite/g++.dg/parse/access9.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash40.C
    branches/gupc/gcc/testsuite/g++.dg/tc1/dr142.C
    branches/gupc/gcc/testsuite/g++.dg/tc1/dr166.C
    branches/gupc/gcc/testsuite/g++.dg/tc1/dr52.C
    branches/gupc/gcc/testsuite/g++.dg/template/access11.C
    branches/gupc/gcc/testsuite/g++.dg/template/access18.C
    branches/gupc/gcc/testsuite/g++.dg/template/access19.C
    branches/gupc/gcc/testsuite/g++.dg/template/access2.C
    branches/gupc/gcc/testsuite/g++.dg/template/access20.C
    branches/gupc/gcc/testsuite/g++.dg/template/access26.C
    branches/gupc/gcc/testsuite/g++.dg/template/access3.C
    branches/gupc/gcc/testsuite/g++.dg/template/access7.C
    branches/gupc/gcc/testsuite/g++.dg/template/conv12.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash69.C
    branches/gupc/gcc/testsuite/g++.dg/template/friend31.C
    branches/gupc/gcc/testsuite/g++.dg/template/friend32.C
    branches/gupc/gcc/testsuite/g++.dg/template/memfriend15.C
    branches/gupc/gcc/testsuite/g++.dg/template/memfriend16.C
    branches/gupc/gcc/testsuite/g++.dg/template/memfriend17.C
    branches/gupc/gcc/testsuite/g++.dg/template/memfriend7.C
    branches/gupc/gcc/testsuite/g++.dg/template/pr32519.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp21.C
    branches/gupc/gcc/testsuite/g++.dg/template/qualttp8.C
    branches/gupc/gcc/testsuite/g++.dg/template/ttp10.C
    branches/gupc/gcc/testsuite/g++.dg/template/typedef11.C
    branches/gupc/gcc/testsuite/g++.dg/template/typedef13.C
    branches/gupc/gcc/testsuite/g++.dg/template/typedef19.C
    branches/gupc/gcc/testsuite/g++.dg/template/typedef20.C
    branches/gupc/gcc/testsuite/g++.dg/template/typedef22.C
    branches/gupc/gcc/testsuite/g++.dg/template/using16.C
    branches/gupc/gcc/testsuite/g++.dg/template/virtual3.C
    branches/gupc/gcc/testsuite/g++.dg/ubsan/pr61272.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bob/inherit2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/crash11.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/enum6.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/visibility1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/visibility10.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/visibility2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/visibility6.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/visibility7.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/visibility8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.brendan/visibility9.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.bugs/900428_03.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/access17.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/access18.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/access22.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/access23.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/access8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/delete3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.jason/report.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/access2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/access3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/access4.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/access5.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/arm12.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/arm14.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/ctors13.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/union2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility12.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility15.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility16.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility17.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility18.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility19.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility20.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility21.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility24.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility4.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility5.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility6.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility7.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility8.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.law/visibility9.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.niklas/t135.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.oliva/delete1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.oliva/partord1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/access11.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/access4.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/access7.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/crash1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/crash7.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/friend1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/friend4.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/friend9.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/lineno1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.other/using1.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/enum14.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/friend11.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/friend21.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/friend3.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/inherit2.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/memtemp74.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.pt/memtemp89.C
    branches/gupc/gcc/testsuite/g++.old-deja/g++.robertl/eb94.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr37508.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/stdarg-2.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/vldN_lane_1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512dq-vfpclasspd-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx512dq-vfpclassps-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/mpx/alloca-1-lbv.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr32219-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr64317.c
    branches/gupc/gcc/testsuite/gcc.target/rx/builtins.c
    branches/gupc/gcc/testsuite/gfortran.dg/pr32627.f03
    branches/gupc/gcc/testsuite/gfortran.dg/reassoc_6.f
    branches/gupc/gcc/testsuite/gfortran.dg/substr_6.f90
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-cfg.h
    branches/gupc/gcc/tree-chkp.c
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-hasher.h
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-into-ssa.c
    branches/gupc/gcc/tree-parloops.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-ccp.c
    branches/gupc/gcc/tree-ssa-coalesce.c
    branches/gupc/gcc/tree-ssa-dom.c
    branches/gupc/gcc/tree-ssa-live.c
    branches/gupc/gcc/tree-ssa-loop-ch.c
    branches/gupc/gcc/tree-ssa-loop-im.c
    branches/gupc/gcc/tree-ssa-loop-ivopts.c
    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-reassoc.c
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa-tail-merge.c
    branches/gupc/gcc/tree-ssa-threadedge.c
    branches/gupc/gcc/tree-ssa-threadedge.h
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-stdarg.c
    branches/gupc/gcc/tree-vectorizer.c
    branches/gupc/gcc/tree-vectorizer.h
    branches/gupc/gcc/tree-vrp.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/valtrack.h
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/varasm.c
    branches/gupc/gcc/vtable-verify.c
    branches/gupc/gcc/vtable-verify.h
    branches/gupc/libcc1/ChangeLog
    branches/gupc/libcc1/Makefile.am
    branches/gupc/libcc1/Makefile.in
    branches/gupc/libcc1/plugin.cc
    branches/gupc/libcpp/po/ChangeLog
    branches/gupc/libcpp/po/cpplib.pot
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config.host
    branches/gupc/libgcc/config/i386/cpuinfo.c
    branches/gupc/libgcc/config/i386/t-linux
    branches/gupc/libgcc/config/rl78/divmodhi.S
    branches/gupc/libgcc/config/rl78/divmodsi.S
    branches/gupc/libgcc/gthr-single.h
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/io/format.c
    branches/gupc/libgfortran/io/format.h
    branches/gupc/libgfortran/io/transfer.c
    branches/gupc/libgo/go/reflect/type.go
    branches/gupc/libgo/go/runtime/pprof/pprof.go
    branches/gupc/libgo/runtime/go-caller.c
    branches/gupc/libgo/runtime/go-callers.c
    branches/gupc/libgo/runtime/go-typedesc-equal.c
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/testsuite/Makefile.in
    branches/gupc/maintainer-scripts/ChangeLog
    branches/gupc/maintainer-scripts/update_version_svn

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



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