------- Comment #6 from howarth at nitro dot med dot uc dot edu 2006-08-24 22:12 ------- Strangely, while the testcase first presented here...
int printf(const char *, ...); typedef int TItype __attribute__((mode(TI))); TItype x = -1; int main(void) { printf("%f %f\n", (float)x, (double)x); return 0; } works fine on Darwin with the proposed TImode support, the actual fp-int-convert-timode.c testcase aborts. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25028