--- Comment #8 from bangerth at dealii dot org 2007-10-09 18:48 ---
Fixed, thanks y'all!
--
bangerth at dealii dot org changed:
What|Removed |Added
Status|ASS
--- Comment #7 from bkoz at gcc dot gnu dot org 2007-10-09 18:05 ---
Yes Wolfgang, please close this.
I'm testing the fix for the rest of the default constructible issues.
-benjaminh
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33487
--- Comment #6 from bangerth at dealii dot org 2007-10-08 22:28 ---
(In reply to comment #5)
> Wolfgang, this should be fixed now.
Yes, I verified it this morning and it was ok -- thanks for the prompt
work in that! Should I close this PR now?
The only bug that currently still prevents
--- Comment #5 from bkoz at gcc dot gnu dot org 2007-10-08 20:34 ---
Wolfgang, this should be fixed now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33487
--- Comment #4 from bkoz at gcc dot gnu dot org 2007-10-06 15:09 ---
Subject: Bug 33487
Author: bkoz
Date: Sat Oct 6 15:08:58 2007
New Revision: 129054
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129054
Log:
2007-10-06 Benjamin Kosnik <[EMAIL PROTECTED]>
PR libstd
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-10-05 23:01 ---
Created an attachment (id=14308)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14308&action=view)
patch
Patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33487
--- 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 .
Of course, I had to wade through a couple things to get here
1) added testsuite for algo/numeric functions
2) fixu
--- Comment #1 from bkoz at gcc dot gnu dot org 2007-09-19 17:06 ---
Mine.
--
bkoz at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at g