Hello
do you hear about some compiler issues in stability of generated code under Windows 10 ?
I attach a quick project where content of "winbroken.rel" file changes between 2 consecutive compilations under Windows 10
When I run under Windows 7 Pro, no change
Thanks in advance for your feedback
PS: I work with AxCode::Blocks IDE v1.16 from AXSEM, installing SDCC v3.5.0
Regards
Pascal DARAGON
Could you check with SDCC 3.6.0 or a nightly snapshot?
Philipp
Philipp
already done with v3.6.0 and final behavior is strictly the same
Pascal
I tried with the newest sdcc snapshot build on Win10/amd64. It seemed something undeterministic happened during the mcs51 backend, especially the variable spillage from reg to stack.
The attachment is my result.
It seems the underministism does not happen with cygwin/win10.
Does this still happen in current sdcc snapshots?