mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:29:19 +02:00
* 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 -
This commit is contained in:
parent
a9972b4309
commit
7b7e4e4f66
@ -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- }
|
||||||
|
Loading…
Reference in New Issue
Block a user