[Bug c/81980] Spurious -Wmissing-format-attribute warning in 32-bit mode

2019-01-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81980 --- Comment #4 from David Malcolm --- With -m32 on ix86 we hit: 9282static tree 9283ix86_build_builtin_va_list (void) 9284{ 9285 if (TARGET_64BIT) 9318 else 9319{ 9320 /* For i386 we use plain pointer

[Bug c/81980] Spurious -Wmissing-format-attribute warning in 32-bit mode

2019-01-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81980 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug c/81980] Spurious -Wmissing-format-attribute warning in 32-bit mode

2017-09-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81980 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/81980] Spurious -Wmissing-format-attribute warning in 32-bit mode

2017-08-25 Thread sgunderson at bigfoot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81980 --- Comment #1 from sgunderson at bigfoot dot com --- Forgot to say: Also present in trunk r251306 and all the way back to at least 4.8.