This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] - Fix PR 21956 and PR 22003
- From: Richard Henderson <rth at redhat dot com>
- To: Steven Bosscher <stevenb at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org, Caroline Tice <ctice at apple dot com>
- Date: Wed, 27 Jul 2005 13:55:12 -0700
- Subject: Re: [PATCH] - Fix PR 21956 and PR 22003
- References: <0ec3a4d7b3e65f1120265fccecbd2dc1@apple.com> <20050628234700.GA19409@redhat.com> <200507270225.03550.stevenb@suse.de> <200507270241.08540.stevenb@suse.de>
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~