When using Flang, how can I specify to use F77 or F2008?
I am expecting something like this (similar to clang) but it doesn't seem to be the right syntax or parameters. If I throw anything in -std=xxx it works.
flang -std=f77 helloworld.f -o helloworld