r201499 - in /branches/gupc: ./ gcc/ChangeLog g...

gfunck@gcc.gnu.org gfunck@gcc.gnu.org
Mon Aug 5 17:35:00 GMT 2013


Author: gfunck
Date: Mon Aug  5 17:35:48 2013
New Revision: 201499

URL: http://gcc.gnu.org/viewcvs?rev=201499&root=gcc&view=rev
Log:
	Merge trunk version 201483 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/testsuite/23_containers/deque/debug/insert5_neg.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/23_containers/deque/debug/insert5_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after4_neg.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after4_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/debug/insert5_neg.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/23_containers/list/debug/insert5_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/debug/57779_neg.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/57779_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/debug/insert5_neg.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/insert5_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/debug/insert6_neg.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/insert6_neg.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_bracket_01.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_bracket_01.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_dispatch_01.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_dispatch_01.cc
    branches/gupc/libstdc++-v3/testsuite/29_atomics/atomic/requirements/compare_exchange_lowering.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/29_atomics/atomic/requirements/compare_exchange_lowering.cc
    branches/gupc/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/pow_cmath.cc
      - copied unchanged from r201483, trunk/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/pow_cmath.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/include/bits/regex.h
    branches/gupc/libstdc++-v3/include/bits/regex_compiler.h
    branches/gupc/libstdc++-v3/include/bits/regex_grep_matcher.h
    branches/gupc/libstdc++-v3/include/bits/regex_grep_matcher.tcc
    branches/gupc/libstdc++-v3/include/bits/regex_nfa.h
    branches/gupc/libstdc++-v3/include/bits/regex_nfa.tcc
    branches/gupc/libstdc++-v3/include/bits/stl_bvector.h
    branches/gupc/libstdc++-v3/include/debug/formatter.h
    branches/gupc/libstdc++-v3/include/debug/forward_list
    branches/gupc/libstdc++-v3/include/debug/functions.h
    branches/gupc/libstdc++-v3/include/debug/list
    branches/gupc/libstdc++-v3/include/debug/macros.h
    branches/gupc/libstdc++-v3/include/debug/safe_iterator.h
    branches/gupc/libstdc++-v3/include/debug/safe_local_iterator.h
    branches/gupc/libstdc++-v3/include/debug/string
    branches/gupc/libstdc++-v3/include/std/atomic
    branches/gupc/libstdc++-v3/include/std/bitset
    branches/gupc/libstdc++-v3/include/std/regex
    branches/gupc/libstdc++-v3/include/tr1/cmath
    branches/gupc/libstdc++-v3/src/c++11/debug.cc
    branches/gupc/libstdc++-v3/src/c++11/functexcept.cc
    branches/gupc/libstdc++-v3/src/c++11/regex.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/53622.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/57173.cc
    branches/gupc/libstdc++-v3/testsuite/util/debug/checks.h
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_common_types.h

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/config/arm/aarch-common-protos.h
      - copied unchanged from r201483, trunk/gcc/config/arm/aarch-common-protos.h
    branches/gupc/gcc/config/arm/aarch-common.c
      - copied unchanged from r201483, trunk/gcc/config/arm/aarch-common.c
    branches/gupc/gcc/config/arm/types.md
      - copied unchanged from r201483, trunk/gcc/config/arm/types.md
    branches/gupc/gcc/gen-pass-instances.awk
      - copied unchanged from r201483, trunk/gcc/gen-pass-instances.awk
    branches/gupc/gcc/pass_manager.h
      - copied unchanged from r201483, trunk/gcc/pass_manager.h
    branches/gupc/gcc/testsuite/g++.dg/conversion/ambig2.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/conversion/ambig2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-33.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-33.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-33a.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-33a.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-37.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-37.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286a.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286a.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-value4.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-value4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-sizeof.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-sizeof.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr58072.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/cpp0x/pr58072.C
    branches/gupc/gcc/testsuite/g++.dg/overload/using3.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/overload/using3.C
    branches/gupc/gcc/testsuite/g++.dg/parse/crash63.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/parse/crash63.C
    branches/gupc/gcc/testsuite/g++.dg/template/abstract1.C
      - copied unchanged from r201483, trunk/gcc/testsuite/g++.dg/template/abstract1.C
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr57993-2.cpp
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.dg/torture/pr57993-2.cpp
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr57993.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.dg/torture/pr57993.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr46975-2.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/arm/pr46975-2.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr57637.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/arm/pr57637.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr58048.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/i386/pr58048.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fabs-2008.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/fabs-2008.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fabs-legacy.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/fabs-legacy.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fabsf-2008.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/fabsf-2008.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fabsf-legacy.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/fabsf-legacy.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fneg-2008.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/fneg-2008.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fneg-legacy.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/fneg-legacy.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fnegf-2008.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/fnegf-2008.c
    branches/gupc/gcc/testsuite/gcc.target/mips/fnegf-legacy.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/fnegf-legacy.c
    branches/gupc/gcc/testsuite/gcc.target/mips/nan-2008.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/nan-2008.c
    branches/gupc/gcc/testsuite/gcc.target/mips/nan-legacy.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/nan-legacy.c
    branches/gupc/gcc/testsuite/gcc.target/mips/nanf-2008.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/nanf-2008.c
    branches/gupc/gcc/testsuite/gcc.target/mips/nanf-legacy.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/nanf-legacy.c
    branches/gupc/gcc/testsuite/gcc.target/mips/nans-2008.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/nans-2008.c
    branches/gupc/gcc/testsuite/gcc.target/mips/nans-legacy.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/nans-legacy.c
    branches/gupc/gcc/testsuite/gcc.target/mips/nansf-2008.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/nansf-2008.c
    branches/gupc/gcc/testsuite/gcc.target/mips/nansf-legacy.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/mips/nansf-legacy.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/fusion.c
      - copied unchanged from r201483, trunk/gcc/testsuite/gcc.target/powerpc/fusion.c
    branches/gupc/gcc/testsuite/gfortran.dg/pointer_assign_10.f90
      - copied unchanged from r201483, trunk/gcc/testsuite/gfortran.dg/pointer_assign_10.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pointer_assign_11.f90
      - copied unchanged from r201483, trunk/gcc/testsuite/gfortran.dg/pointer_assign_11.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pointer_assign_8.f90
      - copied unchanged from r201483, trunk/gcc/testsuite/gfortran.dg/pointer_assign_8.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pointer_assign_9.f90
      - copied unchanged from r201483, trunk/gcc/testsuite/gfortran.dg/pointer_assign_9.f90
