On Fri, May 31, 2019 at 3:43 PM Martin Liška <mli...@suse.cz> wrote: > > Hi. > > I've been working on an overhaul of IPA ICF and I noticed that issue. > > Looks to me obvious. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed?
OK. Richard. > Thanks, > Martin > > gcc/ChangeLog: > > 2019-05-31 Martin Liska <mli...@suse.cz> > > * fold-const.c (operand_equal_p): Fix typo as compare_tree_int > returns 0 when operands are equal. > --- > gcc/fold-const.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >