public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/6512: 3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8
@ 2002-05-02  8:44 davem
  0 siblings, 0 replies; 4+ messages in thread
From: davem @ 2002-05-02  8:44 UTC (permalink / raw)
  To: feeley, gcc-bugs, gcc-prs, jakub, lucier

Synopsis: 3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8

State-Changed-From-To: analyzed->closed
State-Changed-By: davem
State-Changed-When: Thu May  2 08:44:29 2002
State-Changed-Why:
    Jakub fixed the bug, see audit trail.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6512


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

* Re: target/6512: 3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8
@ 2002-04-30  3:36 jakub
  0 siblings, 0 replies; 4+ messages in thread
From: jakub @ 2002-04-30  3:36 UTC (permalink / raw)
  To: feeley, gcc-bugs, gcc-prs, jakub, lucier, nobody

Synopsis: 3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8

Responsible-Changed-From-To: unassigned->jakub
Responsible-Changed-By: jakub
Responsible-Changed-When: Tue Apr 30 03:35:59 2002
Responsible-Changed-Why:
    Working on a fix, assuming the unrecognized insn cprop
    crashes on for you is the same one as is caught by final.c
    for me.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6512


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

* Re: target/6512: 3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8
@ 2002-04-30  2:12 jakub
  0 siblings, 0 replies; 4+ messages in thread
From: jakub @ 2002-04-30  2:12 UTC (permalink / raw)
  To: feeley, gcc-bugs, gcc-prs, lucier, nobody

Synopsis: 3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8

State-Changed-From-To: open->analyzed
State-Changed-By: jakub
State-Changed-When: Tue Apr 30 02:12:05 2002
State-Changed-Why:
    Weird. I get on the same code using the same options
    following ICE instead:
    nucleic.c: In function `___H__20_nucleic':
    nucleic.c:21747: insn does not satisfy its constraints:
    (insn 25599 25597 25601 (set (reg:SF 72 %f40 [127])
            (mem:SF (plus:SI (reg/v:SI 18 %l2 [116])
                    (const_int 19 [0x13])) [0 S4 A64])) 85 {*movsf_insn_novis} (nil)
        (nil))
    
    nucleic.c:21747: Internal compiler error in final_scan_insn, at final.c:2551
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6512


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

* target/6512: 3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8
@ 2002-04-29 17:46 lucier
  0 siblings, 0 replies; 4+ messages in thread
From: lucier @ 2002-04-29 17:46 UTC (permalink / raw)
  To: gcc-gnats; +Cc: feeley


>Number:         6512
>Category:       target
>Synopsis:       3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 29 17:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     B. Lucier
>Release:        3.1 20020429 (prerelease)
>Organization:
>Environment:
sparc-sun-solaris2.8
Solaris as/ld/sh
>Description:
Compiling this file

http://www.math.purdue.edu/~lucier/GNATS/GNATS-5/nucleic.i.gz

inside gdb results in the following segfault

Starting program: /pkgs/gcc-3.1/lib/gcc-lib/sparc-sun-solaris2.8/3.1/cc1 -fomit-frame-pointer -O1 -fschedule-insns2 -fno-strict-aliasing -fno-math-errno -mcpu=ultrasparc -mtune=ultrasparc -m32 nucleic.i
 ___H__20_nucleic {GC 14760k -> 4922k} {GC 6533k -> 5160k} {GC 7382k -> 5143k} {GC 7652k -> 5440k}
Program received signal SIGSEGV, Segmentation fault.
copyprop_hardreg_forward_1 (bb=0x13bd468, vd=0x1df46bc)
    at ../../gcc/regrename.c:1564
1564                recog_op_alt[i][alt].class = recog_op_alt[matches][alt].class;
(gdb) p i
$1 = 0
(gdb) p alt
$2 = -1
(gdb) p matches
$3 = 16842752
(gdb) list
1559          predicated = GET_CODE (PATTERN (insn)) == COND_EXEC;
1560          for (i = 0; i < n_ops; ++i)
1561            {
1562              int matches = recog_op_alt[i][alt].matches;
1563              if (matches >= 0)
1564                recog_op_alt[i][alt].class = recog_op_alt[matches][alt].class;
1565              if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
1566                  || (predicated && recog_data.operand_type[i] == OP_OUT))
1567                recog_data.operand_type[i] = OP_INOUT;
1568            }
(gdb) 

>How-To-Repeat:

>Fix:
???????
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-05-02 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-02  8:44 target/6512: 3.1 segfault in copyprop_hardreg_forward_1 on sparc-sun-solaris2.8 davem
  -- strict thread matches above, loose matches on Subject: below --
2002-04-30  3:36 jakub
2002-04-30  2:12 jakub
2002-04-29 17:46 lucier

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).