From f2ea71cdb3ee4f5198bc0298aa8be1f9e945ee1c Mon Sep 17 00:00:00 2001 From: Serguei Katkov Date: Wed, 5 Aug 2015 17:03:30 +0600 Subject: ART: Fix the simplifier for add/sub Instruction simplifier for add/sub should not proceed with floats because that might cause the incorrect behavior with signed zero. Bug: 23001681 Signed-off-by: Serguei Katkov (cherry picked from commit 115b53f609e74672fa93eea1845bb17340d5112a) Change-Id: I9928724c4158b3961e32e376b9203fe01ba2e442 --- test/474-fp-sub-neg/expected.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/474-fp-sub-neg/expected.txt') diff --git a/test/474-fp-sub-neg/expected.txt b/test/474-fp-sub-neg/expected.txt index e6ffe0d430..1c15abba3d 100644 --- a/test/474-fp-sub-neg/expected.txt +++ b/test/474-fp-sub-neg/expected.txt @@ -1,2 +1,6 @@ -0.0 +0.0 +0.0 -0.0 +0.0 +0.0 -- cgit v1.2.3