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 tree-optimization/78886.


On Thu, Dec 22, 2016 at 02:08:35PM +0100, Martin Liška wrote:
> Patch is pre-approved by Jakub. I guess the same patch can be install to both
> release branches after it finishes regression tests, right?

Yes, thanks.

> >From b0efc394e047ebc25386f8cb99f595b8d4c7f83a Mon Sep 17 00:00:00 2001
> From: marxin <mliska@suse.cz>
> Date: Wed, 21 Dec 2016 16:21:45 +0100
> Subject: [PATCH] Fix tree-optimization/78886.
> 
> gcc/testsuite/ChangeLog:
> 
> 2016-12-22  Martin Liska  <mliska@suse.cz>
> 
> 	PR tree-optimization/78886
> 	* gcc.dg/tree-ssa/pr78886.c: New test.
> 
> gcc/ChangeLog:
> 
> 2016-12-22  Martin Liska  <mliska@suse.cz>
> 
> 	PR tree-optimization/78886
> 	* tree-ssa-strlen.c (handle_builtin_malloc): Return when LHS
> 	is equal to NULL.

	Jakub


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