This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch: always_inline attribute


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]