https://issues.dlang.org/show_bug.cgi?id=20339
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @SSoulaimane updated dlang/dmd pull request #10519 "Fix issue 20339 - recalculate isPOD at the end of semantic analysis" fixing this issue: - Fix issue 20339 - Defer isPOD and argtypes calculation till the end of semantic analysis In addition to incorrect results being returned, the ABI is affected with regards to argument passing. https://github.com/dlang/dmd/pull/10519 --
