senda>
senda> Hi,
senda>
senda> xemacs b46 was core-dumped when doing following operations:
senda>
senda> % xemacs -q
senda>
senda> C-x C-f ~/test.c RET (open new file in cc-mode)
senda>
senda> M-; M-; (press indent-for-comment twice)
senda>
I found that
this is compiler optimization problem (egcs-1.0.2 on sparc solaris-2.5.1).
gcc -g -O search.c ... ---> no problem
gcc -g -O2 search.c ... ---> core-dumped by above operations.
S.Senda