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]

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


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.



Attachment: pthread.patch
Description: Text document


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