[Issue 21476] [codegen] 64 bit C ABI not followed when returning struct with 3 floats

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 13 21:04:08 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21476

--- Comment #1 from Mr. Smith <mrsmith33 at yandex.ru> ---
This happened with 2.092.1. On 2.094.2 there is no bug.

Just in case. 2.092.1 didn't handle those correctly too:

struct vec5 { i32 x; i32 y; f32 z; f32 w; }
struct vec6 { f32 x; f32 y; i32 z; i32 w; }

--


More information about the Digitalmars-d-bugs mailing list