This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen

Bug 1081

Summary: Multiple files: Implicit conversion changes signedness: 'int' to 'unsigned int' (Xcode 7.0.1 | OS X 10.10.5)
Product: Eigen Reporter: nikyotis
Component: Core - matrix productsAssignee: Nobody <eigen.nobody>
Status: NEW ---    
Severity: Accuracy Problem CC: chtz, gael.guennebaud
Priority: Normal    
Version: 3.2   
Hardware: x86 - 64-bit   
OS: Mac OS   
Whiteboard:

Description nikyotis 2015-10-09 11:00:29 UTC
* more bugs in the attachment. You have to run the source with Static Analysis ON


*/usr/local/include/eigen3/Eigen/src/Core/util/Memory.h

/usr/local/include/eigen3/Eigen/src/Core/util/Memory.h:798:26: 
Implicit conversion changes signedness: 'int' to 'unsigned int'


* /usr/local/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h

/usr/local/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h:132:57: 
Implicit conversion changes signedness: 'unsigned int' to 'int'

/usr/local/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h:137:61: 
Implicit conversion changes signedness: 'unsigned int' to 'int'

/usr/local/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h:370:57: 
Implicit conversion changes signedness: 'unsigned int' to 'int'


* /usr/local/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h

/usr/local/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h:34:57: 
Implicit conversion changes signedness: 'unsigned int' to 'const int'

/usr/local/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h:269:53: 
Implicit conversion changes signedness: 'unsigned int' to 'const int'


* /usr/local/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h

/usr/local/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h:52:55: 
Implicit conversion changes signedness: 'unsigned int' to 'int'

/usr/local/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h:57:66: 
Implicit conversion changes signedness: 'unsigned int' to 'int'

/usr/local/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h:279:55: 
Implicit conversion changes signedness: 'unsigned int' to 'int'


* /usr/local/include/eigen3/Eigen/src/Core/IO.h:61:30: 
Implicit conversion changes signedness: 'int' to 'size_type' (aka 'unsigned long')


* /usr/local/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h:172:69: 
Implicit conversion changes signedness: 'unsigned int' to 'int'

/usr/local/include/eigen3/Eigen/src/LU/arch/Inverse_SSE.h:173:61: 
Implicit conversion changes signedness: 'unsigned int' to 'int'


* /usr/local/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h:23:63: 
Implicit conversion changes signedness: 'unsigned int' to 'int'

/usr/local/include/eigen3/Eigen/src/Geometry/arch/Geometry_SSE.h:64:64: 
Implicit conversion changes signedness: 'unsigned int' to 'int'
Comment 1 Nobody 2019-12-04 15:00:59 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/1081.