- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed Xcode 8.3.3 and Intel Parallel Studio XE Composer Edition for Fortran macOS 2018. Then, I created an Xcode project - selected the Intel Compiler - added a new Fortran source file. Then, after I built with Xcode, the warning appeared like: "/ifort-18_0: command line: warning #10006: ignoring unknown option '-no-standard-semantics' ." Anyone can help me solve this problem? Thanks very much!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this:
Note -stand is only a diagnostic option, it doesn't affect code compilation and program behavior, whereas -standard-semantics can.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you omit -standard-semantics, it implies the option is OFF.
You might want to look at the documentation regarding:
-nostand
-stand [keyword] (keyword = none, f90, f95, f03, f08, f15)
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this:
Note -stand is only a diagnostic option, it doesn't affect code compilation and program behavior, whereas -standard-semantics can.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot for your kind help, and problem has been solved according to the link you provided.
FortranFan wrote:
See this:
https://software.intel.com/en-us/fortran-compiler-18.0-developer-guide-a...
Note -stand is only a diagnostic option, it doesn't affect code compilation and program behavior, whereas -standard-semantics can.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page