On Wed, Jan 20, 2021 at 08:28:57PM -0500, Michael Meissner wrote: > On Wed, Jan 20, 2021 at 06:46:14PM -0600, Segher Boessenkool wrote: > > Is there a reason we do not have that testcase in the testsuite, btw? > > In order to test it you need to build a compiler + toolchain where the default > long double is 64-bits. So it is kind of hard to put in a test for it, since > it was a bug in how libgcc was built with a compiler that defaults to 64-bit > long double.
Ah, libgcc, that's what I was missing. Thanks! (Btw, in that testcase, it should use %zd for printing sizeof, not %ld. Well maybe that is the same for all configs this test is run on, but heh.) Segher