public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/42583]  New: gfortran: libgomp.spec: No such file or directory
@ 2010-01-02 22:20 danglin at gcc dot gnu dot org
  2010-01-02 22:51 ` [Bug driver/42583] " kargl at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-01-02 22:20 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../gfortran
-B
/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
/test/gnu/gcc/gcc/gcc/testsui
te/gfortran.dg/gomp/recursion1.f90   -O0  -fopenmp -fcheck=recursion 
-B/test/gn
u/gcc/objdir/hppa64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdir/hppa
64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/.
/libgfortran/.libs -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libiberty  -lm  
 -o ./recursion1.exe    (timeout = 300)
gfortran: libgomp.spec: No such file or directory
compiler exited with status 1
output is:
gfortran: libgomp.spec: No such file or directory

FAIL: gfortran.dg/gomp/recursion1.f90  -O0  (test for excess errors)


-- 
           Summary: gfortran: libgomp.spec: No such file or directory
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


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


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

* [Bug driver/42583] gfortran: libgomp.spec: No such file or directory
  2010-01-02 22:20 [Bug driver/42583] New: gfortran: libgomp.spec: No such file or directory danglin at gcc dot gnu dot org
@ 2010-01-02 22:51 ` kargl at gcc dot gnu dot org
  2010-01-02 23:10 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kargl at gcc dot gnu dot org @ 2010-01-02 22:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kargl at gcc dot gnu dot org  2010-01-02 22:51 -------


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


-- 

kargl at gcc dot gnu dot org changed:

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


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


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

* [Bug driver/42583] gfortran: libgomp.spec: No such file or directory
  2010-01-02 22:20 [Bug driver/42583] New: gfortran: libgomp.spec: No such file or directory danglin at gcc dot gnu dot org
  2010-01-02 22:51 ` [Bug driver/42583] " kargl at gcc dot gnu dot org
@ 2010-01-02 23:10 ` rguenth at gcc dot gnu dot org
  2010-01-02 23:15 ` [Bug testsuite/42583] [4.5 Regression] FAIL: gfortran.dg/gomp/recursion1.f90: " rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-02 23:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-01-02 23:10 -------
Huh?

The testcase is in the wrong directory, runtime tests have to be in the
libgomp testsuite.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/42583] [4.5 Regression] FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec: No such file or directory
  2010-01-02 22:20 [Bug driver/42583] New: gfortran: libgomp.spec: No such file or directory danglin at gcc dot gnu dot org
  2010-01-02 22:51 ` [Bug driver/42583] " kargl at gcc dot gnu dot org
  2010-01-02 23:10 ` rguenth at gcc dot gnu dot org
@ 2010-01-02 23:15 ` rguenth at gcc dot gnu dot org
  2010-01-02 23:24 ` kargl at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-02 23:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-01-02 23:14 -------
Is broken everywhere.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janus at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
          Component|driver                      |testsuite
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-01-02 23:14:54
               date|                            |
            Summary|gfortran: libgomp.spec: No  |[4.5 Regression] FAIL:
                   |such file or directory      |gfortran.dg/gomp/recursion1.
                   |                            |f90: gfortran: libgomp.spec:
                   |                            |No such file or directory
   Target Milestone|---                         |4.5.0


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


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

* [Bug testsuite/42583] [4.5 Regression] FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec: No such file or directory
  2010-01-02 22:20 [Bug driver/42583] New: gfortran: libgomp.spec: No such file or directory danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-01-02 23:15 ` [Bug testsuite/42583] [4.5 Regression] FAIL: gfortran.dg/gomp/recursion1.f90: " rguenth at gcc dot gnu dot org
@ 2010-01-02 23:24 ` kargl at gcc dot gnu dot org
  2010-01-02 23:45 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kargl at gcc dot gnu dot org @ 2010-01-02 23:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from kargl at gcc dot gnu dot org  2010-01-02 23:23 -------
(In reply to comment #2)
> Huh?
> 
> The testcase is in the wrong directory, runtime tests have to be in the
> libgomp testsuite.
> 

See the last comment in the PR that I listed as a duplicate.


-- 


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


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

* [Bug testsuite/42583] [4.5 Regression] FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec: No such file or directory
  2010-01-02 22:20 [Bug driver/42583] New: gfortran: libgomp.spec: No such file or directory danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2010-01-02 23:24 ` kargl at gcc dot gnu dot org
@ 2010-01-02 23:45 ` rguenth at gcc dot gnu dot org
  2010-01-03 22:45 ` rguenth at gcc dot gnu dot org
  2010-01-03 22:45 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-02 23:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-01-02 23:45 -------
Your duplicate bug is about sth completely different (even if later comments
talk about an unrelated thing to that bug).


-- 


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


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

* [Bug testsuite/42583] [4.5 Regression] FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec: No such file or directory
  2010-01-02 22:20 [Bug driver/42583] New: gfortran: libgomp.spec: No such file or directory danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2010-01-02 23:45 ` rguenth at gcc dot gnu dot org
@ 2010-01-03 22:45 ` rguenth at gcc dot gnu dot org
  2010-01-03 22:45 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-03 22:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2010-01-03 22:45 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/42583] [4.5 Regression] FAIL: gfortran.dg/gomp/recursion1.f90: gfortran: libgomp.spec: No such file or directory
  2010-01-02 22:20 [Bug driver/42583] New: gfortran: libgomp.spec: No such file or directory danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2010-01-03 22:45 ` rguenth at gcc dot gnu dot org
@ 2010-01-03 22:45 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-03 22:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2010-01-03 22:45 -------
Subject: Bug 42583

Author: rguenth
Date: Sun Jan  3 22:44:56 2010
New Revision: 155597

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155597
Log:
2010-01-03  Richard Guenther  <rguenther@suse.de>

        PR testsuite/42583
        * gfortran.dg/gomp/recursion1.f90: Remove.

        libgomp/
        * testsuite/libgomp.fortran/recursion1.f90: New testcase.

Added:
    trunk/libgomp/testsuite/libgomp.fortran/recursion1.f90
      - copied unchanged from r155591,
trunk/gcc/testsuite/gfortran.dg/gomp/recursion1.f90
Removed:
    trunk/gcc/testsuite/gfortran.dg/gomp/recursion1.f90
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/libgomp/ChangeLog


-- 


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


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

end of thread, other threads:[~2010-01-03 22:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-02 22:20 [Bug driver/42583] New: gfortran: libgomp.spec: No such file or directory danglin at gcc dot gnu dot org
2010-01-02 22:51 ` [Bug driver/42583] " kargl at gcc dot gnu dot org
2010-01-02 23:10 ` rguenth at gcc dot gnu dot org
2010-01-02 23:15 ` [Bug testsuite/42583] [4.5 Regression] FAIL: gfortran.dg/gomp/recursion1.f90: " rguenth at gcc dot gnu dot org
2010-01-02 23:24 ` kargl at gcc dot gnu dot org
2010-01-02 23:45 ` rguenth at gcc dot gnu dot org
2010-01-03 22:45 ` rguenth at gcc dot gnu dot org
2010-01-03 22:45 ` rguenth 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).