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: [PATCH] A couple of fixes for IA-64


On Sat, Nov 05, 2005 at 09:00:27PM +0100, Eric Botcazou wrote:
> The proposed fix is to mimic what the PA has, i.e. extv/extzv expanders with 
> sanity checks.

I think this should be handled generically, not in each backend.


> 	* config/ia64/ia64.c (ia64_pass_by_reference): Use int_size_in_bytes
> 	to test for variable-sized types.

Since variable sized is checked by pass_by_reference, we can
simply remove the hook from the ia64 backend.


r~


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