This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217216 - in /branches/gcc-4_9-branch/gcc: Chan...
- From: mpolacek at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 07 Nov 2014 12:03:39 -0000
- Subject: r217216 - in /branches/gcc-4_9-branch/gcc: Chan...
Author: mpolacek
Date: Fri Nov 7 12:03:38 2014
New Revision: 217216
URL: https://gcc.gnu.org/viewcvs?rev=217216&root=gcc&view=rev
Log:
* c-ubsan.c (ubsan_instrument_shift): Perform the MINUS_EXPR
in unsigned type.
* c-c++-common/ubsan/undefined-2.c: New test.
Added:
branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/ubsan/undefined-2.c
Modified:
branches/gcc-4_9-branch/gcc/ChangeLog
branches/gcc-4_9-branch/gcc/c-family/c-ubsan.c
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog