I'm attaching a patch to this report which makes Sofia-SIP comply with gcc 4.8
and above. The patch will be included in future releases of UniMRCP
dependencies.
The problem is in the gcc loop optimizers introduced in 4.8 version, which
detect a loop operating with out of bounds memory and then optimize it with
something undefined since, according to the C standard, out of bounds behavior
is undefined. The problem could have been addressed by using the new option
-fno-aggressive-loop-optimization as well.
Original issue reported on code.google.com by achalo...@gmail.com on 24 Apr 2014 at 7:49
Original issue reported on code.google.com by
achalo...@gmail.com
on 24 Apr 2014 at 7:49Attachments: