This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Clean up attribute value comparison in lto-symtab.c.
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Martin Liška <mliska at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 11 Apr 2018 11:31:13 +0200
- Subject: Re: [PATCH] Clean up attribute value comparison in lto-symtab.c.
- References: <cf102b12-ea2a-fd33-ddb1-76600ad51ecd@suse.cz>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Apr 11, 2018 at 11:26:26AM +0200, Martin Liška wrote:
> This is a small clean-up which Jakub suggested.
>
> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
>
> Ready to be installed?
> Martin
>
>
> gcc/lto/ChangeLog:
>
> 2018-04-11 Martin Liska <mliska@suse.cz>
>
> * lto-symtab.c (lto_symtab_merge_p): Use attribute_value_equal
> function.
Ok, thanks.
Jakub