projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a0332
)
libfortran/65921: Add forgotten PR number to ChangeLog
author
Janne Blomqvist
<jb@gcc.gnu.org>
Thu, 20 Jun 2019 20:26:39 +0000
(23:26 +0300)
committer
Janne Blomqvist
<jb@gcc.gnu.org>
Thu, 20 Jun 2019 20:26:39 +0000
(23:26 +0300)
2019-06-14 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/65921
* runtime/memory.c (SIZE_MAX):Remove macro definition.
(xmallocarray): Use __builtin_mul_overflow.
From-SVN: r272520
libgfortran/ChangeLog
patch
|
blob
|
history
diff --git
a/libgfortran/ChangeLog
b/libgfortran/ChangeLog
index 013a03eff119b42d4a8723ac4e5a612ce1b96c4e..1d1f4c496b1c2270d71820c0c92bfb073eb4b619 100644
(file)
--- a/
libgfortran/ChangeLog
+++ b/
libgfortran/ChangeLog
@@
-1,5
+1,6
@@
2019-06-14 Janne Blomqvist <jb@gcc.gnu.org>
+ PR fortran/65921
* runtime/memory.c (SIZE_MAX):Remove macro definition.
(xmallocarray): Use __builtin_mul_overflow.