Removed:
    branches/gupc/gcc/testsuite/gcc.target/arm/neon-for-64bits-2.c
    branches/gupc/libgo/go/exp/cookiejar/
    branches/gupc/libgo/go/exp/ebnf/
    branches/gupc/libgo/go/exp/ebnflint/
    branches/gupc/libgo/go/exp/gotype/
    branches/gupc/libgo/go/exp/html/atom/
    branches/gupc/libgo/go/exp/html/testdata/webkit/scripted/
    branches/gupc/libgo/go/exp/inotify/
    branches/gupc/libgo/go/exp/locale/
    branches/gupc/libgo/go/exp/norm/
    branches/gupc/libgo/go/exp/ssa/
    branches/gupc/libgo/go/exp/utf8string/
    branches/gupc/libgo/go/exp/winfsnotify/
    branches/gupc/libgo/go/old/netchan/
Modified:
    branches/gupc/   (props changed)
    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/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-ada-spec.c
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/c-family/c-pretty-print.c
    branches/gupc/gcc/c-family/c-pretty-print.h
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-objc-common.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/aarch64/aarch64-simd.md
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/aarch64/t-aarch64
    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/cortex-a53.md
    branches/gupc/gcc/config/arm/t-arm
    branches/gupc/gcc/config/epiphany/epiphany.md
    branches/gupc/gcc/config/epiphany/predicates.md
    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/mips/linux.h
    branches/gupc/gcc/config/mips/linux64.h
    branches/gupc/gcc/config/mips/mips-modes.def
    branches/gupc/gcc/config/mips/mips-opts.h
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/mips/mips.h
    branches/gupc/gcc/config/mips/mips.md
    branches/gupc/gcc/config/mips/mips.opt
    branches/gupc/gcc/config/rs6000/predicates.md
    branches/gupc/gcc/config/rs6000/rs6000-modes.def
    branches/gupc/gcc/config/rs6000/rs6000-protos.h
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.md
    branches/gupc/gcc/config/rs6000/rtems.h
    branches/gupc/gcc/config/rs6000/vsx.md
    branches/gupc/gcc/config/sparc/sparc.c
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/context.c
    branches/gupc/gcc/context.h
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/cp-objcp-common.c
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/cxx-pretty-print.c
    branches/gupc/gcc/cp/cxx-pretty-print.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/error.c
    branches/gupc/gcc/cp/mangle.c
    branches/gupc/gcc/cp/name-lookup.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/diagnostic.c
    branches/gupc/gcc/diagnostic.h
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/expr.c
    branches/gupc/gcc/fortran/interface.c
    branches/gupc/gcc/fortran/match.c
    branches/gupc/gcc/fortran/resolve.c
    branches/gupc/gcc/fortran/symbol.c
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/fortran/trans-io.c
    branches/gupc/gcc/function.c
    branches/gupc/gcc/gimple-pretty-print.c
    branches/gupc/gcc/gimple-ssa-strength-reduction.c
    branches/gupc/gcc/go/ChangeLog
    branches/gupc/gcc/go/go-gcc.cc
    branches/gupc/gcc/go/gofrontend/gogo.cc
    branches/gupc/gcc/graph.c
    branches/gupc/gcc/ipa-cp.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-inline-transform.c
    branches/gupc/gcc/ipa-prop.c
    branches/gupc/gcc/ipa-prop.h
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/langhooks.c
    branches/gupc/gcc/lra-constraints.c
    branches/gupc/gcc/lto-cgraph.c
    branches/gupc/gcc/lto-streamer-in.c
    branches/gupc/gcc/lto-streamer-out.c
    branches/gupc/gcc/lto-symtab.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/Make-lang.in
    branches/gupc/gcc/lto/lto-partition.c
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/mode-switching.c
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/pretty-print.c
    branches/gupc/gcc/pretty-print.h
    branches/gupc/gcc/profile.c
    branches/gupc/gcc/sched-vis.c
    branches/gupc/gcc/statistics.c
    branches/gupc/gcc/symtab.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-0.C
    branches/gupc/gcc/testsuite/g++.dg/lookup/using9.C
    branches/gupc/gcc/testsuite/g++.dg/overload/using2.C
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-1.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-2.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-3.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-4.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-5.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-7.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-8.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipcp-1.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipcp-2.c
    branches/gupc/gcc/testsuite/gcc.dg/ipa/ipcp-4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr44258.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-iv-5.c
    branches/gupc/gcc/testsuite/gcc.target/mips/code-readable-1.c
    branches/gupc/gcc/testsuite/gcc.target/mips/code-readable-2.c
    branches/gupc/gcc/testsuite/gcc.target/mips/code-readable-3.c
    branches/gupc/gcc/testsuite/gcc.target/mips/code-readable-4.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mips.exp
    branches/gupc/gcc/toplev.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-mudflap.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-pretty-print.c
    branches/gupc/gcc/tree-pretty-print.h
    branches/gupc/gcc/tree-streamer-in.c
    branches/gupc/gcc/tree-streamer-out.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/upc/upc-lang.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config/aarch64/sfp-machine.h
    branches/gupc/libgcc/config/aarch64/sync-cache.c
    branches/gupc/libgcc/config/i386/cpuinfo.c
    branches/gupc/libgcc/config/ia64/unwind-ia64.h
    branches/gupc/libgcc/config/mips/mips16.S
    branches/gupc/libgcc/config/mips/vr4120-div.S
    branches/gupc/libgo/go/syscall/mksyscall.awk
    branches/gupc/libitm/ChangeLog
    branches/gupc/libitm/configure.tgt

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




More information about the Libstdc++-cvs mailing list