[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:05:37 CDT 2011
The following issue has been SUBMITTED.
======================================================================
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:05 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).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-05-16 04:05 tzafrir New Issue
2011-05-16 04:05 tzafrir Asterisk Version => 1.8.4
2011-05-16 04:05 tzafrir Regression => No
2011-05-16 04:05 tzafrir SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list