Skip to content

Commit 69e80a1

Browse files
authored
define 'fit inside'
1 parent 4fccfa8 commit 69e80a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/type.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ $(H3 $(LNAME2 vrp, Value Range Propagation))
350350
expressions to implicitly convert to a narrower type after
351351
integer promotion. This works by analysing the minimum and
352352
maximum possible range of values for each expression.
353-
If that range of values would fit inside a narrower type, implicit
353+
If that range of values matches or is a subset of a narrower type's value range, implicit
354354
conversion is allowed. If one of the values is known at compile-time,
355355
that can further reduce the range of values.)
356356

0 commit comments

Comments
 (0)