aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2019-12-30 20:33:17 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2019-12-30 20:33:17 +0000
commit5ee5eddb26e6007aaa2fadd19a55d6bc03cb2baa (patch)
tree2d7f977776afd73b2c335b0627346390b76b0e3c /fixincludes/ChangeLog
parent4559be2358020714ec7521c80589992716d23035 (diff)
downloadgcc-5ee5eddb26e6007aaa2fadd19a55d6bc03cb2baa.zip
gcc-5ee5eddb26e6007aaa2fadd19a55d6bc03cb2baa.tar.gz
gcc-5ee5eddb26e6007aaa2fadd19a55d6bc03cb2baa.tar.bz2
re PR libgomp/93066 (libgomp/target.c:525:46: error: expected expression before ')' token)
PR libgomp/93066 * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX and UINTPTR_MAX, and missing define for SIZE_MAX. * fixincl.x: Regenerate. * tests/base/inttypes.h: Update for above fix. From-SVN: r279773
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r--fixincludes/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 03c2313..c0abf7c 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,11 @@
+2019-12-30 John David Anglin <danglin@gcc.gnu.org>
+
+ PR libgomp/93066
+ * inclhack.def (hpux_c99_inttypes3): Fix defines for INTPTR_MAX
+ and UINTPTR_MAX, and missing define for SIZE_MAX.
+ * fixincl.x: Regenerate.
+ * tests/base/inttypes.h: Update for above fix.
+
2019-08-18 C.G. Dogan <gcc+cgdogan.00@gmail.com>
Iain Sandoe <iain@sandoe.co.uk>