瀏覽代碼

* Disabled the 'constant propagation' optimization ( -OoNOCONSTPROP ) for this test. Otherwise the compiler throws the overflow error during compilation with -O3 or better.

git-svn-id: trunk@39982 -
yury 7 年之前
父節點
當前提交
7b7e4e4f66
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/webtbs/tw29620.pp

+ 1 - 0
tests/webtbs/tw29620.pp

@@ -1,3 +1,4 @@
+{ %opt=-OoNOCONSTPROP }
 { This test explicity checks results
 { This test explicity checks results
   of qword multiplication for which overflow happens.
   of qword multiplication for which overflow happens.
   Thus, we need an explicit $Q- }
   Thus, we need an explicit $Q- }