This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/64972] [5 Regression] Build failure in libgomp for i686-w64-mingw32 target after latest merge from gomp-4_0-branch


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64972

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
And the suggested fix is just to cast to unsigned long and use %ld or %lx
instead of %zd and %zx.  I can't test it on these targets, so it is better if
somebody with M$ access writes and tests the patch.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]