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 e7d444e commit 8bc9553Copy full SHA for 8bc9553
spec/importc.dd
@@ -608,6 +608,12 @@ enum E { A = 3; }
608
609
$(P A control-Z character `\x1A` in the source text means End Of File.)
610
611
+ $(H3 $(LNAME2 largeDecimal, Signed Integer Literal Larger Than long long))
612
+
613
+ $(P A signed integer constant with no suffix that is larger than a `long long` type,
614
+ but will fit into an `unsigned long long` type, is accepted and typed as `unsigned long long`.
615
+ This matches D behavior.)
616
617
$(H2 $(LNAME2 gnu-clang-extensions, Gnu and Clang Extensions))
618
619
$(P `gcc` and `clang` are presumed to have the same behavior w.r.t. extensions,
0 commit comments