r192464 - in /branches/cilkplus: ./ ChangeLog M...

bviyer@gcc.gnu.org bviyer@gcc.gnu.org
Mon Oct 15 16:36:00 GMT 2012


Author: bviyer
Date: Mon Oct 15 16:35:55 2012
New Revision: 192464

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192464
Log:
Merged with trunk at revision 192446.

Added:
    branches/cilkplus/libstdc++-v3/config/os/bsd/openbsd/
      - copied from r192446, trunk/libstdc++-v3/config/os/bsd/openbsd/
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/arcsine_distribution/
      - copied from r192446, trunk/libstdc++-v3/testsuite/ext/random/arcsine_distribution/
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/hoyt_distribution/
      - copied from r192446, trunk/libstdc++-v3/testsuite/ext/random/hoyt_distribution/
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/acinclude.m4
    branches/cilkplus/libstdc++-v3/config/abi/pre/gnu.ver
    branches/cilkplus/libstdc++-v3/config/os/bsd/darwin/os_defines.h
    branches/cilkplus/libstdc++-v3/configure
    branches/cilkplus/libstdc++-v3/configure.host
    branches/cilkplus/libstdc++-v3/include/bits/hashtable_policy.h
    branches/cilkplus/libstdc++-v3/include/ext/random
    branches/cilkplus/libstdc++-v3/include/ext/random.tcc
    branches/cilkplus/libstdc++-v3/include/std/type_traits
    branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc   (props changed)
    branches/cilkplus/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-1.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/requirements/sfinae_friendly_1.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/bitset/45713.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/config/s390/2827.md
      - copied unchanged from r192446, trunk/gcc/config/s390/2827.md
    branches/cilkplus/gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess1.c
      - copied unchanged from r192446, trunk/gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess1.c
    branches/cilkplus/gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess2.c
      - copied unchanged from r192446, trunk/gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess2.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-24.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-24.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/auto35.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/cpp0x/auto35.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/decltype45.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/cpp0x/decltype45.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/initlist67.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/cpp0x/initlist67.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice9.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice9.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/pr52744.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/cpp0x/pr52744.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/weak5.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/ext/weak5.C
    branches/cilkplus/gcc/testsuite/g++.dg/init/bitfield3.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/init/bitfield3.C
    branches/cilkplus/gcc/testsuite/g++.dg/opt/pr52643.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/opt/pr52643.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/friend-main.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/parse/friend-main.C
    branches/cilkplus/gcc/testsuite/g++.dg/parse/pr43765.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/parse/pr43765.C
    branches/cilkplus/gcc/testsuite/g++.dg/pr53055.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/pr53055.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/crash113.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/template/crash113.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/static2.C
      - copied unchanged from r192446, trunk/gcc/testsuite/g++.dg/tls/static2.C
    branches/cilkplus/gcc/testsuite/gcc.dg/Wsizeof-pointer-memaccess1.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.dg/Wsizeof-pointer-memaccess1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr54919.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.dg/pr54919.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr54877.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.dg/torture/pr54877.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr54894.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.dg/torture/pr54894.c
    branches/cilkplus/gcc/testsuite/gcc.dg/unroll_5.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.dg/unroll_5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/nodump-forwprop-22.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.dg/vect/nodump-forwprop-22.c
    branches/cilkplus/gcc/testsuite/gcc.dg/webizer.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.dg/webizer.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr53397-1.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/i386/pr53397-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr53397-2.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/i386/pr53397-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-13.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr51244-13.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-14.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr51244-14.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-15.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr51244-15.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-16.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr51244-16.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54602-1.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr54602-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54602-2.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr54602-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54602-3.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr54602-3.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54602-4.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr54602-4.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54680.c
      - copied unchanged from r192446, trunk/gcc/testsuite/gcc.target/sh/pr54680.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/class_allocate_13.f90
      - copied unchanged from r192446, trunk/gcc/testsuite/gfortran.dg/class_allocate_13.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/dummy_procedure_9.f90
      - copied unchanged from r192446, trunk/gcc/testsuite/gfortran.dg/dummy_procedure_9.f90
