[Bug libstdc++/26526] [4.1/4.2 Regression] std::__copy_streambufs link failure when _GLIBCXX_DEBUG is defined

2006-03-06 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2006-03-06 16:10 --- Paolo, versioning bits look fine. lm cw ij are the usual rules you need to keep in mind for this stuff but fixing this is not a big deal. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26526

[Bug libstdc++/26526] [4.1/4.2 Regression] std::__copy_streambufs link failure when _GLIBCXX_DEBUG is defined

2006-03-03 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2006-03-03 23:55 --- Fixed for 4.1.1. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/26526] [4.1/4.2 Regression] std::__copy_streambufs link failure when _GLIBCXX_DEBUG is defined

2006-03-03 Thread paolo at gcc dot gnu dot org
--- Comment #5 from paolo at gcc dot gnu dot org 2006-03-03 23:55 --- Subject: Bug 26526 Author: paolo Date: Fri Mar 3 23:55:07 2006 New Revision: 111691 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111691 Log: 2006-03-03 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/26526] [4.1/4.2 Regression] std::__copy_streambufs link failure when _GLIBCXX_DEBUG is defined

2006-03-03 Thread paolo at gcc dot gnu dot org
--- Comment #4 from paolo at gcc dot gnu dot org 2006-03-03 23:54 --- Subject: Bug 26526 Author: paolo Date: Fri Mar 3 23:54:21 2006 New Revision: 111690 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111690 Log: 2006-03-03 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/26526] [4.1/4.2 Regression] std::__copy_streambufs link failure when _GLIBCXX_DEBUG is defined

2006-03-03 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2006-03-03 12:22 --- I have a patch in testing. -- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|una

[Bug libstdc++/26526] [4.1/4.2 Regression] std::__copy_streambufs link failure when _GLIBCXX_DEBUG is defined

2006-03-02 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2006-03-02 10:24 --- Benjamin, can you have a look? The issue seems simple, in its essence: on 64-bit machines the recently added __copy_streambufs export is wrong - in fact we are not exporting anything - because it reads everywhere: _ZSt17

[Bug libstdc++/26526] [4.1/4.2 Regression] std::__copy_streambufs link failure when _GLIBCXX_DEBUG is defined

2006-03-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-02 04:52 --- Confirmed, weird. It also works just fine on powerpc-darwin, though I could not test the 64bit part there. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -