[dmd-internals] bug 190 fix causes regression bug 4753
Don Clugston
dclugston at googlemail.com
Mon Aug 30 02:17:31 PDT 2010
The other known regression in the current development version is bug
4752. It can fixed by adding to parse.c, line 6292:
precedence[TOKdotti] = PREC_primary;
precedence[TOKdot] = PREC_primary;
+ precedence[TOKdottd] = PREC_primary;
Regression bug 4738 seems to be essentially the same problem, but I
can't reproduce it with the current revision.
On 30 August 2010 09:49, Brad Roberts <braddr at puremagic.com> wrote:
> I just reopened 190 and updated 4753 with more details. The fix for the
> former (one from the current development cycle, ie not yet released)
> caused the regression filed in the latter.
More information about the dmd-internals
mailing list