]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use PRId64 if available
authorTobias Burnus <tobias@codesourcery.com>
Wed, 18 Sep 2019 08:27:39 +0000 (10:27 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 3 Mar 2020 11:51:25 +0000 (12:51 +0100)
commite04901322aaf707053635ff4c2103c6b1a5d5afd
treecf969a9d6b98665171f24ad790256f39f389c4e2
parent7ac0298e815b3056dbbb0571a420bc5f9d2832a5
Use PRId64 if available

libgomp/
2019-09-18  Tobias Burnus  <tobias@codesourcery.com>

        * linux/gomp_print.c (gomp_print_integer): Use PRId64 if available,
        otherwise cast for %ld.

(cherry picked from openacc-gcc-9-branch commit
8a8ebae1a419e1d3642d22874195acf6d5bae7d8)
libgomp/ChangeLog.omp
libgomp/config/linux/gomp_print.c