Removed:
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53397-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53397-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/forwprop-22.c
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/acinclude.m4
    branches/cilkplus/gcc/attribs.c
    branches/cilkplus/gcc/builtins.c
    branches/cilkplus/gcc/builtins.def
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-ada-spec.c
    branches/cilkplus/gcc/c-family/c-common.c
    branches/cilkplus/gcc/c-family/c-common.h
    branches/cilkplus/gcc/c/ChangeLog
    branches/cilkplus/gcc/c/c-parser.c
    branches/cilkplus/gcc/cfgloop.h
    branches/cilkplus/gcc/cfgloopanal.c
    branches/cilkplus/gcc/combine.c
    branches/cilkplus/gcc/common/config/s390/s390-common.c
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config/alpha/alpha.c
    branches/cilkplus/gcc/config/alpha/alpha.md
    branches/cilkplus/gcc/config/alpha/sync.md
    branches/cilkplus/gcc/config/arm/arm-protos.h
    branches/cilkplus/gcc/config/arm/arm.c
    branches/cilkplus/gcc/config/arm/arm.h
    branches/cilkplus/gcc/config/arm/arm.md
    branches/cilkplus/gcc/config/i386/bdver1.md
    branches/cilkplus/gcc/config/mips/mips-protos.h
    branches/cilkplus/gcc/config/mips/mips.c
    branches/cilkplus/gcc/config/mips/mips.md
    branches/cilkplus/gcc/config/mmix/mmix.c
    branches/cilkplus/gcc/config/rs6000/predicates.md
    branches/cilkplus/gcc/config/rs6000/rs6000-c.c
    branches/cilkplus/gcc/config/rs6000/rs6000-protos.h
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/rs6000/rs6000.h
    branches/cilkplus/gcc/config/rs6000/rs6000.md
    branches/cilkplus/gcc/config/rs6000/rs6000.opt
    branches/cilkplus/gcc/config/s390/s390-opts.h
    branches/cilkplus/gcc/config/s390/s390.c
    branches/cilkplus/gcc/config/s390/s390.h
    branches/cilkplus/gcc/config/s390/s390.md
    branches/cilkplus/gcc/config/s390/s390.opt
    branches/cilkplus/gcc/config/sh/predicates.md
    branches/cilkplus/gcc/config/sh/sh-protos.h
    branches/cilkplus/gcc/config/sh/sh.c
    branches/cilkplus/gcc/config/sh/sh.md
    branches/cilkplus/gcc/config/xtensa/xtensa.c
    branches/cilkplus/gcc/config/xtensa/xtensa.md
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/cp-tree.h
    branches/cilkplus/gcc/cp/decl.c
    branches/cilkplus/gcc/cp/method.c
    branches/cilkplus/gcc/cp/parser.c
    branches/cilkplus/gcc/cp/pt.c
    branches/cilkplus/gcc/cp/semantics.c
    branches/cilkplus/gcc/cp/typeck.c
    branches/cilkplus/gcc/df-problems.c
    branches/cilkplus/gcc/df.h
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/generic.texi
    branches/cilkplus/gcc/doc/gty.texi
    branches/cilkplus/gcc/doc/md.texi
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/interface.c
    branches/cilkplus/gcc/fortran/trans-stmt.c
    branches/cilkplus/gcc/gcov.c
    branches/cilkplus/gcc/gengtype-lex.l
    branches/cilkplus/gcc/gengtype-parse.c
    branches/cilkplus/gcc/gengtype-state.c
    branches/cilkplus/gcc/gengtype.c
    branches/cilkplus/gcc/gengtype.h
    branches/cilkplus/gcc/gimple-streamer-in.c
    branches/cilkplus/gcc/gimple-streamer-out.c
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/ipa-prop.c
    branches/cilkplus/gcc/ira-build.c
    branches/cilkplus/gcc/ira-color.c
    branches/cilkplus/gcc/ira-conflicts.c
    branches/cilkplus/gcc/ira-emit.c
    branches/cilkplus/gcc/ira-lives.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/loop-iv.c
    branches/cilkplus/gcc/loop-unroll.c
    branches/cilkplus/gcc/lto-streamer-in.c
    branches/cilkplus/gcc/lto-streamer-out.c
    branches/cilkplus/gcc/lto-streamer.c
    branches/cilkplus/gcc/lto-streamer.h
    branches/cilkplus/gcc/lto/ChangeLog
    branches/cilkplus/gcc/lto/lto.c
    branches/cilkplus/gcc/optabs.c
    branches/cilkplus/gcc/optabs.def
    branches/cilkplus/gcc/simplify-rtx.c
    branches/cilkplus/gcc/streamer-hooks.h
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/pragma-override1.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/pragma-override2.C
    branches/cilkplus/gcc/testsuite/g++.dg/gomp/tls-5.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local7.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/Wsizeof-pointer-memaccess1.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/Wsizeof-pointer-memaccess2.C
    branches/cilkplus/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53060.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr54782.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/Wsizeof-pointer-memaccess1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vect/pr48765.c
    branches/cilkplus/gcc/testsuite/gcc.target/arm/div64-unwinding.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c
    branches/cilkplus/gcc/testsuite/lib/target-supports.exp
    branches/cilkplus/gcc/testsuite/obj-c++.dg/tls/init-2.mm
    branches/cilkplus/gcc/tree-ssa-loop-niter.c
    branches/cilkplus/gcc/tree-ssa-threadupdate.c
    branches/cilkplus/gcc/tree-streamer-in.c
    branches/cilkplus/gcc/tree-streamer-out.c
    branches/cilkplus/gcc/tree-streamer.h
    branches/cilkplus/gcc/tree-vect-loop.c
    branches/cilkplus/gcc/tree-vect-stmts.c
    branches/cilkplus/gcc/tree.def
    branches/cilkplus/gcc/web.c
    branches/cilkplus/libbacktrace/ChangeLog
    branches/cilkplus/libbacktrace/configure
    branches/cilkplus/libbacktrace/configure.ac
    branches/cilkplus/libbacktrace/dwarf.c
    branches/cilkplus/libbacktrace/elf.c
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/config/i386/32/sfp-machine.h
    branches/cilkplus/libgcc/config/i386/64/sfp-machine.h
    branches/cilkplus/libgcc/config/i386/sfp-exceptions.c
    branches/cilkplus/libgcc/config/i386/sfp-machine.h
    branches/cilkplus/libgfortran/ChangeLog
    branches/cilkplus/libgfortran/io/unix.c

Propchange: branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc
            ('svn:mergeinfo' modified)

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




More information about the Libstdc++-cvs mailing list