public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/25891]  New: gomp tests run on non-libgomp (non-thread) ports, failing all
@ 2006-01-21  1:05 hp at gcc dot gnu dot org
  2006-01-23  4:11 ` [Bug testsuite/25891] " hp at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-21  1:05 UTC (permalink / raw)
  To: gcc-bugs

Errors in the log look like (for mmix-knuth-mmixware):
Running /home/hp/combined/combined/gcc/testsuite/gcc.dg/gomp/gomp.exp ...
Executing on host: /home/hp/combined/mmixware-sim/gcc/xgcc
-B/home/hp/combined/mmixware-sim/gcc/ /home/hp/combined/combined/gcc/t\
estsuite/gcc.dg/gomp/appendix-a/a.1.1.c   -fopenmp -fno-show-column -S 
-isystem /home/hp/combined/mmixware-sim/mmix-knuth-mmixwa\
re/./newlib/targ-include -isystem
/home/hp/combined/combined/newlib/libc/include  -o a.1.1.s    (timeout = 300)
xgcc: unrecognized option '-pthread'^M

There was some IRC discussion which misattributed the errors to libgomp wrongly
being built, but libgomp isn't built for targets where this was noticed:
mmix-knuth-mmixware, cris-axis-elf.

A simple gating test in gomp.exp, testing error-free compilation of trivial
code
with -fopenmp should do it.


-- 
           Summary: gomp tests run on non-libgomp (non-thread) ports,
                    failing all
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
@ 2006-01-23  4:11 ` hp at gcc dot gnu dot org
  2006-01-23  5:52 ` hp at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-23  4:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hp at gcc dot gnu dot org  2006-01-23 04:11 -------
I'll see if I can fix it with the suggestion in the description of this PR.


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dnovillo at gcc dot gnu dot
                   |                            |org
         AssignedTo|unassigned at gcc dot gnu   |hp at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-23 04:11:34
               date|                            |


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
  2006-01-23  4:11 ` [Bug testsuite/25891] " hp at gcc dot gnu dot org
@ 2006-01-23  5:52 ` hp at gcc dot gnu dot org
  2006-01-23 23:44 ` hp at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-23  5:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2006-01-23 05:52 -------
http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01515.html


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
  2006-01-23  4:11 ` [Bug testsuite/25891] " hp at gcc dot gnu dot org
  2006-01-23  5:52 ` hp at gcc dot gnu dot org
@ 2006-01-23 23:44 ` hp at gcc dot gnu dot org
  2006-01-23 23:45 ` hp at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-23 23:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hp at gcc dot gnu dot org  2006-01-23 23:44 -------
Subject: Bug 25891

Author: hp
Date: Mon Jan 23 23:44:16 2006
New Revision: 110148

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110148
Log:
        PR testsuite/25891
        * lib/target-supports.exp (check_effective_target_fopenmp): New proc.
        * gcc.dg/gomp/gomp.exp: Return without testing anything if
        check_effective_target_fopenmp returns 0.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/gomp/gomp.exp
    trunk/gcc/testsuite/lib/target-supports.exp


-- 


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-01-23 23:44 ` hp at gcc dot gnu dot org
@ 2006-01-23 23:45 ` hp at gcc dot gnu dot org
  2006-01-28 21:14 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-23 23:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hp at gcc dot gnu dot org  2006-01-23 23:45 -------
.


-- 

hp at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-01-23 23:45 ` hp at gcc dot gnu dot org
@ 2006-01-28 21:14 ` pinskia at gcc dot gnu dot org
  2006-03-15 16:22 ` amylaar at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-28 21:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-01-28 21:14 ` pinskia at gcc dot gnu dot org
@ 2006-03-15 16:22 ` amylaar at gcc dot gnu dot org
  2006-03-15 20:17 ` hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2006-03-15 16:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from amylaar at gcc dot gnu dot org  2006-03-15 16:22 -------
The g++ tests still fail, see:
http://gcc.gnu.org/ml/gcc-testresults/2006-03/msg01000.html


-- 

amylaar at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-03-15 16:22 ` amylaar at gcc dot gnu dot org
@ 2006-03-15 20:17 ` hp at gcc dot gnu dot org
  2006-05-20 14:16 ` rsandifo at gcc dot gnu dot org
  2006-05-20 14:19 ` rsandifo at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-03-15 20:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from hp at gcc dot gnu dot org  2006-03-15 20:17 -------
Well Joern, I fixed the bug in this PR, so whatever happens now is a new bug.
I'm unassigning myself; I'm not sure I should re-close the PR, maybe Joern
wants to pick it up and treat it as the same PR; CC:ed.


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amylaar at gcc dot gnu dot
                   |                            |org
         AssignedTo|hp at gcc dot gnu dot org   |unassigned at gcc dot gnu
                   |                            |dot org
             Status|REOPENED                    |NEW


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2006-03-15 20:17 ` hp at gcc dot gnu dot org
@ 2006-05-20 14:16 ` rsandifo at gcc dot gnu dot org
  2006-05-20 14:19 ` rsandifo at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2006-05-20 14:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rsandifo at gcc dot gnu dot org  2006-05-20 14:16 -------
Subject: Bug 25891

Author: rsandifo
Date: Sat May 20 14:15:51 2006
New Revision: 113929

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113929
Log:
gcc/testsuite
        PR testsuite/25891
        * g++.dg/gomp/gomp.exp: Skip if ![check_effective_target_fopenmp].

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/gomp/gomp.exp


-- 


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


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

* [Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all
  2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2006-05-20 14:16 ` rsandifo at gcc dot gnu dot org
@ 2006-05-20 14:19 ` rsandifo at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2006-05-20 14:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rsandifo at gcc dot gnu dot org  2006-05-20 14:19 -------
Fixed by: http://gcc.gnu.org/ml/gcc-patches/2006-05/msg01023.html


-- 

rsandifo at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-05-20 14:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-21  1:05 [Bug testsuite/25891] New: gomp tests run on non-libgomp (non-thread) ports, failing all hp at gcc dot gnu dot org
2006-01-23  4:11 ` [Bug testsuite/25891] " hp at gcc dot gnu dot org
2006-01-23  5:52 ` hp at gcc dot gnu dot org
2006-01-23 23:44 ` hp at gcc dot gnu dot org
2006-01-23 23:45 ` hp at gcc dot gnu dot org
2006-01-28 21:14 ` pinskia at gcc dot gnu dot org
2006-03-15 16:22 ` amylaar at gcc dot gnu dot org
2006-03-15 20:17 ` hp at gcc dot gnu dot org
2006-05-20 14:16 ` rsandifo at gcc dot gnu dot org
2006-05-20 14:19 ` rsandifo 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).