浏览代码

Merge 39982 to fixes

------------------------------------------------------------------------
r39982 | yury | 2018-10-18 17:07:37 +0000 (Thu, 18 Oct 2018) | 1 line

* Disabled the 'constant propagation' optimization ( -OoNOCONSTPROP ) for this test. Otherwise the compiler throws the overflow error during compilation with -O3 or better.
------------------------------------------------------------------------
--- Merging r39982 into '.':
U    tests/webtbs/tw29620.pp
--- Recording mergeinfo for merge of r39982 into '.':
 U   .

git-svn-id: branches/fixes_3_2@42593 -
pierre 6 年之前
父节点
当前提交
b8b5501fb9
共有 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
   of qword multiplication for which overflow happens.
   Thus, we need an explicit $Q- }