the exact version of GCC;

gcc version 4.0.0 20041128 (experimental)


the system type;

localhost:~ lars$ uname -a
Darwin localhost 7.2.1 Darwin Kernel Version 7.2.1: Wed Jul 14 03:00:02 PDT 
2004; root:tmp/xnu-
7.2.1-1-root.obj/RELEASE_I386  x86 i386


the options given when GCC was configured/built;

localhost:~/GNUstep-Darwin/core/base lars$ /opt/local/bin/gcc -v
Reading specs from /opt/local/lib/gcc/i686-apple-darwin7.2.1/4.0.0/specs
Configured with: ../gcc-4.0-20041128/configure --prefix=/opt/local
Thread model: posix
gcc version 4.0.0 20041128 (experimental)


the complete command line that triggers the bug;

/opt/local/bin/gcc GSSet.m -c \
      -save-temps -MMD -MP -DGNUSTEP_INSTALL_PREFIX=/opt/local/GNUstep/System -
DGNUSTEP_LOCAL_ROOT=/opt/local/GNUstep/Local -DGNUSTEP_NETWORK_ROOT=/opt/local/
GNUstep/Local -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\" -
DGNUSTEP_TARGET_OS=\"darwin7\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -Wall 
-Wcast-align -
DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-
common -DGSWARN -DGSDIAGNOSE -O2 -fno-strict-aliasing -fgnu-runtime 
-fconstant-string-
class=NSConstantString -I../Headers/Additions -I../Headers -I./. -I. 
-I/usr/include/libxml2 \
       -o shared_obj/GSSet.o

'-save-temps' was added manually to get the .mi file while reproducing the bug


the compiler output (error messages, warnings, etc.); and

GSSet.m: In function '-[GSSet intersectsSet:]':
GSSet.m:265: internal compiler error: in check_pointer_types_r, at 
gimplify.c:4169
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


the preprocessed file (*.i*) that triggers the  bug, generated by adding 
-save-temps to the complete  
compilation command

see attachement

-- 
           Summary: ICE in 4.0.0 20041128 (experimental) while compiling
                    ObjC file
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lars dot sonchocky-helldorf at hamburg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-apple-darwin7.2.1
  GCC host triplet: i686-apple-darwin7.2.1
GCC target triplet: i686-apple-darwin7.2.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18771

Reply via email to