https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89716
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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?
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
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?