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