This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/15386] WMA decoder miscompiled with -O4 -mcpu=k6 - one pop, no sound
- From: "diego at biurrun dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2004 12:08:37 -0000
- Subject: [Bug rtl-optimization/15386] WMA decoder miscompiled with -O4 -mcpu=k6 - one pop, no sound
- References: <20040511205714.15386.diego@biurrun.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From diego at biurrun dot de 2004-07-18 12:08 -------
I managed to split the file in two and isolate the bug to a small part of the
original file that only contains two functions, a large and a small one.
void wma_lsp_to_curve_init(WMADecodeContext *s, int frame_len)
int wma_decode_init(AVCodecContext * avctx)
All relevant files and the output of gcc can be found at
http://www.mplayerhq.hu/~diego/gcc/
I hope this satisfies your requirements, if there is anything else I can do,
please let me know.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15386