[Bug c/89716] Bogus warning -Wformat= in printf with __uint64_t argument

2019-03-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89716 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/89716] Bogus warning -Wformat= in printf with __uint64_t argument

2019-03-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89716 --- Comment #3 from Andreas Schwab --- Why do you think that long unsigned int should be 32 bit?

[Bug c/89716] Bogus warning -Wformat= in printf with __uint64_t argument

2019-03-14 Thread optivec at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89716 --- Comment #2 from Martin Sander --- (In reply to Andreas Schwab from comment #1) > Why do you think that __uint64_t is not long unsigned int? Because it is supposed to be long long unsigned int - with two times "long" - while long unsigned int

[Bug c/89716] Bogus warning -Wformat= in printf with __uint64_t argument

2019-03-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89716 --- Comment #1 from Andreas Schwab --- Why do you think that __uint64_t is not long unsigned int?