Re: [PATCH v2 01/13] Change default of non-overlapping address space conversion

2015-10-21 Thread Jeff Law
On 10/20/2015 03:27 PM, Richard Henderson wrote: The current default of making all undefined coversions being set to null is not useful. It has caused all users to lie and say that spaces are subsets when they are not, just so that they can override the conversion. Usual comment about needing a

[PATCH v2 01/13] Change default of non-overlapping address space conversion

2015-10-20 Thread Richard Henderson
The current default of making all undefined coversions being set to null is not useful. It has caused all users to lie and say that spaces are subsets when they are not, just so that they can override the conversion. --- gcc/expr.c | 30 ++ 1 file changed, 18 insertion