[Issue 23450] Unexpected constructor behaviour in DMD in rare cases
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 2 10:39:31 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23450
Steven Schveighoffer <schveiguy at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
CC| |schveiguy at gmail.com
--- Comment #1 from Steven Schveighoffer <schveiguy at gmail.com> ---
If you add a name for the second parameter in the function, you can see that
the second parameter is null, and the first parameter is assigned `tt`.
Even -vcg-ast thinks that it's passing them in the right order. I think this is
a codegen bug.
--
More information about the Digitalmars-d-bugs
mailing list