On 12/13/11 15:02, Richard Henderson wrote:
On 12/13/2011 12:48 PM, Aldy Hernandez wrote:
        PR middle-end/51411
        * trans-mem.c (ipa_tm_create_version): Do not zap DECL_EXTERNAL.
...
        /* ??? Is it worth trying to use make_decl_one_only?  */
        if (DECL_DECLARED_INLINE_P (new_decl)&&  DECL_EXTERNAL (new_decl))
-       {
-         DECL_EXTERNAL (new_decl) = 0;
-         TREE_PUBLIC (new_decl) = 0;
-       }
+       DECL_EXTERNAL (new_decl) = 0;

Yes, that's what we had in mind.  Though of course the changelog doesn't match.


r~

Ok, my English typing privileges have been revoked until further notice. I'm obviously typing cross-eyed right now.

Here's what I have, but keep in mind that I'm going to watch Sesame Street so I'll be away from my keyboard for a few hours...

        PR middle-end/51411
        * trans-mem.c (ipa_tm_create_version): Do not zap TREE_PUBLIC.

Reply via email to