On Wed, Dec 18, 2024 at 01:11:14PM +0100, Harald Anlauf wrote: > > I haven't looked close enough, but you may have to add support > for 'asis' being an optional dummy variable. The following > example crashes here with a segfault: >
(program snipped for brevity) > > There are other intrinsics with optional arguments that are inlined > and where we need to check the case of optional dummies. > Look for uses of gfc_conv_expr_present(). Well, that's a bummer. Someone smarter than I will need to deal with the special case you found. -- Steve