This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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][LTO] Fix most of the Fortran LTO failures


On Fri, Jul 10, 2009 at 11:02, Richard
Guenther<richard.guenther@gmail.com> wrote:

> 2009-07-10 ÂRichard Guenther Â<rguenther@suse.de>
>
> Â Â Â Â* lto.c (lto_materialize_function): Use DECL_BUILT_IN.
> Â Â Â Â(materialize_cgraph): Likewise.

Close.  Try replacing DECL_IS_BUILTIN with lto_stream_as_builtin_p
(for consistency).

BTW, the fortran enabling patch is also OK.  I can't find it in my inbox atm.


Thanks.  Diego.


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