[Bug c/30013] Multiple flaws in decimal floating-point arithmetic conversions fixed

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 29 02:13:00 GMT 2006



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-11-29 02:13 -------
422c424
< typedef float DFtype __attribute__ ((mode (DF)));
---
> typedef double DFtype __attribute__ ((mode (DF)));
424c426
< typedef float XFtype __attribute__ ((mode (XF)));
---
> typedef long double XFtype __attribute__ ((mode (XF)));



This part really should not matter as mode tells the compiler what the real
type is.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30013



More information about the Gcc-bugs mailing list