We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fccfa8 commit 69e80a1Copy full SHA for 69e80a1
spec/type.dd
@@ -350,7 +350,7 @@ $(H3 $(LNAME2 vrp, Value Range Propagation))
350
expressions to implicitly convert to a narrower type after
351
integer promotion. This works by analysing the minimum and
352
maximum possible range of values for each expression.
353
- If that range of values would fit inside a narrower type, implicit
+ If that range of values matches or is a subset of a narrower type's value range, implicit
354
conversion is allowed. If one of the values is known at compile-time,
355
that can further reduce the range of values.)
356
0 commit comments