Bugzilla – Bug 679467
.cctors run in incorrect order
Last modified: 2011-03-14 22:14:00 UTC
Created attachment 419194 [details] Repro User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) In the attached program the class constructors run in incorrect order. Note that this can be worked around by using --optimize=shared. Reproducible: Always Steps to Reproduce: 1. mcs test.cs 2. mono test.exe Actual Results: B A Expected Results: A B
Fixed in HEAD/2.10/2.6 branches.
Fixed.