mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-21 06:59:51 +01:00
+ bug0290
This commit is contained in:
parent
02c2611b20
commit
0b1a446166
10
bugs/bug0290.pp
Normal file
10
bugs/bug0290.pp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Program bug0290;
|
||||||
|
|
||||||
|
var i: integer;
|
||||||
|
|
||||||
|
begin
|
||||||
|
{ the following line gives a warning and $ffff is changed to $7fff!}
|
||||||
|
i := $ffff;
|
||||||
|
if i <> $ffff then
|
||||||
|
Writeln('bug!')
|
||||||
|
end.
|
||||||
@ -378,3 +378,4 @@ bug0275.pp too many warnings
|
|||||||
bug0277.pp typecasting with const not possible
|
bug0277.pp typecasting with const not possible
|
||||||
bug0281.pp dup id checking with property is wrong
|
bug0281.pp dup id checking with property is wrong
|
||||||
bug0289.pp no hint/note for unused types
|
bug0289.pp no hint/note for unused types
|
||||||
|
bug0290.pp problem with storing hex numbers in integers
|
||||||
Loading…
Reference in New Issue
Block a user