From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16307 invoked by alias); 18 Jul 2004 12:08:38 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16288 invoked by uid 48); 18 Jul 2004 12:08:37 -0000 Date: Sun, 18 Jul 2004 12:08:00 -0000 Message-ID: <20040718120837.16287.qmail@sourceware.org> From: "diego at biurrun dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040511205714.15386.diego@biurrun.de> References: <20040511205714.15386.diego@biurrun.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug rtl-optimization/15386] WMA decoder miscompiled with -O4 -mcpu=k6 - one pop, no sound X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg02203.txt.bz2 List-Id: ------- 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