Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created July 16, 2015 10:12
Show Gist options
  • Save kaworu/dc9763ab92d9e198c4d7 to your computer and use it in GitHub Desktop.
Save kaworu/dc9763ab92d9e198c4d7 to your computer and use it in GitHub Desktop.
% gfortran -c hello.f90
hello.f90:3.12:
complex(4), volatile :: z4
1
Error: Syntax error in data declaration at (1)
hello.f90:4.12:
complex(4), volatile :: shazam
1
Error: Syntax error in data declaration at (1)
hello.f90:7.8:
shazam = acosh(z4)
1
Error: Symbol 'shazam' at (1) has no IMPLICIT type
hello.f90:6.4:
z4 = cmplx(-1.1_4, -1.1_4, kind=4)
1
Error: Symbol 'z4' at (1) has no IMPLICIT type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment