http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55742
Diego Novillo <dnovillo at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #2 from Diego Novillo <dnovillo at gcc dot gnu.org> 2012-12-20 17:59:47 UTC --- After thinking about this more, I think the problem here is that the attributes specified in the declaration of the function are not being used in the function definition. Jason, shouldn't the attributes specified in the function declaration be sufficient? Or does the user really need to apply attributes to both the declaration and the definition? Thanks.