This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249623 - in /branches/gcc-6-branch/gcc: cp/Cha...
- From: mpolacek at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 24 Jun 2017 10:57:02 -0000
- Subject: r249623 - in /branches/gcc-6-branch/gcc: cp/Cha...
Author: mpolacek
Date: Sat Jun 24 10:57:01 2017
New Revision: 249623
URL: https://gcc.gnu.org/viewcvs?rev=249623&root=gcc&view=rev
Log:
PR sanitizer/80348
* typeck.c (cp_build_binary_op): Convert COP[01] to ORIG_TYPE.
* g++.dg/ubsan/div-by-zero-2.C: New test.
Added:
branches/gcc-6-branch/gcc/testsuite/g++.dg/ubsan/div-by-zero-2.C
Modified:
branches/gcc-6-branch/gcc/cp/ChangeLog
branches/gcc-6-branch/gcc/cp/typeck.c
branches/gcc-6-branch/gcc/testsuite/ChangeLog