real_26_F to real_26_K have typos of the form:
const double d = real.max;
const real r = f; // should be: const real r = d;
BTW... Walter said that the behaviour being tested here intentional (not a bug), and it's now closed in Bugzilla. Is there a way of indicating that in DStress?
Comment #1 by thomas-dloop — 2006-08-14T10:10:14Z
(In reply to comment #0)
> real_26_F to real_26_K have typos of the form:
Thanks, fixed
> BTW... Walter said that the behaviour being tested here intentional (not a
> bug), and it's now closed in Bugzilla.
URL?
> Is there a way of indicating that in DStress?
Indicating what?