This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto][patch] Fix problems with DECL_ABSTRACT
- From: "Diego Novillo" <dnovillo at google dot com>
- To: "Rafael Espindola" <espindola at google dot com>
- Cc: "GCC Patches" <gcc-patches at gcc dot gnu dot org>, "Doug Kwan (éæå)" <dougkwan at google dot com>
- Date: Tue, 30 Sep 2008 08:34:57 -0400
- Subject: Re: [lto][patch] Fix problems with DECL_ABSTRACT
- References: <38a0d8450809300501t41a05946s6dc4f7de6a8b31bf@mail.gmail.com>
On Tue, Sep 30, 2008 at 08:01, Rafael Espindola <espindola@google.com> wrote:
> * lto-function-in.c (get_resolution): Assert the decl is not DECL_ABSTRACT.
> (input_function_decl): Don't merge DECL_ABSTRACT function decls.
OK. Could you add a FIXME lto note?
Diego.