Skip to content

Issue with double asterisks write  #308

Open
@hlim1

Description

@hlim1

There is an issue when both of the formats are asterisks (*). For example,

write (*,*) __output_value__

      program odd_number
      implicit none
      integer :: N, k
      N = 19
      WRITE(*,*) 'Odd number between 0 and ', N
      end program odd_number

The output should be the standard output of the target output value.
However, currently, the crash occurs at the level of translate.py.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions