fortran-lang / webpage

New Fortran webpage

Home Page:https://fortran-lang.org/en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link to compiler explorer

awvwgk opened this issue · comments

We could link in the compiler section for each Fortran compiler available on compiler explorer (https://godbolt.org/) to the respective view to allow people to quickly give the compiler a try without having to install it first.

Currently available on compiler explorer are

  • GCC GFortran (x86_64, aarch64, arm, mips, mipsel, mips64, mips64el, power, power64, power64le, s390x)
  • LLVM flang (x86_64)
  • Intel ifort / ifx (x86_64)

We should also get LFortran into godbolt (lfortran/lfortran#623).

There is an open issue at GodBolt to support fpm: compiler-explorer/compiler-explorer#3919