This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/42712] search_n/iterator.cc times out in parallel-mode
- From: "singler at kit dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jan 2010 09:08:09 -0000
- Subject: [Bug libstdc++/42712] search_n/iterator.cc times out in parallel-mode
- References: <bug-42712-16141@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from singler at kit dot edu 2010-01-18 09:08 -------
Paolo, you were right, it was just the fallback switch missing for this case.
And since this specific test issues many thousands of calls with very small
input, the overhead was very noticeable. Patch upcoming...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42712