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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-21 
14:34:51 UTC ---
Testing -ftree-parallelize-loops on targets which don't have threads doesn't
make any sense, for C -ftree-parallelize-loops=N tests are all in
gcc.dg/autopar/ which is guarded by
if ![check_effective_target_pthread] {
  return
}
perhaps just the test needs
// { dg-require-effective-target pthread }
or we need g++.dg/autopar/
which will be guarded similarly.

Reply via email to