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 <mli...@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 <mli...@suse.cz> > > PR tree-optimization/78886 > * gcc.dg/tree-ssa/pr78886.c: New test. > > gcc/ChangeLog: > > 2016-12-22 Martin Liska <mli...@suse.cz> > > PR tree-optimization/78886 > * tree-ssa-strlen.c (handle_builtin_malloc): Return when LHS > is equal to NULL. Jakub