This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.3.4 is casting my QImode vars to SImode for libcall
On Mon, Jun 14, 2010 at 8:56 PM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
>
> Every hardcoded reference to a mode other than QImode in the
> target-independent compiler is suspicious and needs investigating if you
> are doing such a port. ÂIn this case, the SImode references in
> expand_float are likely the problem.
>
Thanks for the tip Joseph, I will look into it.
--
PMatos