[asterisk-bugs] [Asterisk 0019298]: Big Endian breakage (regression since gcc 4.6 fix)

Asterisk Bug Tracker noreply at bugs.digium.com
Mon May 16 04:07:36 CDT 2011


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19298 
====================================================================== 
Reported By:                tzafrir
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   19298
Category:                   General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.4 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-05-16 04:05 CDT
Last Modified:              2011-05-16 04:07 CDT
====================================================================== 
Summary:                    Big Endian breakage (regression since gcc 4.6 fix)
Description: 
(Filed under General: I noticed one simple case in formats/format_wav.c
from a build log, but did not get to try this on a test build system. Will
update summary and add a patch later on)

r316265 removed many cases of unused variables, reported by gcc 4.6. Sadly
It also, at least in one case, broke building of big-endian systems. Fix in
this case should be simple (move decleration of tmp into the ifdef above
rather than remove it).

(The version number might confuse: the built code is 1.8.4 with that
specific fix applied on top of it. 1.8.4 does not include that fix)
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-16 04:07 tzafrir        Description Updated                          
======================================================================




More information about the asterisk-bugs mailing list