Since g:
7caa49706316e650fb67719e1a1bf3a35054b685 the option is ignored
as we print used command line for -fverbose-asm output.
gcc/ChangeLog:
* doc/options.texi: Remove Report keyword.
* opt-functions.awk: Print error when Report keyword
is used.
* optc-gen.awk: Do not handle Report keyword.
* opts.h (struct cl_option): Remove cl_report bitfield flag.
is marked @code{Warn}, the target of the alias must not also be marked
@code{Warn}.
-@item Report
-The state of the option should be printed by @option{-fverbose-asm}.
-
@item Warning
This is a warning option and should be shown as such in
@option{--help} output. This flag does not currently affect anything
uinteger_flag \
hwi_flag \
flag_init("ToLower", flags) \
- flag_init("Report", flags) \
byte_size_flag
+ if (flag_set_p("Report", flags))
+ print "#error Report option property is dropped"
+
sub(", $", "", result)
return result
}
print "#error Ignored option with Warn"
if (var_name(flags[i]) != "")
print "#error Ignored option with Var"
- if (flag_set_p("Report", flags[i]))
- print "#error Ignored option with Report"
}
else if (flag_set_p("Deprecated", flags[i]))
print "#error Deprecated was replaced with WarnRemoved"
alias_data = "NULL, NULL, OPT_SPECIAL_warn_removed"
if (warn_message != "NULL")
print "#error WarnRemoved option with Warn"
- if (flag_set_p("Report", flags[i]))
- print "#error WarnRemoved option with Report"
}
else
alias_data = "NULL, NULL, N_OPTS"
BOOL_BITFIELD cl_host_wide_int : 1;
/* Argument should be converted to lowercase. */
BOOL_BITFIELD cl_tolower : 1;
- /* Report argument with -fverbose-asm */
- BOOL_BITFIELD cl_report : 1;
/* Argument is an unsigned integer with an optional byte suffix. */
BOOL_BITFIELD cl_byte_size: 1;
/* Offset of field for this option in struct gcc_options, or