https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96606
--- Comment #3 from Andrew Pinski ---
(In reply to RyuaNerin from comment #2)
> Unsigned long int is 64bit integer in x64.
Or rather unsigned long on x86 Linux is 64 bits while on x86 Windows, it is
32bits.
There is no bug with GCC here still.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96606
RyuaNerin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96606
--- Comment #1 from RyuaNerin ---
Created attachment 49059
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49059&action=edit
msvc vs gcc