[Bug c++/38617] ICE passing fixed point to function
joseph at codesourcery dot com
gcc-bugzilla@gcc.gnu.org
Wed Dec 24 17:30:00 GMT 2008
------- Comment #5 from joseph at codesourcery dot com 2008-12-24 17:28 -------
Subject: Re: ICE passing fixed point to function
On Wed, 24 Dec 2008, pinskia at gcc dot gnu dot org wrote:
> x86_64 does not support fixed point modes at all. Someone needs to come up
> with an ABI for it.
If the user configured with --enable-fixed-point on a target not
supporting it (i.e. anything other than MIPS) then they should expect
ICEs; they should only configure that way when working on adding the
support.
If they didn't configure with that option the compiler should give
sensible errors rather than ICEs.
I don't know which is the case here.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38617
More information about the Gcc-bugs
mailing list