This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sizeof(long double) increased from 12 to 16
- From: Jan Hubicka <jh at suse dot cz>
- To: Michael Elizabeth Chastain <mec at shout dot net>
- Cc: aj at suse dot de, gcc at gcc dot gnu dot org, jh at suse dot cz
- Date: Mon, 3 Nov 2003 16:56:28 +0100
- Subject: Re: sizeof(long double) increased from 12 to 16
- References: <200311031452.hA3EqPBR008485@duracef.shout.net>
> Ah, Jan checked in a fix to i386.c, and sizeof(long double)
> is back to 12 again, compatible with gcc 3.3. So I am happy.
>
> In case you are curious, I found this because it triggered
> a FAIL in the gdb test suite.
Thank you for pointing this out :)
Sorry for the breakage - it went in because I wanted to run testsuite
with both combinations to ensure that -m128bit-long-double finally does
something right. Good thing is that it finally works, thanks Zack :)
Honza
>
> Michael C