We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1e7b7a + e4c5c54 commit 9579fb8Copy full SHA for 9579fb8
include/clang/Driver/Options.td
@@ -2865,9 +2865,6 @@ defm Mstride0: BooleanMFlag<"stride0">, Group<pgi_fortran_Group>;
2865
defm Mrecursive: BooleanMFlag<"recursive">, Group<pgi_fortran_Group>;
2866
defm Mreentrant: BooleanMFlag<"reentrant">, Group<pgi_fortran_Group>;
2867
defm Mbounds: BooleanMFlag<"bounds">, Group<pgi_fortran_Group>;
2868
-def Mwritable-constants:Flag<["-"], "Mwritable-constants">,
2869
- Group<pgi_fortran_Group>,
2870
- HelpText<"Store constants in the writable data segment">;
2871
def Mdaz_on: Flag<["-"], "Mdaz">, Group<pgi_fortran_Group>,
2872
HelpText<"Treat denormalized numbers as zero">;
2873
def Mdaz_off: Flag<["-"], "Mnodaz">, Group<pgi_fortran_Group>,
0 commit comments