Re: [PATCH] Fix spread simplification in initializers (PR fortran/91944)

2019-11-27 Thread Tobias Burnus
On 11/27/19 12:58 AM, Jakub Jelinek wrote: The following testcase started ICEing with my r241630 PR78026 fix. Before we created a new namespace and the check gfc_simplify_spread did happened to work during that, but it doesn't anymore. I believe gfc_init_expr_flag is the right flag to use when ch

[PATCH] Fix spread simplification in initializers (PR fortran/91944)

2019-11-26 Thread Jakub Jelinek
Hi! The following testcase started ICEing with my r241630 PR78026 fix. Before we created a new namespace and the check gfc_simplify_spread did happened to work during that, but it doesn't anymore. I believe gfc_init_expr_flag is the right flag to use when checking if something has to be folded at