gcc is configured and compiled as:
./configure --host=i686-pc-cygwin
--enable-shared-enable-languages=c,c++,objc,fortran  --with-gettext
--cache-file=$BLD_CACHE_FILE

--- error message displayed when using gcc to compile follows:
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../configure --host=i686-pc-cygwin --enable-shared
--enable-languages=c,c++,objc,fortran --with-gettext
--cache-file=build_cache.dat
Thread model: single
gcc version 4.2.3 20071128 (prerelease)
 /usr/local/libexec/gcc/i686-pc-cygwin/4.2.3/cc1.exe -E -quiet -v -I.
-D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix -idirafter
/usr/lib/../include/w32api -idirafter
/usr/local/lib/gcc/i686-pc-cygwin/4.2.3/../../../../../include/w32api
-DHAVE_CONFIG_H -DMODULE rlimits.c -mtune=generic -Wall -Wmissing-prototypes
-O2 -fpch-preprocess -o rlimits.i
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory
"/usr/local/lib/gcc/i686-pc-cygwin/4.2.3/../../../../i686-pc-cygwin/include"
ignoring duplicate directory
"/usr/local/lib/gcc/i686-pc-cygwin/4.2.3/../../../../../include/w32api"
#include "..." search starts here:
#include <...> search starts here:
 .
 /usr/local/include
 /usr/local/lib/gcc/i686-pc-cygwin/4.2.3/include
 /usr/include
 /usr/lib/../include/w32api
End of search list.
 /usr/local/libexec/gcc/i686-pc-cygwin/4.2.3/cc1.exe -fpreprocessed rlimits.i
-quiet -dumpbase rlimits.c -mtune=generic -auxbase-strip rlimits..o -O2 -Wall
-Wmissing-prototypes -version -o rlimits.s
GNU C version 4.2.3 20071128 (prerelease) (i686-pc-cygwin)
        compiled by GNU C version 4.2.3 20071128 (prerelease).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 85f02c7a35d54e00b16af2fee82f6f91
rlimits.c: In function 'bin_unlimit':
rlimits.c:674: error: unrecognizable insn:
(insn 44 43 45 7 (set (reg:SI 84)
        (const:SI (plus:SI (mem:SI (symbol_ref:SI ("#i.current_limits")
<var_decl 0x7ff917b8 current_limits>) [0 S4 A8])
                (const_int 4 [0x4])))) -1 (nil)
    (nil))
rlimits.c:674: internal compiler error: in extract_insn, at recog.c:2077
Please submit a full bug report,
-------------------------------------- end of error msg paste

-- the preprocessed file was too large to inline here.
-- Can't find a way to attach it in this system?

Regards,
   d. henman


-- 
           Summary: Internal Compiler Error (fatal)
           Product: gcc
           Version: 4.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: henman at tech dot email dot ne dot jp
GCC target triplet: i686-pc-cygwin


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

Reply via email to