This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch: always_inline attribute
- From: Richard Henderson <rth at redhat dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 20 Feb 2002 10:25:39 -0800
- Subject: Re: patch: always_inline attribute
- References: <20020220054116.GA7533@redhat.com>
On Wed, Feb 20, 2002 at 04:41:16PM +1100, Aldy Hernandez wrote:
> unsigned always_inline : 1;
I don't think there is a need to add this as a bit on the tree.
We can use lookup_attribute any place that we need it.
> - int flag_inline_trees = 0;
> + int flag_inline_trees = 1;
Not ok. We should override this from the C/C++ front ends.
The rest of it looks ok.
r~