[PATCH] Avoid unnecessary DECL_UID -g/-g0 differences in Fortran FE (PR fortran/63331)

2014-09-23 Thread Jakub Jelinek
Hi! This patch changes get_array_descr_info langhook in Fortran FE not to create VAR_DECLs, because the langhook is only called with -g and not with -g0 and thus DECL_UIDs go out of sync too early. For VTA, we allow DECL_UID changes, but lhd_set_assembler_name sometimes emits DECL_UID into symbol

Re: [PATCH] Avoid unnecessary DECL_UID -g/-g0 differences in Fortran FE (PR fortran/63331)

2014-09-23 Thread Jakub Jelinek
On Tue, Sep 23, 2014 at 05:20:34PM +0200, Tobias Burnus wrote: On 23.09.2014 16:27, Jakub Jelinek wrote: This patch changes get_array_descr_info langhook in Fortran FE not to create VAR_DECLs, because the langhook is only called with -g and not with -g0 and thus DECL_UIDs go out of sync too