This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug go/61232] [4.10 Regression] link errors building libgo


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61232

--- Comment #11 from Jan Hubicka <hubicka at ucw dot cz> ---
> Yes, I think that would be clearer.
> 
> Your patch does seem to fix the problem building libgo.  Thanks.

Thanks for help!

I am testing updated patch - it turns out that I needed to revisit about every
use of DECL_ONE_ONLY and think what to do with comdat locals. While many of
uses does not matter for now since the locals are mostly introduced relatively
late in compilation (except for Jason's declonning), it is probably desirable
to get them right.

Honza


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