A NOTE has been added to this issue. 
====================================================================== 
http://austingroupbugs.net/view.php?id=1197 
====================================================================== 
Reported By:                shware_systems
Assigned To:                
====================================================================== 
Project:                    1003.1(2016)/Issue7+TC2
Issue ID:                   1197
Category:                   System Interfaces
Type:                       Omission
Severity:                   Objection
Priority:                   normal
Status:                     New
Name:                       Mark Ziegast 
Organization:               SHware Systems Dev. 
User Reference:              
Section:                    abs, imaxabs, labs, llabs 
Page Number:                p567 ff 
Line Number:                L19829 ff 
Interp Status:              --- 
Final Accepted Text:         
====================================================================== 
Date Submitted:             2018-07-30 19:19 UTC
Last Modified:              2018-08-03 18:27 UTC
====================================================================== 
Summary:                    Omission from 1108: LONG_MIN must be <= -2147483648
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
child of            0001108 LONG_MIN must be &lt;= -2147483648
====================================================================== 

---------------------------------------------------------------------- 
 (0004069) Vincent Lefevre (reporter) - 2018-08-03 18:27
 http://austingroupbugs.net/view.php?id=1197#c4069 
---------------------------------------------------------------------- 
<math.h> is for floating point, while abs(), labs() and llabs() are
functions on integers, from <stdlib.h>. These functions not much different
from +, -, *, / on integers, which do not signal a range error, for
performance reasons. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2018-07-30 19:19 shware_systems New Issue                                    
2018-07-30 19:19 shware_systems Name                      => Mark Ziegast    
2018-07-30 19:19 shware_systems Organization              => SHware Systems Dev.
2018-07-30 19:19 shware_systems Section                   => abs, imaxabs, labs,
llabs
2018-07-30 19:19 shware_systems Page Number               => p567 ff         
2018-07-30 19:19 shware_systems Line Number               => L19829 ff       
2018-07-30 19:31 shware_systems Note Added: 0004065                          
2018-07-30 19:31 shware_systems Note Edited: 0004065                         
2018-07-30 20:29 eblake         Relationship added       child of 0001108    
2018-07-30 20:29 eblake         Note Added: 0004066                          
2018-07-31 01:41 shware_systems Note Added: 0004067                          
2018-07-31 01:43 shware_systems Note Edited: 0004067                         
2018-08-03 18:27 Vincent LefevreNote Added: 0004069                          
======================================================================


Reply via email to