diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-23 14:06:25 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-23 14:06:25 +0100 |
commit | 79a9578a33ecd3093970bd18df677edc9214fafb (patch) | |
tree | 8ae5c6780a1fcd2124e71f27ad9b4256acd24268 /BUGS | |
parent | 1bb1ce141783168d44a38cd1bb6b822eb13114fc (diff) | |
download | lzo-79a9578a33ecd3093970bd18df677edc9214fafb.tar.gz lzo-79a9578a33ecd3093970bd18df677edc9214fafb.tar.bz2 lzo-79a9578a33ecd3093970bd18df677edc9214fafb.zip |
Imported Upstream version 2.08upstream/2.08sandbox/kevinthierry/upstream
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,15 +7,15 @@ LZO is free of any known bugs. Nevertheless LZO has been reported to break the optimizer of some compilers including gcc 2.7.2 (AIX, IRIX) and Watcom C 9.5. -So if `lzotest' reports data decompression errors you should recompile +So if 'lzotest' reports data decompression errors you should recompile everything without optimizations and see if that fixes the problem. I'd like to hear about optimizer problems and possible workarounds. Known compiler problems: ------------------------ - some versions of gcc use `-O2 -fno-strength-reduce' - some versions of gcc use `-O2 -fno-schedule-insns -fno-schedule-insns2' - Watcom C 9.5 compile with `-oneax' instead of `-oneatx' + some versions of gcc use '-O2 -fno-strength-reduce' + some versions of gcc use '-O2 -fno-schedule-insns -fno-schedule-insns2' + Watcom C 9.5 compile with '-oneax' instead of '-oneatx' |