public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/28969]  New: FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2
@ 2006-09-07  3:05 danglin at gcc dot gnu dot org
  2006-09-07 14:46 ` [Bug testsuite/28969] " joseph at codesourcery dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-09-07  3:05 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gnu/gcc-4.2/objdir/gcc/xgcc
-B/home/dave/gnu/gcc-4
.2/objdir/gcc/ /home/dave/gnu/gcc-4.2/gcc/gcc/testsuite/gcc.dg/nrv3.c   -O
-fdum
p-tree-optimized -fno-show-column -S  -o nrv3.s    (timeout = 300)
PASS: gcc.dg/nrv3.c (test for excess errors)
FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2


-- 
           Summary: FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot
                    optimization 2
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa*-*-* (32-bit)
  GCC host triplet: hppa*-*-* (32-bit)
GCC target triplet: hppa*-*-* (32-bit)


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


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

* [Bug testsuite/28969] FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2
  2006-09-07  3:05 [Bug testsuite/28969] New: FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2 danglin at gcc dot gnu dot org
@ 2006-09-07 14:46 ` joseph at codesourcery dot com
  2006-09-07 22:56 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: joseph at codesourcery dot com @ 2006-09-07 14:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from joseph at codesourcery dot com  2006-09-07 14:46 -------
Subject: Re:   New: FAIL: gcc.dg/nrv3.c scan-tree-dump-times
 return slot optimization 2

On Thu, 7 Sep 2006, danglin at gcc dot gnu dot org wrote:

> Executing on host: /home/dave/gnu/gcc-4.2/objdir/gcc/xgcc
> -B/home/dave/gnu/gcc-4
> .2/objdir/gcc/ /home/dave/gnu/gcc-4.2/gcc/gcc/testsuite/gcc.dg/nrv3.c   -O
> -fdum
> p-tree-optimized -fno-show-column -S  -o nrv3.s    (timeout = 300)
> PASS: gcc.dg/nrv3.c (test for excess errors)
> FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2
> GCC target triplet: hppa*-*-* (32-bit)

I see this failing on hppa64 as well.


-- 


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


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

* [Bug testsuite/28969] FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2
  2006-09-07  3:05 [Bug testsuite/28969] New: FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2 danglin at gcc dot gnu dot org
  2006-09-07 14:46 ` [Bug testsuite/28969] " joseph at codesourcery dot com
@ 2006-09-07 22:56 ` dave at hiauly1 dot hia dot nrc dot ca
  2006-09-09  5:50 ` pinskia at gcc dot gnu dot org
  2006-09-11 18:56 ` 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 @ 2006-09-07 22:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca  2006-09-07 22:56 -------
Subject: Re:  FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization
2

> I see this failing on hppa64 as well.

Same here.  When I filed the report, I thought I had seen a codesourcery
build where the test didn't fail.

Dave


-- 


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


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

* [Bug testsuite/28969] FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2
  2006-09-07  3:05 [Bug testsuite/28969] New: FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2 danglin at gcc dot gnu dot org
  2006-09-07 14:46 ` [Bug testsuite/28969] " joseph at codesourcery dot com
  2006-09-07 22:56 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2006-09-09  5:50 ` pinskia at gcc dot gnu dot org
  2006-09-11 18:56 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-09  5:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-09-09 05:50 -------
Confirmed, the size of the struct is too small to cause it to be returned by
reference.

See the patch at 
http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00051.html
for a fix.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2006-
                   |                            |09/msg00051.html
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|hppa*-*-* (32-bit)          |
   GCC host triplet|hppa*-*-* (32-bit)          |
 GCC target triplet|hppa*-*-* (32-bit)          |
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-09 05:50:43
               date|                            |
   Target Milestone|---                         |4.2.0


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


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

* [Bug testsuite/28969] FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2
  2006-09-07  3:05 [Bug testsuite/28969] New: FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-09-09  5:50 ` pinskia at gcc dot gnu dot org
@ 2006-09-11 18:56 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-11 18:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-09-11 18:56 -------
http://gcc.gnu.org/ml/gcc-cvs/2006-09/msg00240.html


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2006-09-11 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-07  3:05 [Bug testsuite/28969] New: FAIL: gcc.dg/nrv3.c scan-tree-dump-times return slot optimization 2 danglin at gcc dot gnu dot org
2006-09-07 14:46 ` [Bug testsuite/28969] " joseph at codesourcery dot com
2006-09-07 22:56 ` dave at hiauly1 dot hia dot nrc dot ca
2006-09-09  5:50 ` pinskia at gcc dot gnu dot org
2006-09-11 18:56 ` 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).