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 compiling gcc in SPEC CPU 2000 on darwin with -finline-functions and -funit-at-a-time



On Thursday, November 6, 2003, at 10:14 AM, Fariborz Jahanian wrote:


This patch is not right. It eliminates the symptom of the bug by inserting an extra label. Bug is in the middle-end. In this
special case, function called in the inlined version of of LIST() has its 'static' flag set. I am looking at this bug now.

You mean, TREE_PUBLIC is not set?


It would be correct to have DECL_STATIC set, since the function does have static storage duration.


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