Andrzej Sawuła

Results 3 issues of Andrzej Sawuła

Remove misleading overflow warning for correct-width signed integer literals with MSBit set, i.e. representing negative numbers. This is actually the only way integer literals of explicitly-declared width can be specified...

p4-spec

Should the compiler emit warnings when signed integer values are initialized using their literal bit representations? Section 6.4.3.2 specifies that one can specify an integer literal using its bitwise representation,...

I would like to propose removing overflow warnings when signed integer literals of explicitly-declared width are specified using positive values with the most significant bit set, i.e. which will be...