------- 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