public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/19085] New: [4.0 Regression] FAIL: gcc.c-torture/compile/20020210-1.c
@ 2004-12-19 22:09 danglin at gcc dot gnu dot org
  2004-12-19 22:17 ` [Bug rtl-optimization/19085] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-12-19 22:09 UTC (permalink / raw)
  To: gcc-bugs

The is test began failing between 20040830 and 20040908.  It fails on all
hppa targets.  The failing test is test1:

        .IMPORT link_error0,CODE
        .SPACE $TEXT$
        .NSUBSPA $CODE$
        .align 4
        .EXPORT test1,ENTRY,PRIV_LEV=3,ARGW0=FR,ARGW1=FR
test1
        .PROC
        .CALLINFO FRAME=64,CALLS,SAVE_RP
        .ENTRY
        stw %r2,-20(%r30)
        fcmp,sgl,!= %fr4L,%fr5L
        ftest
        b L$0004
        ldo 64(%r30),%r30
        b L$0008
        ldw -84(%r30),%r2
L$0004
        fcmp,sgl,= %fr4L,%fr5L
        ftest
        b L$0006
        ldw -84(%r30),%r2
        b,n L$0008
L$0006
        .CALL
        bl link_error0,%r2
        nop
        ldw -84(%r30),%r2
L$0008
        bv %r0(%r2)
        ldo -64(%r30),%r30
        .EXIT
        .PROCEND

-- 
           Summary: [4.0 Regression] FAIL: gcc.c-torture/compile/20020210-
                    1.c
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa*-*-*
  GCC host triplet: hppa*-*-*
GCC target triplet: hppa*-*-*


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


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

* [Bug rtl-optimization/19085] [4.0 Regression] FAIL: gcc.c-torture/compile/20020210-1.c
  2004-12-19 22:09 [Bug tree-optimization/19085] New: [4.0 Regression] FAIL: gcc.c-torture/compile/20020210-1.c danglin at gcc dot gnu dot org
@ 2004-12-19 22:17 ` pinskia at gcc dot gnu dot org
  2004-12-19 22:51 ` [Bug rtl-optimization/19085] [4.0 Regression] FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-19 22:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-19 22:17 -------
I think you are thinking of a different test as gcc.c-torture/compile/20020210-1.c only a compile only 
and has no reference to link_error:
/* PR c/5615 */
void f(int a, struct {int b[a];} c) {}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |rtl-optimization
           Keywords|                            |missed-optimization
   Target Milestone|---                         |4.0.0


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


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

* [Bug rtl-optimization/19085] [4.0 Regression] FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation
  2004-12-19 22:09 [Bug tree-optimization/19085] New: [4.0 Regression] FAIL: gcc.c-torture/compile/20020210-1.c danglin at gcc dot gnu dot org
  2004-12-19 22:17 ` [Bug rtl-optimization/19085] " pinskia at gcc dot gnu dot org
@ 2004-12-19 22:51 ` danglin at gcc dot gnu dot org
  2004-12-19 22:52 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-01-15  5:26 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-12-19 22:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0 Regression] FAIL:      |[4.0 Regression] FAIL:
                   |gcc.c-                      |gcc.c-
                   |torture/compile/20020210-1.c|torture/execute/ieee/compare
                   |                            |-fp-3.c compilation


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


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

* [Bug rtl-optimization/19085] [4.0 Regression] FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation
  2004-12-19 22:09 [Bug tree-optimization/19085] New: [4.0 Regression] FAIL: gcc.c-torture/compile/20020210-1.c danglin at gcc dot gnu dot org
  2004-12-19 22:17 ` [Bug rtl-optimization/19085] " pinskia at gcc dot gnu dot org
  2004-12-19 22:51 ` [Bug rtl-optimization/19085] [4.0 Regression] FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation danglin at gcc dot gnu dot org
@ 2004-12-19 22:52 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-01-15  5:26 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2004-12-19 22:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-12-19 22:52 -------
Subject: Re:  [4.0 Regression] FAIL: gcc.c-torture

> I think you are thinking of a different test as
> gcc.c-torture/compile/20020210-1.c only a compile only 
> and has no reference to link_error:

Oops, I cut and pasted from the wrong line.  I corrected the title.

Dave


-- 


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


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

* [Bug rtl-optimization/19085] [4.0 Regression] FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation
  2004-12-19 22:09 [Bug tree-optimization/19085] New: [4.0 Regression] FAIL: gcc.c-torture/compile/20020210-1.c danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-12-19 22:52 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-01-15  5:26 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-15  5:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-15 05:26 -------


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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-01-15  5:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-19 22:09 [Bug tree-optimization/19085] New: [4.0 Regression] FAIL: gcc.c-torture/compile/20020210-1.c danglin at gcc dot gnu dot org
2004-12-19 22:17 ` [Bug rtl-optimization/19085] " pinskia at gcc dot gnu dot org
2004-12-19 22:51 ` [Bug rtl-optimization/19085] [4.0 Regression] FAIL: gcc.c-torture/execute/ieee/compare-fp-3.c compilation danglin at gcc dot gnu dot org
2004-12-19 22:52 ` dave at hiauly1 dot hia dot nrc dot ca
2005-01-15  5:26 ` pinskia 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).