public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/33777]  New: Crash during a build of zsh
@ 2007-10-15  8:32 henman at it dot to-be dot co dot jp
  2007-10-15  8:33 ` [Bug c/33777] " henman at it dot to-be dot co dot jp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: henman at it dot to-be dot co dot jp @ 2007-10-15  8:32 UTC (permalink / raw)
  To: gcc-bugs

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


-- 
           Summary: Crash during a build of zsh
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: henman at it dot to-be dot co dot jp
 GCC build triplet: gcc (GCC) 4.2.2    (just read the error message below:)
  GCC host triplet: see below  cygwin i586...
GCC target triplet: CYGWIN_NT-5.1 1.5.24(0.156/4/2)


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/33777] Crash during a build of zsh
  2007-10-15  8:32 [Bug c/33777] New: Crash during a build of zsh henman at it dot to-be dot co dot jp
@ 2007-10-15  8:33 ` henman at it dot to-be dot co dot jp
  2007-10-15  9:00 ` dannysmith at users dot sourceforge dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: henman at it dot to-be dot co dot jp @ 2007-10-15  8:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from henman at it dot to-be dot co dot jp  2007-10-15 08:33 -------
none


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/33777] Crash during a build of zsh
  2007-10-15  8:32 [Bug c/33777] New: Crash during a build of zsh henman at it dot to-be dot co dot jp
  2007-10-15  8:33 ` [Bug c/33777] " henman at it dot to-be dot co dot jp
@ 2007-10-15  9:00 ` dannysmith at users dot sourceforge dot net
  2007-10-15  9:14 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dannysmith at users dot sourceforge dot net @ 2007-10-15  9:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dannysmith at users dot sourceforge dot net  2007-10-15 09:00 -------
I believe this is a dup of 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29826
The bug was closed as fixed but reappeared on 4.2.x when Richard Henderson's
TLS emulation patch was reverted on the branch.
See comment #16 in PR 29826 for a patch.

Danny


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c/33777] Crash during a build of zsh
  2007-10-15  8:32 [Bug c/33777] New: Crash during a build of zsh henman at it dot to-be dot co dot jp
  2007-10-15  8:33 ` [Bug c/33777] " henman at it dot to-be dot co dot jp
  2007-10-15  9:00 ` dannysmith at users dot sourceforge dot net
@ 2007-10-15  9:14 ` rguenth at gcc dot gnu dot org
  2007-10-15  9:15 ` [Bug middle-end/33777] " rguenth at gcc dot gnu dot org
  2007-12-05 13:51 ` rask at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-10-15  9:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-10-15 09:14 -------
*** Bug 33776 has been marked as a duplicate of this bug. ***


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/33777] Crash during a build of zsh
  2007-10-15  8:32 [Bug c/33777] New: Crash during a build of zsh henman at it dot to-be dot co dot jp
                   ` (2 preceding siblings ...)
  2007-10-15  9:14 ` rguenth at gcc dot gnu dot org
@ 2007-10-15  9:15 ` rguenth at gcc dot gnu dot org
  2007-12-05 13:51 ` rask at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-10-15  9:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2007-10-15 09:15 -------
Please attach preprocessed source of rlimits.c


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |middle-end


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/33777] Crash during a build of zsh
  2007-10-15  8:32 [Bug c/33777] New: Crash during a build of zsh henman at it dot to-be dot co dot jp
                   ` (3 preceding siblings ...)
  2007-10-15  9:15 ` [Bug middle-end/33777] " rguenth at gcc dot gnu dot org
@ 2007-12-05 13:51 ` rask at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rask at gcc dot gnu dot org @ 2007-12-05 13:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rask at gcc dot gnu dot org  2007-12-05 13:50 -------
*** Bug 34349 has been marked as a duplicate of this bug. ***


-- 

rask at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |henman at tech dot email dot
                   |                            |ne dot jp


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-12-05 13:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-15  8:32 [Bug c/33777] New: Crash during a build of zsh henman at it dot to-be dot co dot jp
2007-10-15  8:33 ` [Bug c/33777] " henman at it dot to-be dot co dot jp
2007-10-15  9:00 ` dannysmith at users dot sourceforge dot net
2007-10-15  9:14 ` rguenth at gcc dot gnu dot org
2007-10-15  9:15 ` [Bug middle-end/33777] " rguenth at gcc dot gnu dot org
2007-12-05 13:51 ` rask at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).