vscode-fortran-support icon indicating copy to clipboard operation
vscode-fortran-support copied to clipboard

bug: incorrect interfacing with Intel compilers on Windows

Open gnikit opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description

Options for Intel compilers on Windows do not use the same types of flags or syntax as in UNIX which leads to problems. See for example the module output directory flag module on Windows it should be /module:

https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2023-1/module-001.html


This is a problem since the existing linter API interfaces expect that the compiler flags to be constant and os independent

Screenshots

No response

Expected Behaviour

Version of Modern Fortran

v3.4.2023053001

Version of Visual Studio Code

v1.80.0-insiders

Platform and Architecture

Windows

Additional Information

No response

gnikit avatar Jun 16 '23 07:06 gnikit