Tizen 2.1 base
[external/lzo2.git] / BUGS
1 ============================================================================
2 LZO -- a real-time data compression library
3 ============================================================================
4
5 LZO is free of any known bugs.
6
7 Nevertheless LZO has been reported to break the optimizer of some
8 compilers including gcc 2.7.2 (AIX, IRIX) and Watcom C 9.5.
9
10 So if `lzotest' reports data decompression errors you should recompile
11 everything without optimizations and see if that fixes the problem.
12 I'd like to hear about optimizer problems and possible workarounds.
13
14
15 Known compiler problems:
16 ------------------------
17   some versions of gcc    use `-O2 -fno-strength-reduce'
18   some versions of gcc    use `-O2 -fno-schedule-insns -fno-schedule-insns2'
19   Watcom C 9.5            compile with `-oneax' instead of `-oneatx'
20
21