This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Drop DECL_INLINE from middle-end
- From: "Manuel López-Ibáñez" <lopezibanez at gmail dot com>
- To: "Jan Hubicka" <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 25 Jul 2008 16:00:52 +0200
- Subject: Re: Drop DECL_INLINE from middle-end
- References: <20080725134828.GH2791@kam.mff.cuni.cz>
2008/7/25 Jan Hubicka <jh@suse.cz>:
>
> Hi,
> this patch removes remaining forgotten DECL_INLINE checks from middleend. Even since
> inliner started to inline functions called once DECL_INLINE was no longer conservatively
> modeling on what might be possibly inlined as it was supposed to.
Will this or the follow-up patches fix PR 18071?
Cheers,
Manuel.