r209755 - in /branches/wide-int: ./ ChangeLog M...
mrs@gcc.gnu.org
mrs@gcc.gnu.org
Thu Apr 24 16:20:00 GMT 2014
Author: mrs
Date: Thu Apr 24 16:20:16 2014
New Revision: 209755
URL: http://gcc.gnu.org/viewcvs?rev=209755&root=gcc&view=rev
Log:
Merge in trunk.
Added:
branches/wide-int/gcc/common/config/msp430/
- copied from r209754, trunk/gcc/common/config/msp430/
branches/wide-int/gcc/config/msp430/msp430-opts.h
- copied unchanged from r209754, trunk/gcc/config/msp430/msp430-opts.h
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/div-by-zero-6.c
- copied unchanged from r209754, trunk/gcc/testsuite/c-c++-common/ubsan/div-by-zero-6.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/div-by-zero-7.c
- copied unchanged from r209754, trunk/gcc/testsuite/c-c++-common/ubsan/div-by-zero-7.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/overflow-add-3.c
- copied unchanged from r209754, trunk/gcc/testsuite/c-c++-common/ubsan/overflow-add-3.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/overflow-add-4.c
- copied unchanged from r209754, trunk/gcc/testsuite/c-c++-common/ubsan/overflow-add-4.c
branches/wide-int/gcc/testsuite/g++.dg/cpp0x/pr57958.C
- copied unchanged from r209754, trunk/gcc/testsuite/g++.dg/cpp0x/pr57958.C
branches/wide-int/gcc/testsuite/g++.dg/torture/pr60895.C
- copied unchanged from r209754, trunk/gcc/testsuite/g++.dg/torture/pr60895.C
branches/wide-int/gcc/testsuite/gcc.dg/fuse-caller-save.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.dg/fuse-caller-save.c
branches/wide-int/gcc/testsuite/gcc.dg/torture/pr60891.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.dg/torture/pr60891.c
branches/wide-int/gcc/testsuite/gcc.dg/torture/pr60903.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.dg/torture/pr60903.c
branches/wide-int/gcc/testsuite/gcc.dg/vect/vect-bswap16.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.dg/vect/vect-bswap16.c
branches/wide-int/gcc/testsuite/gcc.dg/vect/vect-bswap32.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.dg/vect/vect-bswap32.c
branches/wide-int/gcc/testsuite/gcc.dg/vect/vect-bswap64.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.dg/vect/vect-bswap64.c
branches/wide-int/gcc/testsuite/gcc.target/aarch64/rev16_1.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.target/aarch64/rev16_1.c
branches/wide-int/gcc/testsuite/gcc.target/aarch64/vdup_lane_1.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.target/aarch64/vdup_lane_1.c
branches/wide-int/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
branches/wide-int/gcc/testsuite/gcc.target/aarch64/vdup_n_1.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.target/aarch64/vdup_n_1.c
branches/wide-int/gcc/testsuite/gcc.target/arm/rev16.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.target/arm/rev16.c
branches/wide-int/gcc/testsuite/gcc.target/i386/pr60902.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.target/i386/pr60902.c
branches/wide-int/gcc/testsuite/gcc.target/sh/hiconst.c
- copied unchanged from r209754, trunk/gcc/testsuite/gcc.target/sh/hiconst.c
branches/wide-int/gcc/testsuite/gfortran.dg/coarray/alloc_comp_3.f90
- copied unchanged from r209754, trunk/gcc/testsuite/gfortran.dg/coarray/alloc_comp_3.f90
Modified:
branches/wide-int/ (props changed)
branches/wide-int/ChangeLog
branches/wide-int/MAINTAINERS
branches/wide-int/gcc/ChangeLog
branches/wide-int/gcc/DATESTAMP
branches/wide-int/gcc/Makefile.in
branches/wide-int/gcc/ada/ChangeLog
branches/wide-int/gcc/ada/fe.h
branches/wide-int/gcc/ada/gcc-interface/Makefile.in
branches/wide-int/gcc/ada/gcc-interface/decl.c
branches/wide-int/gcc/ada/gcc-interface/misc.c
branches/wide-int/gcc/ada/gcc-interface/trans.c
branches/wide-int/gcc/ada/types.h
branches/wide-int/gcc/c-family/ChangeLog
branches/wide-int/gcc/c-family/c-common.c
branches/wide-int/gcc/c-family/c-ubsan.c
branches/wide-int/gcc/c-family/c.opt
branches/wide-int/gcc/calls.c
branches/wide-int/gcc/cgraph.c
branches/wide-int/gcc/cgraph.h
branches/wide-int/gcc/cgraphunit.c
branches/wide-int/gcc/combine.c
branches/wide-int/gcc/common.opt
branches/wide-int/gcc/config.gcc
branches/wide-int/gcc/config/aarch64/aarch64-builtins.c
branches/wide-int/gcc/config/aarch64/aarch64-simd-builtins.def
branches/wide-int/gcc/config/aarch64/aarch64-simd.md
branches/wide-int/gcc/config/aarch64/aarch64.c
branches/wide-int/gcc/config/aarch64/aarch64.h
branches/wide-int/gcc/config/aarch64/aarch64.md
branches/wide-int/gcc/config/aarch64/iterators.md
branches/wide-int/gcc/config/arm/aarch-common-protos.h
branches/wide-int/gcc/config/arm/aarch-common.c
branches/wide-int/gcc/config/arm/aarch-cost-tables.h
branches/wide-int/gcc/config/arm/arm-cores.def
branches/wide-int/gcc/config/arm/arm.c
branches/wide-int/gcc/config/arm/arm.h
branches/wide-int/gcc/config/arm/arm.md
branches/wide-int/gcc/config/i386/cygwin.h
branches/wide-int/gcc/config/i386/mingw32.h
branches/wide-int/gcc/config/i386/sol2.h
branches/wide-int/gcc/config/msp430/msp430-protos.h
branches/wide-int/gcc/config/msp430/msp430.c
branches/wide-int/gcc/config/msp430/msp430.md
branches/wide-int/gcc/config/msp430/msp430.opt
branches/wide-int/gcc/config/nios2/nios2-opts.h
branches/wide-int/gcc/config/nios2/nios2.c
branches/wide-int/gcc/config/nios2/nios2.md
branches/wide-int/gcc/config/nios2/nios2.opt
branches/wide-int/gcc/config/rl78/rl78-virt.md
branches/wide-int/gcc/config/sh/sh.md
branches/wide-int/gcc/config/sh/sh_treg_combine.cc
branches/wide-int/gcc/configure
branches/wide-int/gcc/configure.ac
branches/wide-int/gcc/cp/ChangeLog
branches/wide-int/gcc/cp/rtti.c
branches/wide-int/gcc/cp/semantics.c
branches/wide-int/gcc/doc/invoke.texi
branches/wide-int/gcc/emit-rtl.c
branches/wide-int/gcc/expr.c
branches/wide-int/gcc/flag-types.h
branches/wide-int/gcc/fortran/ChangeLog
branches/wide-int/gcc/fortran/trans-expr.c
branches/wide-int/gcc/gcc.c
branches/wide-int/gcc/gimple-fold.c
branches/wide-int/gcc/gimple-ssa.h
branches/wide-int/gcc/gimple-streamer-in.c
branches/wide-int/gcc/gimple.c
branches/wide-int/gcc/gimple.h
branches/wide-int/gcc/go/ChangeLog
branches/wide-int/gcc/go/go-gcc.cc
branches/wide-int/gcc/go/gofrontend/gogo-tree.cc
branches/wide-int/gcc/go/gofrontend/gogo.cc
branches/wide-int/gcc/go/gofrontend/gogo.h
branches/wide-int/gcc/ipa-devirt.c
branches/wide-int/gcc/ipa-inline-analysis.c
branches/wide-int/gcc/ipa-ref.c
branches/wide-int/gcc/ipa-reference.c
branches/wide-int/gcc/ipa.c
branches/wide-int/gcc/is-a.h
branches/wide-int/gcc/loop-init.c
branches/wide-int/gcc/loop-iv.c
branches/wide-int/gcc/loop-unroll.c
branches/wide-int/gcc/lto-cgraph.c
branches/wide-int/gcc/lto-streamer-out.c
branches/wide-int/gcc/lto-streamer.h
branches/wide-int/gcc/lto/ChangeLog
branches/wide-int/gcc/lto/lto-partition.c
branches/wide-int/gcc/lto/lto-symtab.c
branches/wide-int/gcc/lto/lto.c
branches/wide-int/gcc/objc/ChangeLog
branches/wide-int/gcc/objc/objc-act.c
branches/wide-int/gcc/passes.def
branches/wide-int/gcc/po/ChangeLog
branches/wide-int/gcc/po/zh_CN.po
branches/wide-int/gcc/reg-notes.def
branches/wide-int/gcc/rtl.h
branches/wide-int/gcc/sanitizer.def
branches/wide-int/gcc/symtab.c
branches/wide-int/gcc/target-hooks-macros.h
branches/wide-int/gcc/testsuite/ChangeLog
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/overflow-1.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/overflow-add-1.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/overflow-mul-1.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/overflow-mul-3.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/overflow-negate-2.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/overflow-sub-1.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/pr59503.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/pr60613-1.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/save-expr-1.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/shift-3.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/shift-6.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/undefined-1.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/vla-2.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/vla-3.c
branches/wide-int/gcc/testsuite/c-c++-common/ubsan/vla-4.c
branches/wide-int/gcc/testsuite/g++.dg/cpp0x/nsdmi-union5.C
branches/wide-int/gcc/testsuite/g++.dg/ubsan/cxx11-shift-1.C
branches/wide-int/gcc/testsuite/g++.dg/ubsan/cxx11-shift-2.C
branches/wide-int/gcc/testsuite/g++.dg/ubsan/cxx1y-vla.C
branches/wide-int/gcc/testsuite/g++.dg/ubsan/return-2.C
branches/wide-int/gcc/testsuite/gcc.target/nios2/custom-fp-conversion.c
branches/wide-int/gcc/testsuite/lib/target-supports.exp
branches/wide-int/gcc/tree-inline.c
branches/wide-int/gcc/tree-pass.h
branches/wide-int/gcc/tree-phinodes.c
branches/wide-int/gcc/tree-ssa-loop-im.c
branches/wide-int/gcc/tree-ssa-threadedge.c
branches/wide-int/gcc/ubsan.c
branches/wide-int/gcc/varpool.c
branches/wide-int/libgfortran/ChangeLog
branches/wide-int/libgfortran/configure
branches/wide-int/libgfortran/configure.ac
branches/wide-int/libstdc++-v3/ChangeLog
branches/wide-int/libstdc++-v3/config/abi/post/ia64-linux-gnu/baseline_symbols.txt
branches/wide-int/libstdc++-v3/config/abi/post/m68k-linux-gnu/baseline_symbols.txt
branches/wide-int/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
branches/wide-int/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
branches/wide-int/libstdc++-v3/config/abi/pre/gnu.ver
Propchange: branches/wide-int/
('svn:mergeinfo' modified)
More information about the Gcc-cvs
mailing list