2
0
Эх сурвалжийг харах

* tests fail if dead values are optimized so disable dead value optimization for the tests

git-svn-id: trunk@26631 -
florian 11 жил өмнө
parent
commit
ecdfe75841

+ 1 - 1
tests/test/opt/tdfa7.pp

@@ -1,4 +1,4 @@
-{ %OPT=-Oodfa -Sew -vw }
+{ %OPT=-Oodfa -Sew -vw -Oonodeadvalues }
 type
   to1 = object
     procedure Init;

+ 1 - 1
tests/webtbf/tw3631.pp

@@ -1,5 +1,5 @@
 { %fail }
-{ %opt=-Sew -vw }
+{ %opt=-Sew -vw -Oonodeadvalues}
 
 var
   a : array[0..32] of byte;