public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/39324]  New: [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O[1-3] -m64
@ 2009-02-28 10:51 dominiq at lps dot ens dot fr
  2009-03-01 13:21 ` [Bug testsuite/39324] " dominiq at lps dot ens dot fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-02-28 10:51 UTC (permalink / raw)
  To: gcc-bugs

At revision 144466 I see the following failures on powerpc-apple-darwin9:

Running target unix/-m64
FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O1 
FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O2 
FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O3 -fomit-frame-pointer
-funroll-loops 
FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -Os 

The tests passed at revision 144372. If I run the tests manually they pass:

[karma] f90/bug% gcc44 -w -m64 -O3
/opt/gcc/_gcc_clean/gcc/testsuite/gcc.c-torture/execute/nestfunc-3.c -lm
[karma] f90/bug% a.out
[karma] f90/bug% gcc44 -w -m64 -O3 -fomit-frame-pointer -funroll-loops
/opt/gcc/_gcc_clean/gcc/testsuite/gcc.c-torture/execute/nestfunc-3.c -lm
[karma] f90/bug% a.out

The log file shows:

Executing on host: /opt/gcc/darwin_buildw/gcc/xgcc
-B/opt/gcc/darwin_buildw/gcc/
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.c-torture/execute/nestfunc-3.c  -w  -O0
  -lm   -m64 -o /opt/gcc/darwin_buildw/gcc/testsuite/gcc/nestfunc-3.x0   
(timeout = 300)
PASS: gcc.c-torture/execute/nestfunc-3.c compilation,  -O0
Setting LD_LIBRARY_PATH to
:/opt/gcc/darwin_buildw/gcc::/opt/gcc/darwin_buildw/gcc
PASS: gcc.c-torture/execute/nestfunc-3.c execution,  -O0
Executing on host: /opt/gcc/darwin_buildw/gcc/xgcc
-B/opt/gcc/darwin_buildw/gcc/
/opt/gcc/gcc-4.4-work/gcc/testsuite/gcc.c-torture/execute/nestfunc-3.c  -w  -O1
  -lm   -m64 -o /opt/gcc/darwin_buildw/gcc/testsuite/gcc/nestfunc-3.x1   
(timeout = 300)
PASS: gcc.c-torture/execute/nestfunc-3.c compilation,  -O1
Setting LD_LIBRARY_PATH to
:/opt/gcc/darwin_buildw/gcc::/opt/gcc/darwin_buildw/gcc
FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O1
...


-- 
           Summary: [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-
                    3.c execution,  -O[1-3] -m64
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


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


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

* [Bug testsuite/39324] [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O[1-3] -m64
  2009-02-28 10:51 [Bug testsuite/39324] New: [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution, -O[1-3] -m64 dominiq at lps dot ens dot fr
@ 2009-03-01 13:21 ` dominiq at lps dot ens dot fr
  2009-03-04 11:22 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-03-01 13:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dominiq at lps dot ens dot fr  2009-03-01 13:20 -------
Before starting a reghunt, I have done the test again and these failures
diasppeared!-(I'll close the bug after a few more bootstraps).


-- 


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


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

* [Bug testsuite/39324] [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O[1-3] -m64
  2009-02-28 10:51 [Bug testsuite/39324] New: [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution, -O[1-3] -m64 dominiq at lps dot ens dot fr
  2009-03-01 13:21 ` [Bug testsuite/39324] " dominiq at lps dot ens dot fr
@ 2009-03-04 11:22 ` rguenth at gcc dot gnu dot org
  2009-03-04 12:11 ` rguenth at gcc dot gnu dot org
  2009-03-04 14:24 ` dominiq at lps dot ens dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-04 11:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug testsuite/39324] [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O[1-3] -m64
  2009-02-28 10:51 [Bug testsuite/39324] New: [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution, -O[1-3] -m64 dominiq at lps dot ens dot fr
  2009-03-01 13:21 ` [Bug testsuite/39324] " dominiq at lps dot ens dot fr
  2009-03-04 11:22 ` rguenth at gcc dot gnu dot org
@ 2009-03-04 12:11 ` rguenth at gcc dot gnu dot org
  2009-03-04 14:24 ` dominiq at lps dot ens dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-04 12:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug testsuite/39324] [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution,  -O[1-3] -m64
  2009-02-28 10:51 [Bug testsuite/39324] New: [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution, -O[1-3] -m64 dominiq at lps dot ens dot fr
                   ` (2 preceding siblings ...)
  2009-03-04 12:11 ` rguenth at gcc dot gnu dot org
@ 2009-03-04 14:24 ` dominiq at lps dot ens dot fr
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-03-04 14:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dominiq at lps dot ens dot fr  2009-03-04 14:23 -------
I cannot reproduce the problem at revision 144543: closing as invalid.


-- 

dominiq at lps dot ens dot fr changed:

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


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


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

end of thread, other threads:[~2009-03-04 14:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-28 10:51 [Bug testsuite/39324] New: [4.4 Regression] FAIL: gcc.c-torture/execute/nestfunc-3.c execution, -O[1-3] -m64 dominiq at lps dot ens dot fr
2009-03-01 13:21 ` [Bug testsuite/39324] " dominiq at lps dot ens dot fr
2009-03-04 11:22 ` rguenth at gcc dot gnu dot org
2009-03-04 12:11 ` rguenth at gcc dot gnu dot org
2009-03-04 14:24 ` dominiq at lps dot ens dot fr

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