[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread sebor at roguewave dot com
--- Comment #10 from sebor at roguewave dot com 2006-09-12 17:44 --- I think you're right. Even my own issue 562 is clear on this. I must have a bug in the implementation of the resolution of the issue. http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#562 -- http://gcc.gn

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2006-09-12 17:33 --- (In reply to comment #8) > Sorry for the noise. Your feedback is always welcome, really. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29035

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread sebor at roguewave dot com
--- Comment #8 from sebor at roguewave dot com 2006-09-12 17:24 --- No, I'm not sure. I got the output with our implementation but the latest working paper doesn't seem to support it (I had misread the text in 27.7.1.2, p2 to require that pptr() == epptr() uncoditionally rather than just

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2006-09-12 16:55 --- (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > > Shouldn't the output be: > > > > 6 > > azerty123 > > 9 > > In case, that would be a separate issue, we never considered implementin

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread pcarlini at suse dot de
--- Comment #6 from pcarlini at suse dot de 2006-09-12 16:33 --- (In reply to comment #5) > (In reply to comment #4) > > Shouldn't the output be: > > 6 > azerty123 > 9 In case, that would be a separate issue, we never considered implementing that behavior. It would be easy, of course.

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread sebor at roguewave dot com
--- Comment #5 from sebor at roguewave dot com 2006-09-12 16:16 --- (In reply to comment #4) Shouldn't the output be: 6 azerty123 9 -- sebor at roguewave dot com changed: What|Removed |Added ---

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2006-09-12 15:41 --- (In reply to comment #3) > Where should I look at? I don't understand what are you looking for, really. Your snippet behaves in the correct way, per the Standard which we are implementing. Also, to repeat, the issue report

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread eric_jrdn2 at yahoo dot fr
--- Comment #3 from eric_jrdn2 at yahoo dot fr 2006-09-12 15:32 --- I tried this : #include #include #include using namespace std; int main(){ ostringstream ostr; ostr.str("azerty"); cout

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2006-09-12 15:10 --- To be 100% sure, we checked again gcc4.1.1 both on x86-linux and powerc-darwin and the bug is definitely not there (anymore) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29035

[Bug libstdc++/29035] Initialisation of std::ostringstream does not work correctly

2006-09-12 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2006-09-12 15:08 --- *** This bug has been marked as a duplicate of 9042 *** -- pcarlini at suse dot de changed: What|Removed |Added -