mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-17 17:05:50 +00:00
698489049d
Fix for PR libgcj/1596: * java/math/BigDecimal.java (divide): Check newScale for validity. Ensure that BigInteger.pow() is called with a non-negative value. (setScale (int)): New public method. (setScale (int,int)): New public method. From-SVN: r38861