Subject: Re: audio problems with -current/GCC4?
To: Julio M. Merino Vidal <jmmv84@gmail.com>
From: Thomas Klausner <wiz@netbsd.org>
List: current-users
Date: 08/07/2006 13:23:54
On Sun, Aug 06, 2006 at 01:28:49PM +0200, Julio M. Merino Vidal wrote:
> On 8/6/06, Thomas Klausner <wiz@netbsd.org> wrote:
> >On Sun, Jul 09, 2006 at 03:17:40PM +0200, Lubomir Sedlacik wrote:
> >> mpg321 uses fixed-point math (libmad), xmms (and i guess bmp too) uses
> >> floating-point math (mpg123).  this would suggest that GCC4 screws up
> >> floating-point operations with -march.
> >
> >I tried xmms, and it makes a high noise.
> >I don't have any -march settings, I use the pkgsrc defaults.
> >amarok, xine-ui, madplay all work fine.
> >I guess it's a bug in xmms (And bmp too? It's the successor.)
> 
> Yup; bmp has that same problem (which is workarounded by the package
> by disabling optimizations).

I moved that code into bmp/hacks.mk and added the same file to
audio/xmms, hope this solves the problem.
 Thomas