mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
* tests fail if dead values are optimized so disable dead value optimization for the tests
git-svn-id: trunk@26631 -
This commit is contained in:
parent
546f4a5d46
commit
ecdfe75841
@ -1,4 +1,4 @@
|
||||
{ %OPT=-Oodfa -Sew -vw }
|
||||
{ %OPT=-Oodfa -Sew -vw -Oonodeadvalues }
|
||||
type
|
||||
to1 = object
|
||||
procedure Init;
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %fail }
|
||||
{ %opt=-Sew -vw }
|
||||
{ %opt=-Sew -vw -Oonodeadvalues}
|
||||
|
||||
var
|
||||
a : array[0..32] of byte;
|
||||
|
Loading…
Reference in New Issue
Block a user