Bug 28602 - All gfortran.dg/gomp tests fail
Summary: All gfortran.dg/gomp tests fail
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL: http://gcc.gnu.org/ml/gcc-patches/200...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2006-08-04 14:40 UTC by John David Anglin
Modified: 2006-08-17 02:29 UTC (History)
1 user (show)

See Also:
Host: hppa*-*-hpux10*
Target: hppa*-*-hpux10*
Build: hppa*-*-hpux10*
Known to work:
Known to fail:
Last reconfirmed: 2006-08-08 01:37:42


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2006-08-04 14:40:50 UTC
This target doesn't support libgomp because it lacks POSIX threads, so
libgomp isn't built.  However, the gfortran/gomp tests still run and all
fail.  See <http://gcc.gnu.org/ml/gcc-testresults/2006-08/msg00087.html>.
Comment 1 patchapp@dberlin.org 2006-08-04 15:00:24 UTC
Subject: Bug number PR testsuite/28602

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00093.html
Comment 2 Andrew Pinski 2006-08-08 01:37:42 UTC
Confirmed.
Comment 3 John David Anglin 2006-08-17 02:27:08 UTC
Subject: Bug 28602

Author: danglin
Date: Thu Aug 17 02:26:59 2006
New Revision: 116207

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116207
Log:
	PR testsuite/28602
	* gfortran.dg/gomp/gomp.exp: Return if check_effective_target_fopenmp
	is false.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/gomp/gomp.exp

Comment 4 John David Anglin 2006-08-17 02:29:00 UTC
Fixed.