https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101692
Eugene Zhiganov changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101692
--- Comment #8 from Eugene Zhiganov ---
Created attachment 51250
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51250&action=edit
eventDriivenStateMachines in D, working version
attached the file, maybe someone will be interested
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101692
--- Comment #7 from Eugene Zhiganov ---
(In reply to Eugene Zhiganov from comment #5)
> This rxMachines array is just for the purpose of holding references,
> since references in linked list are not counted at all by GC.
Maybe I am not right he
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101692
--- Comment #6 from Eugene Zhiganov ---
... and there is another "interesting" observation...
In one one of the programs there is a StageMachine instance,
that catches SIGTERM and SIGINT and there is
'honest' reference to that instance in main(