Skip to content

Commit b37ca35

Browse files
Partially revert "Documentation: Remove warning that nonstandard primitive type sizes may reveal LLVM bugs" (#58439)
Reverts #58262 See #58434, for an example bug. --------- Co-authored-by: PatrickHaecker <[email protected]>
1 parent 441ebf9 commit b37ca35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ a name. A primitive type can optionally be declared to be a subtype of some supe
301301
is omitted, then the type defaults to having `Any` as its immediate supertype. The declaration
302302
of [`Bool`](@ref) above therefore means that a boolean value takes eight bits to store, and has
303303
[`Integer`](@ref) as its immediate supertype. Currently, only sizes that are multiples of
304-
8 bits are supported.
304+
8 bits are supported and you are more likely to experience bugs with sizes other than those used above.
305305
Therefore, boolean values, although they really need just a single bit, cannot be declared to be any
306306
smaller than eight bits.
307307

0 commit comments

Comments
 (0)