Buggy DStress test cases

Don Clugston dac at nospam.com.au
Mon Sep 4 04:56:00 PDT 2006


mangleof_14_b, _14_c and _14_d are expected to fail to compile
They are assigning a char [] to an int.
(in early releases they caused segfaults).

The other mangleof_14 cases fail because

x.mangleof[2]

does not work. You can however write

(x.mangleof)[2]




More information about the Digitalmars-d-bugs mailing list