svn merge -r216551:216552 svn+ssh://gcc.gnu.org/svn/gcc/trunk
commit522bf81c387613c35e47444fca43c178b2d0f01e
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Oct 2014 08:51:05 +0000 (24 08:51 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Oct 2014 08:51:05 +0000 (24 08:51 +0000)
tree25c5ff5909a2332ce977ba8dc5b73815f8f2e8b3
parent1b66a1b7dcae1eff1d3cdb0a0dd5e4c991717812
svn merge -r216551:216552 svn+ssh://gcc.gnu.org/svn/gcc/trunk

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/redhat@216625 138bc75d-0d04-0410-961f-82ee72b054a4
38 files changed:
gcc-4_9-branch/gcc/ChangeLog
gcc-4_9-branch/gcc/c-family/ChangeLog
gcc-4_9-branch/gcc/c-family/c-ubsan.c
gcc-4_9-branch/gcc/common.opt
gcc-4_9-branch/gcc/doc/invoke.texi
gcc-4_9-branch/gcc/opts.c
gcc-4_9-branch/gcc/testsuite/ChangeLog
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/align-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/align-3.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/bounds-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/div-by-zero-7.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-10.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-7.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-8.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-9.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/overflow-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/overflow-add-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/overflow-add-3.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/overflow-mul-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/overflow-mul-3.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/overflow-negate-2.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/overflow-sub-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/pr59503.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/pr60613-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/recovery-1.c [new file with mode: 0644]
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/recovery-2.c [new file with mode: 0644]
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/recovery-3.c [new file with mode: 0644]
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/recovery-common.inc [new file with mode: 0644]
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/save-expr-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/shift-3.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/shift-6.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/undefined-1.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/vla-2.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/vla-3.c
gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/vla-4.c
gcc-4_9-branch/gcc/testsuite/g++.dg/ubsan/cxx11-shift-1.C
gcc-4_9-branch/gcc/testsuite/g++.dg/ubsan/return-2.C
gcc-4_9-branch/gcc/ubsan.c