This is the mail archive of the gcc@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]

Re: weakref miscompiling libgfortran


On Sun, Dec 25, 2005 at 07:36:16PM -0800, Geoff Keating wrote:
> >That targetm.binds_local_p is no longer reliable is a serious bug.
> 
> What's wrong with it?  It should be answering 'false' for a weakref...

It doesn't.  Exchanging the TREE_PUBLIC check for the binds_local_p
check was the first thing I tried.  At which point I realized that
we have Real Problems with this feature at the moment.



r~


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