This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: KDE beta4 and current egcs-cvs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]