Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'P' edit descriptor error #32

Open
uNouss opened this issue Apr 17, 2024 · 1 comment
Open

'P' edit descriptor error #32

uNouss opened this issue Apr 17, 2024 · 1 comment
Assignees

Comments

@uNouss
Copy link
Collaborator

uNouss commented Apr 17, 2024

Syntax does not recognise the use of the P edit descriptor in the FORMAT statement or directly in I/O statements

C THIS HELP IDENTIFY BUG RELATED OF 'P' EDIT DESCRIPTOR USED IN FORMAT
      PROGRAM file1
      WRITE(*, 3000) X
3000  FORMAT (1PD12.5,1X)
      END
@lsafina
Copy link
Collaborator

lsafina commented Apr 18, 2024

due to infamous Assertion failed: (T != NULL) hiding inside one of the rules of FORMAT statement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants