Re: [PATCH] Handle NAMELIST_DECLs in tree-nested (PR fortran/59440)

2014-01-17 Thread Richard Biener
On Fri, 17 Jan 2014, Jakub Jelinek wrote: > Hi! > > The following testcases ICE, because when tree-nested.c replaces > various decls in the functions with local or nonlocal alternative decls > and makes the old ones DECL_IGNORED_P, decls inside of NAMELIST_DECL > NAMELIST_DECL_ASSOCIATED_DECL are

[PATCH] Handle NAMELIST_DECLs in tree-nested (PR fortran/59440)

2014-01-17 Thread Jakub Jelinek
Hi! The following testcases ICE, because when tree-nested.c replaces various decls in the functions with local or nonlocal alternative decls and makes the old ones DECL_IGNORED_P, decls inside of NAMELIST_DECL NAMELIST_DECL_ASSOCIATED_DECL aren't replaced and thus debug info can't be generated for