This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33487] parallel v3: more functions not in right namespace
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Oct 2007 23:01:04 -0000
- Subject: [Bug libstdc++/33487] parallel v3: more functions not in right namespace
- References: <bug-33487-102@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from bkoz at gcc dot gnu dot org 2007-10-05 23:01 -------
This is an include snafu, caused by algorithm bits using std::partial_sum
without an include of <numeric>.
Of course, I had to wade through a couple things to get here....
1) added testsuite for algo/numeric functions
2) fixup disabling pch issues
With these two in, this kind of breakage can now be seen by pod.cc fails, when
testing with null PCH_CXXFLAGS.
Patch is as attached.
-benjamin
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33487