[Bug target/38617] ICE passing fixed point to function
hjl dot tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Dec 24 17:57:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list