Bug 33776 - Crash during a build of zsh
Summary: Crash during a build of zsh
Status: RESOLVED DUPLICATE of bug 33777
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 4.2.2
: P3 major
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-15 08:30 UTC by D.Henman
Modified: 2007-10-15 09:14 UTC (History)
1 user (show)

See Also:
Host: see below cygwin i586...
Target: CYGWIN_NT-5.1 1.5.24(0.156/4/2)
Build: gcc (GCC) 4.2.2 (just read the error message below:)
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D.Henman 2007-10-15 08:30:04 UTC
See the diagnostic message from the build gcc itself below:

make[3]: Entering directory `/usr/src/zsh/zsh-4.3.4/Src/Builtins'
gawk -f ./rlimits.awk /usr/include/sys/resource.h /dev/null > rlimits.h
/usr/local/bin/gcc -c -I.  -DHAVE_CONFIG_H -DMODULE -O2  -o rlimits..o rlimits.c
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,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [rlimits..o] Error 1


----- end of paste

please let me know how to correct this or how you to correct it.

regards,
 darel henman
Comment 1 Richard Biener 2007-10-15 09:14:08 UTC

*** This bug has been marked as a duplicate of 33777 ***