mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +02:00
+ bu0283
This commit is contained in:
parent
71829524a2
commit
d5151a8a2a
7
bugs/bug0283.pp
Normal file
7
bugs/bug0283.pp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
const dirsep = '\';
|
||||||
|
|
||||||
|
begin
|
||||||
|
if dirsep = '/'
|
||||||
|
then writeln('bug!')
|
||||||
|
else writeln('ok');
|
||||||
|
end.
|
@ -370,4 +370,5 @@ bug0275.pp too many warnings
|
|||||||
bug0277.pp typecasting with const not possible
|
bug0277.pp typecasting with const not possible
|
||||||
bug0279.pp crash with ansistring and new(^ansistring)
|
bug0279.pp crash with ansistring and new(^ansistring)
|
||||||
bug0281.pp dup id checking with property is wrong
|
bug0281.pp dup id checking with property is wrong
|
||||||
bug0282.pp long mangledname problem with -Aas
|
bug0282.pp long mangledname problem with -Aas
|
||||||
|
bug0283.pp bug in constant char comparison evaluation
|
||||||
|
Loading…
Reference in New Issue
Block a user