------- Comment #7 from hjl dot tools at gmail dot com 2008-12-24 17:55 ------- I verified that there is
auto-host.h:#define ENABLE_FIXED_POINT 0 But I still got ICE: bash-3.2$ cat /tmp/f.c extern void foo(Fract); int main() { foo(0r); } bash-3.2$ ./xgcc -B./ -S /tmp/f.c /tmp/f.c:1: warning: parameter names (without types) in function declaration /tmp/f.c: In function main: /tmp/f.c:5: internal compiler error: in classify_argument, at config/i386/i386.c:5132 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. bash-3.2$ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38617