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] Fix PR27781



On Jun 15, 2006, at 8:29 AM, Richard Guenther wrote:



2nd try.


Bootstrapped and regtested on x86_64-unknown-linux-gnu.

Ok for mainline and 4.1?

! /* If this is a volatile or weak function, do not touch this unless it has
been marked as const or pure by the front end. */
! if (TREE_THIS_VOLATILE (decl)
! || DECL_WEAK (decl))

Again you should use targetm.binds_local_p.


-- Pinski


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