Re: [PATCH] Bail out in gfc_dep_compare_expr for a NULL argument.

2019-12-10 Thread Tobias Burnus
Hi Martin, On 12/10/19 2:04 PM, Martin Liška wrote: The patch is about early bail out in gfc_dep_compare_expr function when one of the arguments (and not both at the same time) is null. I'm not sure, it's a proper fix however. I think it is the best one can do. Technically, one could replace t

[PATCH] Bail out in gfc_dep_compare_expr for a NULL argument.

2019-12-10 Thread Martin Liška
Hi. The patch is about early bail out in gfc_dep_compare_expr function when one of the arguments (and not both at the same time) is null. I'm not sure, it's a proper fix however. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/fo