]> git.ipfire.org Git - thirdparty/gcc.git/commit
2004-03-31 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Mar 2004 09:13:10 +0000 (09:13 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Mar 2004 09:13:10 +0000 (09:13 +0000)
commit2a469906029a8d2429e56fa41183bc3227e0c235
treedd8ec0ce5aa81adc4fe5879c79e666b5549e04a2
parentc40bf9e452697458ef9db03bbf8ba1640da82deb
2004-03-31  Paolo Carlini  <pcarlini@suse.de>

* config/locale/generic/c_locale.cc (__convert_to_v(long double&)):
In v3 uses of sscanf, the special floating-point numbers INF,
INFINITY, etc., cannot occur in input, therefore, if the latter
is too large, ERANGE is always stored in errno, no need of finitel.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80247 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/generic/c_locale.cc