Re: [PATCH] Handle clobber stmts in convert_nonlocal_reference_stmt (PR fortran/88304)

2018-12-06 Thread Richard Biener
On Thu, 6 Dec 2018, Jakub Jelinek wrote: > Hi! > > The following patch handles clobber stmts the same how we handle them in > convert_local_reference_stmt, if it is the clobber with decl on the lhs and > that lhs needs to be replaced by a field inside of a structure, the clobber > is replaced by

[PATCH] Handle clobber stmts in convert_nonlocal_reference_stmt (PR fortran/88304)

2018-12-05 Thread Jakub Jelinek
Hi! The following patch handles clobber stmts the same how we handle them in convert_local_reference_stmt, if it is the clobber with decl on the lhs and that lhs needs to be replaced by a field inside of a structure, the clobber is replaced by GIMPLE_NOP. Bootstrapped/regtested on x86_64-linux an