diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-01-30 19:44:12 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-01-30 19:44:12 +0000 |
commit | a5ecb0e60029065a6dfee65fd0e29c065d8bf71c (patch) | |
tree | d254ee3d64c621a32c154e4c452a46ec48c332a4 /tests/test | |
parent | 7a08ed98a8981b1cf0ca4158a9e3f9754b9f236a (diff) | |
download | fpc-a5ecb0e60029065a6dfee65fd0e29c065d8bf71c.tar.gz |
* tests fail if dead values are optimized so disable dead value optimization for the tests
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@26631 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/opt/tdfa7.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/opt/tdfa7.pp b/tests/test/opt/tdfa7.pp index 90cf5dcc92..f1265cc101 100644 --- a/tests/test/opt/tdfa7.pp +++ b/tests/test/opt/tdfa7.pp @@ -1,4 +1,4 @@ -{ %OPT=-Oodfa -Sew -vw } +{ %OPT=-Oodfa -Sew -vw -Oonodeadvalues } type to1 = object procedure Init; |