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
* 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_
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