On Wed, Jan 28, 2009 at 05:36, Richard Guenther
<richard.guent...@gmail.com> wrote:

> /gcc/spec/sb-haydn-df-64/gcc/libgcc/../gcc/libgcc2.c:1102: internal
> compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
>
> libelf shouldn't come into play while building, no?

It does when building the plugin and lto1.  But the ICE here is due to
cleanups we've made in the branch.  These affect both LTO and non-LTO
builds.

> Program received signal SIGSEGV, Segmentation fault.
> output_call_frame_info (for_eh=0)
>    at /gcc/spec/sb-haydn-df-64/gcc/gcc/expr.h:806
> 806       tree personality = DECL_FUNCTION_PERSONALITY (decl);

Ah, yes, thanks for confirming.  I have seen this one but still have
not come around to fixing it.  This is due to the changes done to
personality functions
(http://gcc.gnu.org/ml/gcc/2009-01/msg00074.html).

I need to follow-up to Cary's suggestion for a fix.  Could you create
a bug for this one so I stop forgetting about it?


Thanks.  Diego.

Reply via email to