EnumValue
Enum(hardcfr_check_noreturn_calls) String(always) Value(HCFRNR_ALWAYS)
-; Nonzero means ignore `#ident' directives. 0 means handle them.
-; Generate position-independent code for executables if possible
-; On SVR4 targets, it also controls whether or not to emit a
-; string identifying the compiler.
+; Nonzero means do not emit .ident assembler directives and ignore
+; `#ident' preprocessor directives.
fident
Common Var(flag_no_ident,0)
-Process #ident directives.
+Emit .ident assembler directives.
fif-conversion
Common Var(flag_if_conversion) Optimization
-ftrapv -fwrapv
-fvisibility=@r{[}default@r{|}internal@r{|}hidden@r{|}protected@r{]}
-fstrict-volatile-bitfields -fsync-libcalls
--fzero-init-padding-bits=@var{value}}
+-fzero-init-padding-bits=@var{value}
+-Qy -Qn}
@item Developer Options
@xref{Developer Options,,GCC Developer Options}.
-mfix-at697f -mfix-ut699 -mfix-ut700 -mfix-gr712rc}
@emph{System V Options} (@ref{System V Options})
-@gccoptlist{-Qy -Qn -YP,@var{paths} -Ym,@var{dir}}
+@gccoptlist{-YP,@var{paths} -Ym,@var{dir}}
@emph{V850 Options} (@ref{V850 Options})
@gccoptlist{-mlong-calls -mno-long-calls -mep -mno-ep
@opindex fno-ident
@opindex fident
+@opindex Qy
+@opindex Qn
@item -fno-ident
-Ignore the @code{#ident} directive.
+@itemx -Qy
+@itemx -Qn
+@option{-fno-ident} suppresses emission of @code{.ident} assembler
+directives and causes the @code{#ident} preprocessor directive to be ignored.
+@option{-Qy} and @option{-Qn} are obsolete synonyms for @option{-fident}
+and @option{-fno-ident}, respectively.
@opindex finhibit-size-directive
@item -finhibit-size-directive
Create a shared object.
It is recommended that @option{-symbolic} or @option{-shared} be used instead.
-@opindex Qy
-@item -Qy
-Identify the versions of each tool used by the compiler, in a
-@code{.ident} assembler directive in the output.
-
-@opindex Qn
-@item -Qn
-Refrain from adding @code{.ident} directives to the output file (this is
-the default).
-
@opindex YP
@item -YP,@var{dirs}
Search the directories @var{dirs}, and no others, for libraries