--- Comment #9 from pcarlini at suse dot de 2007-04-07 09:39 ---
Fixed.
--
pcarlini at suse dot de changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #8 from paolo at gcc dot gnu dot org 2007-04-07 09:38 ---
Subject: Bug 31481
Author: paolo
Date: Sat Apr 7 09:38:39 2007
New Revision: 123637
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123637
Log:
2007-04-07 Paolo Carlini <[EMAIL PROTECTED]>
PR libstd
--- Comment #7 from pcarlini at suse dot de 2007-04-05 14:43 ---
Can be fixed by packporting a few additional forthcoming clean-up bits from
mainline...
--
pcarlini at suse dot de changed:
What|Removed |Added
---
--- Comment #5 from pcarlini at suse dot de 2007-04-05 11:39 ---
(In reply to comment #4)
> (In reply to comment #3)
> > In order to speed-up the process, can you edit ext/type_traits.h to not
> > include
> > and changing std::streamsize to int and report how it goes? Thanks.
> >
>
>
--- Comment #6 from pcarlini at suse dot de 2007-04-05 11:49 ---
Created an attachment (id=13331)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13331&action=view)
Patch
This is the patch which I'm finishing testing in the branch and should be
applied anyway, irrespective of this s
--- Comment #2 from pcarlini at suse dot de 2007-04-05 09:59 ---
Yes, streamsize shouldn't be there, I noticed that as part of a large
rearrangment of the headers in mainline and fixed it. I'm porting that specific
bit to 4_2-branch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31
--- Comment #4 from pluto at agmk dot net 2007-04-05 10:42 ---
(In reply to comment #3)
> In order to speed-up the process, can you edit ext/type_traits.h to not
> include
> and changing std::streamsize to int and report how it goes? Thanks.
>
this change causes another error:
+ /us
--- Comment #3 from pcarlini at suse dot de 2007-04-05 10:03 ---
In order to speed-up the process, can you edit ext/type_traits.h to not include
and changing std::streamsize to int and report how it goes? Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31481
--- Comment #1 from aaronavay62 at aaronwl dot com 2007-04-05 05:34 ---
OK, mainline just uses an 'int' here instead of 'streamsize.' Also, N1822 just
has 'int.' Why is 'streamsize' here?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31481