Version 0.0.17 available
Development Version 0.0.17 of the Eigen Compiler Suite is available for evaluation. It fixes various issues and includes the following improvements.
General:
- Added support for detecting omitted macro operands in inline assembly code
- Unified size information of type declarations in debugging information files
The last change introduces redundant size information for type declarations referencing missing alias type or data structure entries [1].
Oberon:
- Fixed unexported Windows declarations
- Improved signatures of Winsock wrapper functions
- Fixed range check in case statements
- Improved control-flow analysis for recursive procedures
[1] https://ecs.openbrace.org/manual/manualse108.html#x136-70900022.3.5
Comments