This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix ICE in Asan


On Fri, Jun 20, 2014 at 02:04:25PM +0400, Maxim Ostapenko wrote:
> 
> This patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61530.
> 
> Tested on x86_64-unknown-linux-gnu, no regressions.
> 
> Ok to commit?
> 
> -Maxim

> gcc/ChangeLog:
> 
> 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
> 	      Max Ostapenko  <m.ostapenko@partner.samsung.com>
> 
> 	* asan.c (build_check_stmt): Add condition.

Please align your name below Yury's (i.e. tab + 4 spaces indent).
Also, please add
	PR sanitizer/61530
to both changelog entries.  Ok with those changes.
> 
> gcc/testsuite/ChangeLog:
> 
> 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
> 	      Max Ostapenko  <m.ostapenko@partner.samsung.com>
> 
> 	* c-c++-common/asan/pr61530.c: New test.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]