This is the mail archive of the gcc-patches@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: [PATCH]: Move FIELD_DECL into it's own structure


On Mon, 2005-05-23 at 19:17 +1200, Danny Smith wrote:
> Daniel Berlin wrote:
> 
> > DECL_NON_ADDR_CONST_P was completely removed because nothing ever set
> > it.
> 
> Umm, it is set and needed by dllimport-using targets (see config/i386/winnt.c).
> But I was just about to submit a patch (ie, when unslushed) that removes it,
> replacing with targetm.decl_non_addr_const_p hook, to fix some dllimport bugs
> (cuurently the flag is set too late). 

You are right, i missed that.

What would you like to do?
Want me to keep it removed, which will temporarily break your port, or
put it back and let you remove it?



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