From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25949 invoked by alias); 27 Jan 2005 12:40:17 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 25829 invoked by uid 48); 27 Jan 2005 12:39:59 -0000 Date: Thu, 27 Jan 2005 12:40:00 -0000 Message-ID: <20050127123959.25828.qmail@sourceware.org> From: "joerg dot richter at pdv-fs dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050126142651.19642.joerg.richter@pdv-fs.de> References: <20050126142651.19642.joerg.richter@pdv-fs.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/19642] streaming doubles is very slow compared to sprintf X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg04012.txt.bz2 List-Id: ------- Additional Comments From joerg dot richter at pdv-fs dot de 2005-01-27 12:39 ------- A quick test shows, that std::setlocale(LC_ALL, NULL) returns "C C C C C C". But std::setlocale(LC_NUMERIC, NULL) returns "C" I think it is enough to test LC_NUMERIC. I'll try to test a modified patch. But this may take a while. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19642