> Hi. > > I'm sending patch for the PR, unfortunately I've back-ported Honza's patch > that introduced the regression to GCC 5.3. > > Fix is obvious, I've been running regression tests for both > trunk and gcc-5-branch. Identical patch can be applied (modulo a line with > 'cleanup-ipa-dump'). > > Ready after it finishes? > > Thanks, > Martin
> >From 9f547d06489ffd85b20b09067b4cfbca2c0ff70e Mon Sep 17 00:00:00 2001 > From: marxin <mli...@suse.cz> > Date: Tue, 8 Dec 2015 18:46:44 +0100 > Subject: [PATCH] Fix PR ipa/68790 > > gcc/ChangeLog: > > 2015-12-08 Martin Liska <mli...@suse.cz> > > PR ipa/68790 > * ipa-icf.c (sem_function::param_used_p): Return true > if ipa_node_params_sum equals to NULL. OK, thanks Honza