[asterisk-bugs] [Asterisk 0017688]: [patch] GCC 4.2.x optimizations result in improper behavior of GSM codec
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Sep 9 20:51:23 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17688
======================================================================
Reported By: pprindeville
Assigned To: pabelanger
======================================================================
Project: Asterisk
Issue ID: 17688
Category: Codecs/codec_gsm
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.6.2.9
JIRA: SWP-1938
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 278501
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-07-22 13:17 CDT
Last Modified: 2010-09-09 20:51 CDT
======================================================================
Summary: [patch] GCC 4.2.x optimizations result in improper
behavior of GSM codec
Description:
Two patches were originally reported in bug 11243, one to add additional
needed constraints on some asm() sequences that the codec uses, the other
to disable optimization that the compiler was doing which was resulting in
incorrect code.
Only the latter was committed. It's been confirmed that both patches are
needed, at least until the code is restructured to allow correct
optimization by the compiler.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0011243 Distortion in Playback of .gsm files ov...
======================================================================
----------------------------------------------------------------------
(0126810) svnbot (reporter) - 2010-09-09 20:51
https://issues.asterisk.org/view.php?id=17688#c126810
----------------------------------------------------------------------
Repository: asterisk
Revision: 285819
_U branches/1.8/
U branches/1.8/codecs/gsm/Makefile
------------------------------------------------------------------------
r285819 | pabelanger | 2010-09-09 20:51:22 -0500 (Thu, 09 Sep 2010) | 22
lines
Merged revisions 285818 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r285818 | pabelanger | 2010-09-09 18:49:19 -0400 (Thu, 09 Sep 2010) | 15
lines
Merged revisions 285817 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r285817 | pabelanger | 2010-09-09 18:34:35 -0400 (Thu, 09 Sep 2010) |
8 lines
GCC 4.2.x optimizations result in improper behavior of GSM codec
(closes issue https://issues.asterisk.org/view.php?id=17688)
Reported by: pprindeville
Patches:
asterisk-trunk-bugid11243.patch uploaded by pprindeville
(license 347)
Tested by: mkeuter, pprindeville
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=285819
Issue History
Date Modified Username Field Change
======================================================================
2010-09-09 20:51 svnbot Note Added: 0126810
======================================================================
More information about the asterisk-bugs
mailing list