Bug#777935: mod_perl2, MP_INLINE and gcc 5

2015-06-18 Thread Niko Tyni
On Wed, Jun 17, 2015 at 10:26:47PM +0100, Steve Hay wrote: > On 17 June 2015 at 19:57, Niko Tyni wrote: > > On Wed, Jun 17, 2015 at 08:27:28PM +0300, Niko Tyni wrote: > > > >> mod_perl2 (up to and including 2.0.9-RC3) fails to build with GCC 5, > >> because the default inline semantics have change

Bug#777935: mod_perl2, MP_INLINE and gcc 5

2015-06-17 Thread Steve Hay
On 17 June 2015 at 19:57, Niko Tyni wrote: > On Wed, Jun 17, 2015 at 08:27:28PM +0300, Niko Tyni wrote: > >> mod_perl2 (up to and including 2.0.9-RC3) fails to build with GCC 5, >> because the default inline semantics have changed from GNU89 to C99 and >> require changes in mod_perl source. > > Ah

Bug#777935: mod_perl2, MP_INLINE and gcc 5

2015-06-17 Thread Niko Tyni
On Wed, Jun 17, 2015 at 08:27:28PM +0300, Niko Tyni wrote: > mod_perl2 (up to and including 2.0.9-RC3) fails to build with GCC 5, > because the default inline semantics have changed from GNU89 to C99 and > require changes in mod_perl source. Ah, reading my own references properly, it looks like i

Bug#777935: mod_perl2, MP_INLINE and gcc 5

2015-06-17 Thread Niko Tyni
[resending to the correct list address] Hi, mod_perl2 (up to and including 2.0.9-RC3) fails to build with GCC 5, because the default inline semantics have changed from GNU89 to C99 and require changes in mod_perl source. See details at https://gcc.gnu.org/gcc-5/porting_to.html The symptoms are

Bug#777935: mod_perl2, MP_INLINE and gcc 5

2015-06-17 Thread Niko Tyni
Hi, mod_perl2 (up to and including 2.0.9-RC3) fails to build with GCC 5, because the default inline semantics have changed from GNU89 to C99 and require changes in mod_perl source. See details at https://gcc.gnu.org/gcc-5/porting_to.html The symptoms are lots of warnings like In file included