[Issue 2067] call from anonymous class makes access violation.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon May 5 16:12:23 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2067





------- Comment #3 from benoit at tionex.de  2008-05-05 18:12 -------
I can reproduce it with DMD 1.029 on windows+linux. I cannot say about GDC.
This is a regression, so i don't think it is related to GDC.

Test on Windows with DMD:
F:\dwt-samples>g:\dmd-1.029\dmd\bin\dmd test.d

F:\dwt-samples>test
Error: Access Violation

F:\dwt-samples>g:\dmd-1.028\dmd\bin\dmd test.d

F:\dwt-samples>test
ok


Test on linux ubuntu 8.04 with dmd:
frank at lingurke:~/dwt/dwt-samples$ ~/dmd-1.029/dmd/bin/dmd test.d
frank at lingurke:~/dwt/dwt-samples$ ./test
Segmentation fault
frank at lingurke:~/dwt/dwt-samples$ ~/dmd-1.028/dmd/bin/dmd test.d
frank at lingurke:~/dwt/dwt-samples$ ./test
ok


-- 



More information about the Digitalmars-d-bugs mailing list