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]

Bug on objective-C on gcc-2.95


It seems I have found a bug on gcc-2.95. I'm running Debian GNU/Linux 2.2
on a K6-2 400.

This Objective C file was compiled successfully on egcs-1.1.2. However, on
gcc-2.95, the make fails with an internal error at encode_complete_bitfield.

This file is part of the OmniFoundation library, and requires GNUstep to
compile.

I'm including a transcript of the make process:
Script started on Mon Aug  9 21:42:13 1999
grendel:/usr/src/Omni/OmniFoundation# make 
Making all for library libOmniFoundation... 
gcc -c  -D__TARGET_ARCHITECTURE__=i386 -DGNUSTEP -DGNUSTEP_VERSION=0.5.5 -DGNUSTEP_MAJOR_VERSION=0 -DGNUSTEP_MINOR_VERSION=5 -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DXGPS_BACKEND_LIBRARY=1 -DGNU_RUNTIME=1 -D_REENTRANT  -fPIC  -O2 -mpentium -Wno-import -fgnu-runtime -Wall -O2 -I../ -I../../Source/ix86/linux-gnu  -I../Headers -IDataStructures.subproj -IScheduling.subproj -IOpenStepExtensions.subproj -IFileManagement.subproj -IFormatting.subproj    -I. -I/usr/local/include -I/usr/local/include  -I/root/GNUstep/Headers/gnustep -I/usr/lib/GNUstep/Local/Headers/gnustep -I/usr/lib/GNUstep/Headers/gnustep -I/root/GNUstep/Headers/gnustep/gui -I/usr/lib/GNUstep/Local/Headers/gnustep/gui -I/usr/lib/GNUstep/Headers/gnustep/gui -I/root/GNUstep/Headers/ix86/linux-gnu -I/usr/lib/GNUstep/Local/Headers/ix86/linux-gnu -I/usr/lib/GNUstep/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/usr/lib/GNUstep/Local/Headers -I/usr/lib/GNUstep/Headers -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/O!
FRegularExpression.o OFRegularExpression.m 
OFRegularExpression.m: In function `-[OFRegularExpression(Compilation) compile:parenthesized:flags:]': 
OFRegularExpression.m:363: Internal compiler error in `encode_complete_bitfield', at objc/objc-act.c:6914 
Please submit a full bug report. 
See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions. 
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/OFRegularExpression.o] Error 1 
make[1]: *** [libOmniFoundation.build] Error 2 
make: *** [libOmniFoundation.all.library.variables] Error 2 

Thanks.
Pedro Ivo

OFRegularExpression.mi.bz2


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