mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* add a knowncompileerror for big endian case
This commit is contained in:
parent
a15ad1e3a3
commit
a9ea64b788
@ -1,4 +1,5 @@
|
||||
{ %OPT=-vn }
|
||||
{ %KNOWNCOMPILEERROR= Typecasting assignment values with types of different sizes is refused even in TP mode for big endian cpus }
|
||||
{$ifdef ENDIAN_BIG}
|
||||
{$note This test should fail on big endian machines. }
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user