Sol x86 egcs 1.1b internal compiler error

Christopher Seawood cls@seawood.org
Fri Oct 9 15:11:00 GMT 1998


I ran into this error while trying to compile the 981007 snapshot of
GNUstep under solaris 2.6 x86 with egcs 1.1b.  I have run into a similar
problem with internal compiler error while compiling files under
gnustep-gui with egcs 1.0.3a.  The GNUstep-HOWTO has a brief note about
problems building with egcs 1.0.2 but I was hoping it had been resolved.
Anyone have any idea how to fix this? Please CC in replies as I'm not on
egcs-bugs.

Regards,
Christopher

gcc -c  -DGNUSTEP_INSTALL_LIBDIR=\"/usr/local/GNUstep/Libraries\" 
-DHAVE_DPS_CLIENT_H=1  -D_REENTRANT  -fpic -fPIC  -O2 -Wno-import -fgnu-runtime -g -Wall
-I../Headers -I/usr/share/src/cvs/gstep-981007/extensions
-I/usr/share/src/cvs/gstep-981007/gui/Headers -I/usr/share/src/cvs/gstep-981007/base/src
-I/usr/share/src/cvs/gstep-981007/base/src/gnustep    -I. -I/usr/openwin/include
-I/usr/openwin/include/X11 -I~/GNUstep/Headers/gnustep
-I/usr/local/GNUstep/Local/Headers/gnustep -I/usr/local/GNUstep/Headers/gnustep -I~/GNUstep/Headers/gnustep/gui
-I/usr/local/GNUstep/Local/Headers/gnustep/gui
-I/usr/local/GNUstep/Headers/gnustep/gui -I~/GNUstep/Headers/ix86/solaris2.6
-I/usr/local/GNUstep/Local/Headers/ix86/solaris2.6 
-I/usr/local/GNUstep/Headers/ix86/solaris2.6 -I~/GNUstep/Headers
-I/usr/local/GNUstep/Local/Headers -I/usr/local/GNUstep/Headers -o
shared_obj/ix86/solaris2.6/gnu-gnu-gnu-xdps/NSActionCell.o NSActionCell.m
In file included from ../Headers/AppKit/DPSOperators.h:81,
                 from ../Headers/AppKit/NSDPSContext.h:33,
                 from ../Headers/AppKit/NSView.h:36,
                 from ../Headers/AppKit/NSText.h:36,
                 from ../Headers/AppKit/NSCell.h:35,
                 from ../Headers/AppKit/NSActionCell.h:32,
                 from NSActionCell.m:31:
/usr/openwin/include/X11/DPS/dpsclient.h:1: warning: ignoring pragma:
ident
In file included from /usr/openwin/include/X11/DPS/dpsclient.h:43,
                 from ../Headers/AppKit/DPSOperators.h:81,
                 from ../Headers/AppKit/NSDPSContext.h:33,
                 from ../Headers/AppKit/NSView.h:36,
                 from ../Headers/AppKit/NSText.h:36,
                 from ../Headers/AppKit/NSCell.h:35,
                 from ../Headers/AppKit/NSActionCell.h:32,
                 from NSActionCell.m:31:
/usr/openwin/include/X11/DPS/dpsfriends.h:1: warning: ignoring pragma:
ident
In file included from /usr/openwin/include/X11/DPS/dpsfriends.h:43,
                 from /usr/openwin/include/X11/DPS/dpsclient.h:43,
                 from ../Headers/AppKit/DPSOperators.h:81,
                 from ../Headers/AppKit/NSDPSContext.h:33,
                 from ../Headers/AppKit/NSView.h:36,
                 from ../Headers/AppKit/NSText.h:36,
                 from ../Headers/AppKit/NSCell.h:35,
                 from ../Headers/AppKit/NSActionCell.h:32,
                 from NSActionCell.m:31:
/usr/openwin/include/X11/DPS/dpsconfig.h:1: warning: ignoring pragma:
ident
../../gcc/dwarfout.c:5253: Internal compiler error in function
dwarfout_file_scope_decl
make[4]: *** [shared_obj/ix86/solaris2.6/gnu-gnu-gnu-xdps/NSActionCell.o]
Error 1

from that section of dwarfout_file_scope_decl():

  output_pending_types_for_scope (NULL_TREE);

  /* The above call should have totally emptied the pending_types_list.
*/

  if (pending_types != 0)
    abort ();





More information about the Gcc-bugs mailing list