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: [PATH] PR C++/12047


On Sun, Sep 28, 2003 at 11:15:19AM +0200, Jan Hubicka wrote:
> 	* except.c (build_eh_type_type): Call mark_used on the type.

Nevermind the bit about gcc/except.c up-thread.  I should have
read the test case in the PR.

I'm still surprised that we need to mark this here, rather than
waiting for the name to be emitted in assemble_name.  After all,
the call to __cxa_throw could be eliminated as dead code...


r~


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