Package: libfiu / 1.2-5

Metadata

Package Version Patches format
libfiu 1.2-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 tests generated Disable optimizations to avoid false.patch | (download)

tests/generated/Makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 tests/generated: disable optimizations to avoid false positives

The code of the generated tests are fairly simple, and the compiler may
inline or optimize away some of the calls of the functions under test,
causing false positives.

Unfortunately, there's nothing we can do about intercepting inlined
functions (and much less calls that are optimized away), that's an
intrinsic limitation of the library and nothing new. And as compilers