[bug 618] marked fixed, but dstress bug_optimize_294 showing some failures still
Brad Roberts
braddr at puremagic.com
Fri Jan 19 00:54:35 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=618
builds and runs for me: C, F, H, K
fails to build for me:
D: bug_optimize_294_D.d(7): Error: incompatible types for
((_D7dstress3run1b18bug_optimize_294_D10__T3FooTaZ3Foo6__initZ) !=
(_D7dstress3run1b18bug_optimize_294_D10__T3FooTgZ3Foo6__initZ)):
'Foo!(char)' and 'Foo!(byte)'
segv's at runtime:
G: Program received signal SIGSEGV, Segmentation fault.
0x0804a09b in _Dmain () at bug_optimize_294_G.d:7
7 if ((Foo!(char)).init == (Foo!(char)).init){
So.. the dstress results for C, F, H, K don't seem to match what you're
seeing, Thomas. I'm running on a 32bit linux box and testing with dmd 1.00.
Looks like D is failing for me, as your test results indicate, as is G.
I'm going re-open the bug due to these two remaining problems for Walter
to look at.
More information about the Digitalmars-d-bugs
mailing list