Re: [PATCH] Fix PR88611

2019-01-08 Thread Janne Blomqvist
On Tue, Jan 8, 2019 at 10:18 AM Richard Biener wrote: > > This is about the Fortran FE creating global variable initializers > with wrong type (integer type rather than pointer type) for > ISOCBINDING_NULL_* initializers. The patch simplifies the logic > in gfc_conv_initializer to directly creat

[PATCH] Fix PR88611

2019-01-08 Thread Richard Biener
This is about the Fortran FE creating global variable initializers with wrong type (integer type rather than pointer type) for ISOCBINDING_NULL_* initializers. The patch simplifies the logic in gfc_conv_initializer to directly create the expected GENERIC rather than trying to use the scalarizer.