On Fri, 25 Jul 2003, [teknohog+mdkbugz] wrote: > Mesa has compiled fine with previous versions of GCC, at least up to the > 3.3-mdk versions.
Thanks. This regression is visible on 3.3-branch and 3.4. Reduced as
follows:
static void f()
{
unsigned ui[2];
int i;
i = (float)ui[0];
}
and compiling with -O -march=pentium3 -mfpmath=sse.
