+2017-07-14 Martin Liska <mliska@suse.cz>
+
+ * opts.c (finish_options): Add quotes.
+ (common_handle_option): Likewise.
+
2017-07-14 Martin Liska <mliska@suse.cz>
* dbxout.c (get_lang_number): Do not handle GNU Pascal.
{
if (opts_set->x_flag_reorder_blocks_and_partition)
inform (loc,
- "-freorder-blocks-and-partition does not work "
- "with exceptions on this architecture");
+ "%<-freorder-blocks-and-partition%> does not work "
+ "with exceptions on this architecture");
opts->x_flag_reorder_blocks_and_partition = 0;
opts->x_flag_reorder_blocks = 1;
}
{
if (opts_set->x_flag_reorder_blocks_and_partition)
inform (loc,
- "-freorder-blocks-and-partition does not support "
- "unwind info on this architecture");
+ "%<-freorder-blocks-and-partition%> does not support "
+ "unwind info on this architecture");
opts->x_flag_reorder_blocks_and_partition = 0;
opts->x_flag_reorder_blocks = 1;
}
{
if (opts_set->x_flag_reorder_blocks_and_partition)
inform (loc,
- "-freorder-blocks-and-partition does not work "
- "on this architecture");
+ "%<-freorder-blocks-and-partition%> does not work "
+ "on this architecture");
opts->x_flag_reorder_blocks_and_partition = 0;
opts->x_flag_reorder_blocks = 1;
}
&& !opts->x_flag_use_linker_plugin)))
{
if (opts_set->x_flag_fat_lto_objects)
- error_at (loc, "-fno-fat-lto-objects are supported only with linker plugin");
+ error_at (loc, "%<-fno-fat-lto-objects%> are supported only with "
+ "linker plugin");
opts->x_flag_fat_lto_objects = 1;
}
}
#ifndef ACCEL_COMPILER
case OPT_foffload_abi_:
- error_at (loc, "-foffload-abi option can be specified only for "
+ error_at (loc, "%<-foffload-abi%> option can be specified only for "
"offload compiler");
break;
#endif