mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 00:32:24 +00:00
SYSTEM.ADDRESS signed (again), DIV, MOD full integer support, ASH and checks support 64 bit ints.
Change (back) to address type being signed. DIV and MOD fully defined for the full range of integer on both parameters. _X, _XF, _R and _RF checks upgraded for 64 bit support. ASH upgraded for 64 bit. Add div and mod tests to language confidence test. Enable debuggable C compiler options.
This commit is contained in:
parent
ebfc60f49d
commit
83aaa70290
8 changed files with 146 additions and 64 deletions
3
makefile
3
makefile
|
|
@ -226,6 +226,9 @@ uninstall: configuration
|
|||
confidence: configuration
|
||||
@make -f src/tools/make/vishap.make -s confidence
|
||||
|
||||
planned-binary-change:
|
||||
@date >src/test/confidence/planned-binary-change
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue