issue-#199 compiler trap with SYSTEM.ADR(BasicType)

Post Reply
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

issue-#199 compiler trap with SYSTEM.ADR(BasicType)

Post by Josef Templ »

I have created issue 199 for a compiler bug reported by luowy in viewtopic.php?f=40&t=755.
For the issue see https://redmine.blackboxframework.org/issues/199.

luowy also has proposed a bug fix which looks very reasonable.
I have to check the details, though.

- Josef
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: issue-#199 compiler trap with SYSTEM.ADR(BasicType)

Post by Josef Templ »

here is a bug fix for the reported compiler trap.
It deviates slightly from luowy's version but I think it is simpler and provides a complete check of the rule,
i.e. for all kinds of basic types except pointers.

For the changes see
https://redmine.blackboxframework.org/p ... 3dce951a8d

- Josef
luowy
Posts: 234
Joined: Mon Oct 20, 2014 12:52 pm

Re: issue-#199 compiler trap with SYSTEM.ADR(BasicType)

Post by luowy »

elegant!
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: issue-#199 compiler trap with SYSTEM.ADR(BasicType)

Post by Josef Templ »

Thanks, luowy.
From my point of view this issue would be ready for voting.

- Josef
Post Reply