This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 14 Oct 2012 21:34:55 +0000
- Subject: [Bug target/54407] FAIL: 30_threads/condition_variable/54185.cc execution test program timed out on powerpc-apple-darwin9 and x86_64-apple-darwin10
- Auto-submitted: auto-generated
- References: <bug-54407-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54407
--- Comment #14 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-10-14 21:34:55 UTC ---
> > I suspect that is an unsupported combination.
>
> Now you asked the question, the test is not run on powerpc-apple-darwin9
> with -m64.
> Could you try to put the 'dg-do compile' line before the 'dg-do run' one?
This does not work either, it seems that the last dg-do is used.
Note that the test is not compiled with dg-skip-if. With dg-xfail-if as in
comment #10, test is not compiled, but as in comment #13, I get a XPASS and
the test is run.