Re Fixme in driver-i386.c

2006-12-22 Thread Kai Tietz
Uros Bizjak <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 22.12.2006 12:24 To GCC cc Subject Fixme in driver-i386.c Hello! There is a fixme in config/i386/driver-i386.c: --cut here-- if (arch) { /* FIXME: i386 is wrong for 64bit compiler. How can we tell if

Fixme in driver-i386.c

2006-12-22 Thread Uros Bizjak
Hello! There is a fixme in config/i386/driver-i386.c: --cut here-- if (arch) { /* FIXME: i386 is wrong for 64bit compiler. How can we tell if we are generating 64bit or 32bit code? */ cpu = "i386"; } else --cut here-- Couldn't simple "sizeof(long)" do the trick here,