This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING] Fix PR46399 - missing mode promotion for libcall args


"Andreas Krebbel" <krebbel@linux.vnet.ibm.com> writes:

> This fixes a wrong code generation bug for sw DFP:
>
> http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00141.html

Why do we need a new target hook just for libcalls?  Why not just use
the existing TARGET_PROMOTE_FUNCTION_MODE hook?  We could say that for a
libcall functype is passed as NULL.  Only the SH cares about the
function type at all, and it is already prepared to handle NULL.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]