summaryrefslogtreecommitdiff
path: root/tests/tbf
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-11-18 20:19:39 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-11-18 20:19:39 +0000
commit8cd641a43f17481ed6e6f4f89f2e5da64a214195 (patch)
tree07e83aecd6c42aea07c1d8f6dbc93e4aafce1634 /tests/tbf
parent3f8e5aae1e527303cbf35db431e5c8acd64cfc25 (diff)
downloadfpc-8cd641a43f17481ed6e6f4f89f2e5da64a214195.tar.gz
+ support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@34917 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/tbf')
-rw-r--r--tests/tbf/tb0252.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tbf/tb0252.pp b/tests/tbf/tb0252.pp
new file mode 100644
index 0000000000..b4ea43d153
--- /dev/null
+++ b/tests/tbf/tb0252.pp
@@ -0,0 +1,8 @@
+{ %fail }
+var
+ b : bytebool;
+
+begin
+ for b:=false to true do
+ ;
+end. \ No newline at end of file