[Nmh-workers] GCC 8 pre-releases have escaped...

2018-02-04 Thread valdis . kletnieks
Fedora Rawhide just acquired a pre-release gcc that calls itself 8.0. nmh builds mostly OK under it, and passes 'make check'. However, there's a whole mess of new warnings, which all root-cause to the fact that gcc8 apparently does sanity checking on whether the code has bounds-checked the length

Re: [Nmh-workers] GCC 8 pre-releases have escaped...

2018-02-04 Thread Ken Hornstein
>nmh builds mostly OK under it, and passes 'make check'. However, >there's a whole mess of new warnings, which all root-cause to the >fact that gcc8 apparently does sanity checking on whether the code >has bounds-checked the length parameter of snprintf() and friends >before using it, and special-

Re: [Nmh-workers] GCC 8 pre-releases have escaped...

2018-02-04 Thread valdis . kletnieks
On Sun, 04 Feb 2018 14:49:15 -0500, Ken Hornstein said: > >nmh builds mostly OK under it, and passes 'make check'. However, > >there's a whole mess of new warnings, which all root-cause to the > >fact that gcc8 apparently does sanity checking on whether the code > >has bounds-checked the length pa