- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2022
11:30 AM
Fortran Flang compile using F77 and F2008
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
0 Replies
