This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch: always_inline attribute
- From: Jason Merrill <jason at redhat dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: Richard Henderson <rth at redhat dot com>,"Joseph S. Myers" <jsm28 at cam dot ac dot uk>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 01 Mar 2002 00:43:38 +0000
- Subject: Re: patch: always_inline attribute
- References: <CD550512-2CAD-11D6-87D4-000393750C1E@redhat.com>
>>>>> "Aldy" == Aldy Hernandez <aldyh@redhat.com> writes:
>>> Woops, looks like my earlier mail came too late. Please conditionalize
>>> this stuff on a flag other than optimize, so that -O1 -fno-inline still
>>> works. You'll probably have to add Yet Another inlining flag. While
>>> you're at it, you might as well make -O0 -finline work.
> give me a few days while i fix this alignment nonsense on ppc.
> right now i have an incredibly broken tree.
OK, just wanted to make sure it didn't get forgotten.
Jason