This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/33487] parallel v3: more functions not in right namespace



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]