This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/15386] WMA decoder miscompiled with -O4 -mcpu=k6 - one pop, no sound


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]