mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-21 10:56:13 +00:00
3c45ffa514
* java/lang/natDouble.cc (parseDouble): Cannot use errno to check for errors, since we don't want to throw exception on overflow/underflow. Instead, trim whitespace, and then check that _strtod_r uses up all the rest of the string. From-SVN: r40800