r262038 - in /branches/gcc-6-branch/gcc: Change...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Jun 25 16:54:00 GMT 2018


Author: jakub
Date: Mon Jun 25 16:54:49 2018
New Revision: 262038

URL: https://gcc.gnu.org/viewcvs?rev=262038&root=gcc&view=rev
Log:
	Backported from mainline
	2017-11-24  Jakub Jelinek  <jakub@redhat.com>
 
	PR sanitizer/83014
	* ubsan.c (ubsan_type_descriptor): Use pp_unsigned_wide_integer
	instead of pp_printf with HOST_WIDE_INT_PRINT_DEC.  Avoid calling
	tree_to_uhwi twice.
 
	* gcc.dg/ubsan/pr83014.c: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/ubsan/pr83014.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/testsuite/ChangeLog
    branches/gcc-6-branch/gcc/ubsan.c



More information about the Gcc-cvs mailing list