Subject: Re: gcc internal error during firefox build?
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 08/01/2004 10:54:00
On Sun, Aug 01, 2004 at 10:00:35AM +0200, Hauke Fath wrote:
> nsTextFormatter.cpp:1260: warning: cast from `char*' to `int**' increases
>    required alignment of target type
> nsTextFormatter.cpp:1191: internal compiler error: in convert_move, at expr.c:
>    565

Looks like the relevant compiler code has not been changed vs. the gcc 3.3.3
import, and seems to be a generic va_arg() handling problem. Could you try
to make a shorter example failing the same way and submit that to fsf
bugzilla?

Martin