On Sun Aug 31, 2025 at 9:29 AM CDT, Trevor Gross wrote: > Introduce a test that exercises various ABI aspects of C23 float types. > This is based on existing tests such as `float16-basic.c`. > > 2025-08-31 Trevor Gross <[email protected]> > > gcc/testsuite/ > > * gcc.dg/torture/float128-abi.c: New test. > * gcc.dg/torture/float128x-abi.c: New test. > * gcc.dg/torture/float16-abi.c: New test. > * gcc.dg/torture/float32-abi.c: New test. > * gcc.dg/torture/float32x-abi.c: New test. > * gcc.dg/torture/float64-abi.c: New test. > * gcc.dg/torture/float64x-abi.c: New test. > * gcc.dg/torture/floatn-abi.h: New test. > > Signed-off-by: Trevor Gross <[email protected]>
As-written this requires C23 no-first-arg varargs, which doesn't seem to be supported by all backends yet. I'll send a v2 that removes this requirement.
