From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy at warmcat.com (Andy Green) Date: Wed, 4 Jul 2018 07:47:40 +0800 Subject: [PATCH v2 02/15] gcc8.1: fix strncat warning In-Reply-To: References: <152928998685.10419.7869045561776063625.stgit@mail.warmcat.com> <152929064493.10419.9184953423424025983.stgit@mail.warmcat.com> Message-ID: <25899753-e971-700a-a89c-901d1d19b592@warmcat.com> On 07/04/2018 07:45 AM, Jason A. Donenfeld wrote: > Hi Andy, > > I can't actually reproduce this with gcc 8.1.0. Could you send me the > output of your `gcc -v`? $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 8.1.1 20180502 (Red Hat 8.1.1-1) (GCC) $ rpm -q gcc gcc-8.1.1-1.fc28.x86_64 It's the current package on Fedora 28. -Andy > Thanks, > Jason >