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: rs6000 sibcall test


>>>>> Alan Modra writes:

Alan> Oh, I see.  I'm hung up on the flag_pic case.  :)  Isn't DECL_EXTERNAL
Alan> reset when we hit a function definition?  See c-decl.c:start_function

Alan> DECL_EXTERNAL (decl1) = current_extern_inline;

	I was looking for where it was overridden, but didn't find it when
I browsed c-decl.c myself.  Thanks for pointing it out.  I guess it's
equivalent then, so the patch is fine.

	By the way, I also have discovered that the port needs a private
version of section_type_flags which I am testing.

David


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