--- Additional Comments From andreast at gcc dot gnu dot org 2005-04-16
20:16 ---
I just built the tree without awt-gtk enabled. The
gnu/java/awt/peer/gtk/GdkFontMetrics.class is built even without gtk enabled.
So, a command line compile of the class to .o is possible and makes the bug
e
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-16
20:07 ---
Here is the backtrace:
#0 fold_convert (type=0xb7bf8288, arg=0x0) at
/home/peshtigo/pinskia/src/gnu/gcc/src/gcc/fold-
const.c:1883
#1 0x083be08f in bit_from_pos (offset=0xb7bf8288, bitpos=0xb7bf8288)
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-16
19:53 ---
Confirmed on x86-pc-linux-gnu with compiling the generated GdkFontMetrics.class
from gcj build
with the following command line.
gcj -S -gstabs -findirect-dispatch GdkFontMetrics.class
--
What
--
What|Removed |Added
CC||pinskia at gcc dot gnu dot
||org
Keywords|