[Bug target/51007] Quadmath I/O doesn't work on MinGW
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Nov 7 15:31:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51007
--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-11-07 15:29:52 UTC ---
(In reply to comment #5)
> ChangeLog
>
> * quadmath-imp.h (ieee854_float128): Adjust
> for ms-bitfield layout.
>
> +#ifdef __MINGW32__
> + /* On mingw targets ms-bitfields option is active by default.
> + Therefore enforce gnu-bitfield style. */
> + __attribute__ ((gcc_struct))
> +#endif
The patch looks fine to me - except that I would put an "the" before
"ms-bitfields option".
More information about the Gcc-bugs
mailing list