aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/FloatSyntax.out
diff options
context:
space:
mode:
authorHugo Herbelin2020-05-15 16:51:29 +0200
committerHugo Herbelin2020-05-15 16:51:29 +0200
commita5c9ad83071c99110fed464a0b9a0f5e73f1be9b (patch)
tree4e436ada97fc8e74311e8c77312e164772957ac9 /test-suite/output/FloatSyntax.out
parentb5b6e2d4c8347cb25da6f827a6b6f06cb0f566e5 (diff)
parent31f5e89eaefcff04a04850d77b0c83cb24602f98 (diff)
Merge PR #11948: Hexadecimal numerals
Reviewed-by: JasonGross Ack-by: Zimmi48 Ack-by: herbelin
Diffstat (limited to 'test-suite/output/FloatSyntax.out')
-rw-r--r--test-suite/output/FloatSyntax.out16
1 files changed, 14 insertions, 2 deletions
diff --git a/test-suite/output/FloatSyntax.out b/test-suite/output/FloatSyntax.out
index 7941d2e647..4a5a700879 100644
--- a/test-suite/output/FloatSyntax.out
+++ b/test-suite/output/FloatSyntax.out
@@ -42,13 +42,25 @@ closest value will be used and unambiguously printed
: float
2.5 + 2.5
: float
-File "stdin", line 24, characters 6-11:
+-26
+ : float
+11.171875
+ : float
+-6882
+ : float
+44.6875
+ : float
+2860
+ : float
+-2.79296875
+ : float
+File "stdin", line 30, characters 6-11:
Warning: The constant 1e309 is not a binary64 floating-point value. A closest
value will be used and unambiguously printed infinity.
[inexact-float,parsing]
infinity
: float
-File "stdin", line 25, characters 6-12:
+File "stdin", line 31, characters 6-12:
Warning: The constant -1e309 is not a binary64 floating-point value. A
closest value will be used and unambiguously printed neg_infinity.
[inexact-float,parsing]