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 PR ipa/68790


> 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 <mliska@suse.cz>
> Date: Tue, 8 Dec 2015 18:46:44 +0100
> Subject: [PATCH] Fix PR ipa/68790
> 
> gcc/ChangeLog:
> 
> 2015-12-08  Martin Liska  <mliska@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


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