This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH,testsuite]Skip tree-parallelize-loops test if target has no pthread


Thanks Janis!

Commiitted.

Revision: 136301
Author: hutchinsonandy
Date: 6:13:30 PM, Monday, June 02, 2008
Message:
* gcc.dg/torture/pr34330.c: Skip test for targets without pthread.
* gcc.dg/torture/pr36244.c: Ditto.
* gcc.dg/tree-ssa/pr36181.c: Ditto.
----
Modified : /trunk/gcc/testsuite/ChangeLog
Modified : /trunk/gcc/testsuite/gcc.dg/torture/pr34330.c
Modified : /trunk/gcc/testsuite/gcc.dg/torture/pr36244.c
Modified : /trunk/gcc/testsuite/gcc.dg/tree-ssa/pr36181.c




Janis Johnson wrote:
On Sat, 2008-05-31 at 11:26 -0400, Andy H wrote:
Hi,

The attached patch adds { dg-require-effective-target pthread } for tests run with
-ftree-parallelize-loops option.


Otherwise test will fail due to:

unrecognized option '-pthread'

Ok for 4.4 mainline?

2008-05-31 Andy Hutchinson <hutchinsonandy@aim.com>

* gcc.dg/torture/pr34330.c: Skip test for targets without pthread.
* gcc.dg/torture/pr36244.c: Ditto.
* gcc.dg/tree-ssa/pr36181.c: Ditto.

OK.


Janis



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]