Actions
Bug #8660
closedmpi code checks return value of void function
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2017-09-18
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The return value of s_mp_mul_d_add_offset (declared void) is checked in s_mp_redc. This causes problems with GCC 5.X.
Related issues
Updated by Andrew Stormont about 6 years ago
Updated by Dan McDonald almost 6 years ago
- Related to Bug #8846: mpi: right-hand operand of comma expression has no effect added
Updated by Dan McDonald almost 6 years ago
- Status changed from Closed to In Progress
Updated by Electric Monk over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 9ee48d48fcedfa1c02bcd16d6abbbfd28b9726c1
commit 9ee48d48fcedfa1c02bcd16d6abbbfd28b9726c1 Author: Andrew Stormont <astormont@racktopsystems.com> Date: 2018-05-17T14:17:57.000Z 8660 mpi code checks return value of void function Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Robert Mustacchi <rm@joyent.com>
Actions