This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 1081 - Multiple files: Implicit conversion changes signedness: 'int' to 'unsigned int' (Xcode 7.0.1 | OS X 10.10.5)
Summary: Multiple files: Implicit conversion changes signedness: 'int' to 'unsigned in...
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - matrix products (show other bugs)
Version: 3.2
Hardware: x86 - 64-bit Mac OS
: Normal Accuracy Problem
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 11:00 UTC by nikyotis
Modified: 2019-12-04 15:00 UTC (History)
2 users (show)



Attachments

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.

Note You need to log in before you can comment on or make changes to this bug.