This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3972: ICE compiling Mozilla's nsFontMetricsGTK.cpp
- To: rodrigc at gcc dot gnu dot org
- Subject: Re: c++/3972: ICE compiling Mozilla's nsFontMetricsGTK.cpp
- From: John Tobey <jtobey at john-edwin-tobey dot org>
- Date: Sun, 12 Aug 2001 13:35:38 -0400
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- References: <20010812165429.8091.qmail@sourceware.cygnus.com>
On Sun, Aug 12, 2001 at 04:54:29PM -0000, rodrigc@gcc.gnu.org wrote:
> Synopsis: ICE compiling Mozilla's nsFontMetricsGTK.cpp
>
> State-Changed-From-To: open->feedback
> State-Changed-By: rodrigc
> State-Changed-When: Sun Aug 12 09:54:28 2001
> State-Changed-Why:
> Can you try again with a newer snapshot?
> I was able to compile your testcase with 20010811 (experimental)
Same problem. I ran `cvs update -d -P' and `make -C gcc cc1plus'. I
tested with the following command:
gcc/cc1plus -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-long-long -D_GNU_SOURCE -Acpu=i386 -Amachine=i386 -quiet -dumpbase nsFontMetricsGTK.cpp -g -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-long-long -version -fPIC -fno-rtti -fno-exceptions < ../../mozilla/bug/nsFontMetricsGTK.ii -o tmp.s
The error message looks the same, but the line number in c-semantics.c
has changed as a result of the cvs update and recompilation:
nsFontMetricsGTK.cpp: In function `void GetFontNames(const char*,
nsFontNodeArray*)':
nsFontMetricsGTK.cpp:3198: Internal compiler error in genrtl_compound_stmt, at
c-semantics.c:680
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3972&database=gcc
Is this site publicly accessible? It wants a login.
Thanks.
-John