[Issue 1516] Code generation bug with recursive call
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 19 08:08:05 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1516
shro8822 at vandals.uidaho.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
------- Comment #5 from shro8822 at vandals.uidaho.edu 2007-09-19 10:08 -------
Also this is a bug despite that because "-O" changes the behavior of the code.
OTOH if what you are pointing to IS the issue, then there is another bug in
that the first scope(failure) is ignored. In fact with a bit of checking, by
dropping the nulls from the recursion, it seems that is the case. Alternately,
it might still be a code gen issue, just fixed by another minor tweak. I'd have
to look at the asm later.
So, however you look at it, there is still a bug, just possibly not the but I
originally saw.
I'm reopening because it /might/ be a code gen bug. If someone can confirm it
is not, Go ahead an close it again and I'll post another bug with regards to
the "scope(failure) issue".
--
More information about the Digitalmars-d-bugs
mailing list