Skip to content

Releases: llvm-fortran/fort

Release 8.0

22 Mar 02:37
Compare
Choose a tag to compare
  • Switched to fort-N versioning scheme for the compiler executable (instead of major.minor)
  • Removed Nios target

Release 7.0

14 Jan 05:51
Compare
Choose a tag to compare
  • Support for F95 initializer syntax
  • F95 parameter declarations to require initializers
  • Support for constant expressions in initializers

Release 6.0.1`

04 Jan 03:35
Compare
Choose a tag to compare

Bugfix release

Release 5.0.1

04 Jan 03:34
Compare
Choose a tag to compare

Bugfix release

Release 6.0

22 Mar 05:33
Compare
Choose a tag to compare
Use fort bin dir insead of obj root

Release 5.0

22 Dec 01:53
Compare
Choose a tag to compare
Disable unbracketed logic literals

Fortran spec does not allow that, there is even a test that checked
this, but was disabled.

Revert the change that introduced support for unbracketed logic literals
and re-enable the test.