r204619 - in /branches/gccgo: ./ gcc/ChangeLog ...

ian@gcc.gnu.org ian@gcc.gnu.org
Sat Nov 9 17:05:00 GMT 2013


Author: ian
Date: Sat Nov  9 17:05:34 2013
New Revision: 204619

URL: http://gcc.gnu.org/viewcvs?rev=204619&root=gcc&view=rev
Log:
Merge from GCC mainline revision 204617.

Added:
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/58982.cc
      - copied unchanged from r204617, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/58982.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/58982.cc
      - copied unchanged from r204617, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/58982.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/58982.cc
      - copied unchanged from r204617, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/58982.cc
    branches/gccgo/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/58982.cc
      - copied unchanged from r204617, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/58982.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy/58982.cc
      - copied unchanged from r204617, trunk/libstdc++-v3/testsuite/25_algorithms/copy/58982.cc
    branches/gccgo/libstdc++-v3/testsuite/25_algorithms/copy_n/58982.cc
      - copied unchanged from r204617, trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/58982.cc
Modified:
    branches/gccgo/libstdc++-v3/ChangeLog
    branches/gccgo/libstdc++-v3/include/bits/stl_algobase.h
    branches/gccgo/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/gccgo/libstdc++-v3/include/debug/forward_list
    branches/gccgo/libstdc++-v3/include/debug/safe_iterator.h
    branches/gccgo/libstdc++-v3/include/debug/safe_iterator.tcc
    branches/gccgo/libstdc++-v3/include/debug/safe_local_iterator.h
    branches/gccgo/libstdc++-v3/include/debug/safe_local_iterator.tcc

Changes in other areas also in this revision:
Added:
    branches/gccgo/gcc/ginclude/stdatomic.h
      - copied unchanged from r204617, trunk/gcc/ginclude/stdatomic.h
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-compare-exchange-1.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-compare-exchange-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-compare-exchange-2.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-compare-exchange-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-compare-exchange-3.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-compare-exchange-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-compare-exchange-4.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-compare-exchange-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-exchange-1.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-exchange-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-exchange-2.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-exchange-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-exchange-3.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-exchange-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-exchange-4.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-exchange-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-fence.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-fence.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-flag.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-generic.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-generic.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-kill-dep.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-kill-dep.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-load-1.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-load-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-load-2.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-load-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-load-3.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-load-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-load-4.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-load-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-lockfree.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-lockfree.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-op-1.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-op-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-op-2.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-op-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-op-3.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-op-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-op-4.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-op-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-store-1.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-store-1.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-store-2.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-store-2.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-store-3.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-store-3.c
    branches/gccgo/gcc/testsuite/gcc.dg/atomic/stdatomic-store-4.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/atomic/stdatomic-store-4.c
    branches/gccgo/gcc/testsuite/gcc.dg/c11-stdatomic-1.c
      - copied unchanged from r204617, trunk/gcc/testsuite/gcc.dg/c11-stdatomic-1.c
Modified:
    branches/gccgo/   (props changed)
    branches/gccgo/gcc/ChangeLog
    branches/gccgo/gcc/DATESTAMP
    branches/gccgo/gcc/Makefile.in
    branches/gccgo/gcc/attribs.c
    branches/gccgo/gcc/builtins.c
    branches/gccgo/gcc/cfgexpand.c
    branches/gccgo/gcc/cgraphclones.c
    branches/gccgo/gcc/config/arc/arc.c
    branches/gccgo/gcc/config/arc/arc.md
    branches/gccgo/gcc/config/arm/arm.c
    branches/gccgo/gcc/config/arm/thumb2.md
    branches/gccgo/gcc/config/bfin/bfin.c
    branches/gccgo/gcc/config/bfin/bfin.md
    branches/gccgo/gcc/config/c6x/c6x.md
    branches/gccgo/gcc/config/ia64/ia64.c
    branches/gccgo/gcc/config/ia64/ia64.md
    branches/gccgo/gcc/config/mep/mep.c
    branches/gccgo/gcc/config/mep/mep.md
    branches/gccgo/gcc/config/rs6000/rs6000.c
    branches/gccgo/gcc/config/rs6000/rs6000.md
    branches/gccgo/gcc/config/s390/s390.md
    branches/gccgo/gcc/config/sh/sh.md
    branches/gccgo/gcc/config/spu/spu.c
    branches/gccgo/gcc/config/spu/spu.md
    branches/gccgo/gcc/config/tilegx/tilegx.c
    branches/gccgo/gcc/config/tilegx/tilegx.md
    branches/gccgo/gcc/config/tilepro/tilepro.c
    branches/gccgo/gcc/config/tilepro/tilepro.md
    branches/gccgo/gcc/config/v850/v850.c
    branches/gccgo/gcc/config/v850/v850.md
    branches/gccgo/gcc/doc/extend.texi
    branches/gccgo/gcc/doc/md.texi
    branches/gccgo/gcc/doc/tm.texi
    branches/gccgo/gcc/doc/tm.texi.in
    branches/gccgo/gcc/explow.c
    branches/gccgo/gcc/expr.c
    branches/gccgo/gcc/fold-const.c
    branches/gccgo/gcc/function.c
    branches/gccgo/gcc/gimple-fold.c
    branches/gccgo/gcc/hooks.c
    branches/gccgo/gcc/hooks.h
    branches/gccgo/gcc/loop-doloop.c
    branches/gccgo/gcc/print-tree.c
    branches/gccgo/gcc/stmt.c
    branches/gccgo/gcc/symtab.c
    branches/gccgo/gcc/target.def
    branches/gccgo/gcc/target.h
    branches/gccgo/gcc/targhooks.c
    branches/gccgo/gcc/targhooks.h
    branches/gccgo/gcc/testsuite/ChangeLog
    branches/gccgo/gcc/testsuite/gcc.dg/vect/pr58508.c
    branches/gccgo/gcc/trans-mem.c
    branches/gccgo/gcc/tree-eh.c
    branches/gccgo/gcc/tree-object-size.c
    branches/gccgo/gcc/tree-ssa-dom.c
    branches/gccgo/gcc/tree-vrp.c
    branches/gccgo/gcc/tree.c
    branches/gccgo/gcc/tree.h
    branches/gccgo/libcilkrts/ChangeLog
    branches/gccgo/libcilkrts/runtime/cilk_fiber-unix.cpp
    branches/gccgo/libgo/runtime/malloc.goc
    branches/gccgo/libjava/classpath/   (props changed)

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

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




More information about the Libstdc++-cvs mailing list