[patch, committed] Use PRId64 in libgomp/config/linux

Tobias Burnus tobias@codesourcery.com
Wed Sep 18 08:33:00 GMT 2019


Use PRId64 if available, otherwise use a cast. For some reasons, it 
failed during bootstrap with a -Werror even though %ld should be okay 
with int64_t on x86_64-gnu-linux. Nonetheless, using PRId64 is better.

Committed after testing on x86_64-gnu-linux.

Tobias

-------------- next part --------------
A non-text attachment was scrubbed...
Name: og9.diff
Type: text/x-patch
Size: 1582 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20190918/ea651fc3/attachment.bin>


More information about the Gcc-patches mailing list