Bug#777882: Patch for GCC 5 build issue

2015-07-18 Thread gregor herrmann
On Tue, 07 Jul 2015 18:04:47 +, Pearson, Greg wrote: > Here's a fix for the GCC 5 build issue. I added "extern" to the callable > copy of the inline functions to ensure an externally visible function is > emitted, please see section "Different semantics for inline functions" > at https://gcc.

Bug#777882: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777882 + patch thanks Here's a fix for the GCC 5 build issue. I added "extern" to the callable copy of the inline functions to ensure an externally visible function is emitted, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for more