[Bug libstdc++/37673] Programs fail to execute with a runtime error when locale is set

2008-09-30 Thread ivranos at freemail dot gr
--- Comment #8 from ivranos at freemail dot gr 2008-09-30 09:51 --- Note: Change the encoding of your browser and email client to Greek-ISO or Unicode, so as to see the messages correctly. locale -a displays the following: [EMAIL PROTECTED]:~/Desktop/download/extract$ locale -a C

[Bug libstdc++/37673] Programs fail to execute with a runtime error when locale is set

2008-09-30 Thread paolo dot carlini at oracle dot com
--- Comment #9 from paolo dot carlini at oracle dot com 2008-09-30 10:21 --- (In reply to comment #8) So this isn't a blocker bug, but there is still a bug with wcin.imbue() and wcout.imbue() when they are used alone without a locale::global(locale(en_US)); or

[Bug libstdc++/37673] Programs fail to execute with a runtime error when locale is set

2008-09-29 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2008-09-29 12:48 --- *** This bug has been marked as a duplicate of 32254 *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug libstdc++/37673] Programs fail to execute with a runtime error when locale is set

2008-09-29 Thread ivranos at freemail dot gr
--- Comment #4 from ivranos at freemail dot gr 2008-09-29 13:27 --- (In reply to comment #2) Target? Named locales are supported *only* on GNU/Linux systems. Ubuntu 8.04 x86. I am learning the QT package, and for example its QString provides a toStdString() function that returns a

[Bug libstdc++/37673] Programs fail to execute with a runtime error when locale is set

2008-09-29 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2008-09-29 13:37 --- Given the problem you are reporting, the issue is definitely that either the GNU locale model has not been selected at build time, or the localedata is not available, please refer to 32254, for example, or

[Bug libstdc++/37673] Programs fail to execute with a runtime error when locale is set

2008-09-29 Thread ivranos at freemail dot gr
--- Comment #6 from ivranos at freemail dot gr 2008-09-29 13:55 --- The bug reports you are mentioning combined with 35353 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35353), means that the locales implementation of GCC is a mess. I think the proper solution is to fix the locale

[Bug libstdc++/37673] Programs fail to execute with a runtime error when locale is set

2008-09-29 Thread paolo dot carlini at oracle dot com
--- Comment #7 from paolo dot carlini at oracle dot com 2008-09-29 14:17 --- Thanks for your nice, encouraging words. We don't need duplicate reports, thanks. *** This bug has been marked as a duplicate of 32254 *** -- paolo dot carlini at oracle dot com changed: What