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: [C++ PATCH] Fix __PRETTY_FUNCTION__ (PR c++/6794)


>>>>> "Jakub" == Jakub Jelinek <jakub@redhat.com> writes:

> On Sun, May 26, 2002 at 01:54:58PM -0400, Jason Merrill wrote:
>> Why doesn't this happen in the call to make_rtl_for_nonlocal_decl from
>> cp_finish_decl?

> Because of this code chunk in make_rtl_for_nonlocal_decl:
>...
> which defers it but then actually nothing emits it.

OK, then why isn't it emitted by wrapup_global_declarations?

Jason


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