Re: [PATCH] Fix 2 typos in IPA ICF pass

2016-10-25 Thread Richard Biener
On Tue, Oct 25, 2016 at 1:37 PM, Martin Liška wrote: > Hi. > > Simple fix for a typo in IPA ICF. It cant' cause a regression as > cl_target_option_eq > function is called in equals_wpa function. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be install

[PATCH] Fix 2 typos in IPA ICF pass

2016-10-25 Thread Martin Liška
n Sep 17 00:00:00 2001 From: marxin Date: Tue, 25 Oct 2016 09:57:55 +0200 Subject: [PATCH] Fix 2 typos in IPA ICF pass gcc/testsuite/ChangeLog: 2016-10-25 Martin Liska * gcc.dg/ipa/ipa-icf-32.c: Removed one scanned pattern. gcc/ChangeLog: 2016-10-25 H.J. Lu Martin Liska PR i