This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][RFC] Canonize names of attributes.
- From: Jason Merrill <jason at redhat dot com>
- To: Martin Liška <mliska at suse dot cz>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>, Richard Biener <richard dot guenther at gmail dot com>
- Date: Wed, 14 Jun 2017 13:24:12 -0400
- Subject: Re: [PATCH][RFC] Canonize names of attributes.
- Authentication-results: sourceware.org; auth=none
- References: <d34360a3-c245-7525-03e7-99a9ba8830e6@suse.cz>
On Tue, Jun 13, 2017 at 8:32 AM, Martin Liška <mliska@suse.cz> wrote:
> (canonize_attr_name): New function.
I think this should be "canonicalize"; "canonize" means something else.
Jason