[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-07 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-07 Thread paolo at gcc dot gnu dot org
--- 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

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-05 Thread pcarlini at suse dot de
--- 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 ---

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-05 Thread pcarlini at suse dot de
--- 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. > > > >

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-05 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-05 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-05 Thread pluto at agmk dot net
--- 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

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-05 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/31481] GCC 4.2.0 incompatible with STLport 5.1.3

2007-04-04 Thread aaronavay62 at aaronwl dot com
--- 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