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 PR 21956 and PR 22003


On Wed, Jul 27, 2005 at 02:41:08AM +0200, Steven Bosscher wrote:
> 	PR c++/22003
> 	* varasm.c (assemble_start_function): Don't do anything that may
> 	require a CFG if the current function is a thunk.

Not entirely ok.  Several of the target backend thunks require that
the thunk and the function reside in the same section.  Though I
suspect that this may already be broken by -ffunction-sections, so
I guess this can probably go in as-is.


r~


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