This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] coding style for structure fields
- From: law at redhat dot com
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 03 Mar 2003 09:02:57 -0700
- Subject: Re: [tree-ssa] coding style for structure fields
- Reply-to: law at redhat dot com
In message <1046706013 dot 29022 dot 11 dot camel at tornado> , Diego Novillo writes:
>I think I'm getting sick of this. I see two problems:
Can't blame you. I'm not a big fan of the inline accessor functions :-)
>I realize that these stylistic issues are highly subjective, but I'd
>like to get an idea of what other folks think. Should we move inline
>with the rest of GCC and use lvalue-macros? Should we maintain the
>current get/set inline macros?
I would recommend you use the schemes used elsewhere in GCC, namely
lvalue macros.
jeff