This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Problem with testing libstdc++ parallel headers?
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>, sje at cup dot hp dot com
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 30 Jul 2008 04:39:06 -0500 (CDT)
- Subject: Re: Problem with testing libstdc++ parallel headers?
- Accept-language: en-US
- References: <1217371909.640388.32523.nullmailer@hpsje.cup.hp.com> <488FAEF5.7090504@oracle.com>
> > UNSUPPORTED: 25_algorithms/headers/algorithm/algorithm_parallel_mode.cc
> >
> > along with lines like:
> >
> > parallel_mode31631.cc:1:17: error: omp.h: No such file or directory
> >
> > This seems odd ot me since I am building libgomp with my compiler.
> >
> Yes. I think it's simply because the relevant search path is
> missing when the dg-require run. We should fix this indeed, affects a
> few basic headers/ tests.
Note, that those tests *are* run as part of check-parallel. All in all, I'm not convinced we should make both the dg-require and the normal make check more complex (adding the required -B, etc) in order to run the tests also as part of make check...
Paolo.