Re: [PATCH v2 5/7] Test float32-basic.c fails with -mabi=64 -EB

2025-07-23 Thread Aleksandar Rakic
...@gmail.com; ja...@redhat.com; dragan.mladjenovic; Faraz Shahbazker; Aleksandar Rakic Subject: [PATCH v2 5/7] Test float32-basic.c fails with -mabi=64 -EB From: "dragan.mladjenovic" Unlike float, the _Float32 value is passed w/o promotion when used as varargs parameter. On N32/64,

[PATCH v2 5/7] Test float32-basic.c fails with -mabi=64 -EB

2025-03-17 Thread Aleksandar Rakic
From: "dragan.mladjenovic" Unlike float, the _Float32 value is passed w/o promotion when used as varargs parameter. On N32/64, the callee side expects it to be at offset 0 inside of 8-byte slot, which matches float behavior when passed on stack as named argument. Because of this, we need to make