Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

Quse-msasm-symbols

Tells the compiler to use a dollar sign ("$") when producing symbol names. This feature is only available for ifort.

Syntax

Linux:

None

Windows:

/Quse-msasm-symbols

Arguments

None

Default

OFF

The compiler uses a period (".") when producing symbol names

Description

This option tells the compiler to use a dollar sign ("$") when producing symbol names.

Use this option if you require symbols in your .asm files to contain characters that are accepted by the MS assembler.

IDE Equivalent

None

Alternate Options

None