Suppress string diagnostics for pre-release GCC
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index c47bbabc2c5b4cdb14747d3a2e0a23f3ec8a85ac..448c64dcfce0b96a2f34d58f64edefcc039b0abb 100644 (file)
@@ -3953,7 +3953,7 @@ elf_s390_write_core_note (bfd *abfd, char *buf, int *bufsiz,
        strncpy (data + 28, fname, 16);
 #if GCC_VERSION == 8000 || GCC_VERSION == 8001
        DIAGNOSTIC_PUSH;
-       /* GCC 8.1 warns about 80 equals destination size with
+       /* GCC 8.0 and 8.1 warn about 80 equals destination size with
           -Wstringop-truncation:
           https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85643
         */
This page took 0.024924 seconds and 4 git commands to generate.