This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: KDE beta4 and current egcs-cvs
- To: egcs-bugs at cygnus dot com
- Subject: Re: KDE beta4 and current egcs-cvs
- From: Daniel dot Egger at t-online dot de (Daniel Egger)
- Date: Fri, 5 Jun 1998 23:46:38 +0200
- Reply-To: Daniel dot Egger at t-online dot de
On Fri, 05 Jun 1998, you wrote:
>make[4]: Entering directory `/local/ftp/pub/linux/source/X11/kde/kdebase/kcontrol/input'
>g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include -O2 -Wall -c mouse.cpp
>mouse.cpp: In method `void MouseConfig::GetSettings()':
>mouse.cpp:275: Internal compiler error 390.
>mouse.cpp:275: Please submit a full bug report to `egcs-bugs@cygnus.com'.
>make[4]: *** [mouse.o] Error 1
> else if (key == NULL) /* !!!!!!!!!!!! egcs crashes here */
Somehow egcs seems to have problems to compare a pointer to a string
against NULL. The same ICE sometimes occurs if a function returning
a pointer to a string is compared against NULL. But to be more strange this
seems only to be the case if these pointer are taken from a class.
I'm rather sorry that I've not been able to synthesize this bug into a
testcase...
--
Servus,
Daniel