On Tuesday 20 January 2009 06:31:51 Kevin P. Fleming wrote: > Mark Michelson wrote: > > If you are using gsm prompts and gcc version 4.2 or higher, then you may > > be experiencing the optimizer bug that gcc has with gsm audio. The > > workarounds for this are to use a different format for sounds or to set > > the DONT_OPTIMIZE flag in menuselect. If you want an optimized build and > > gsm formatted sounds, then you could always attempt downgrading your gcc > > version to 4.1 or earlier. > > This is affecting users frequently enough that we probably need to > engineer some sort of configure-script test to check for this problem at > build time.
Actually, this problem should already be fixed. It was a case of optimization with assembly code. Adding the noclobber option to the assembly should have fixed this. -- Tilghman _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
