Re: [PATCH v2 02/13] Relax ADDR_SPACE_GENERIC_P checks for default address space hooks

2015-10-21 Thread Richard Henderson
On 10/21/2015 03:59 AM, Jeff Law wrote: On 10/20/2015 03:27 PM, Richard Henderson wrote: If all address spaces use the same modes and forms, we would be forced to replicate these hooks in the backend. Which would then require the creation of a new hook to replace target_default_pointer_address_

Re: [PATCH v2 02/13] Relax ADDR_SPACE_GENERIC_P checks for default address space hooks

2015-10-21 Thread Jeff Law
On 10/20/2015 03:27 PM, Richard Henderson wrote: If all address spaces use the same modes and forms, we would be forced to replicate these hooks in the backend. Which would then require the creation of a new hook to replace target_default_pointer_address_modes_p. --- gcc/targhooks.c | 39 +

[PATCH v2 02/13] Relax ADDR_SPACE_GENERIC_P checks for default address space hooks

2015-10-20 Thread Richard Henderson
If all address spaces use the same modes and forms, we would be forced to replicate these hooks in the backend. Which would then require the creation of a new hook to replace target_default_pointer_address_modes_p. --- gcc/targhooks.c | 39 --- 1 file changed,