gcc-9-20180805 is now available

2018-08-05 Thread gccadmin
Snapshot gcc-9-20180805 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/9-20180805/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Re: Building libssp on a system without gets()

2018-08-05 Thread Florian Weimer
* Gerald Pfeifer: > some folks in FreeBSD-land have worked to remove all uses of gets() > and in fact the gets() function itself. > > Generally GCC builds just fine in such an environment, except for > libssp where libssp/gets-chk.c has the following: > >char * >__gets_chk (char *s, size_

Building libssp on a system without gets()

2018-08-05 Thread Gerald Pfeifer
Hi Jakub, some folks in FreeBSD-land have worked to remove all uses of gets() and in fact the gets() function itself. Generally GCC builds just fine in such an environment, except for libssp where libssp/gets-chk.c has the following: char * __gets_chk (char *s, size_t slen) { char