PR translation/90148
gcc/ChangeLog:
* config/rs6000/rs6000.cc (rs6000_linux64_override_options): Put
quote to a proper place.
* plugin.cc (default_plugin_dir_name): Likewise.
gcc/fortran/ChangeLog:
* intrinsic.cc (gfc_is_intrinsic): Put
quote to a proper place.
{
if (OPTION_SET_P (rs6000_current_cmodel)
&& rs6000_current_cmodel != CMODEL_SMALL)
- error ("%<-mcmodel incompatible with other toc options%>");
+ error ("%<-mcmodel%> incompatible with other toc options");
if (TARGET_MINIMAL_TOC)
SET_CMODEL (CMODEL_SMALL);
else if (TARGET_PCREL
gfc_warning_now (OPT_Wintrinsics_std, "The intrinsic %qs at %L is not "
"included in the selected standard but %s and %qs will"
" be treated as if declared EXTERNAL. Use an"
- " appropriate %<-std=%>* option or define"
+ " appropriate %<-std=*%> option or define"
" %<-fall-intrinsics%> to allow this intrinsic.",
sym->name, &loc, symstd, sym->name);
{
if (!plugindir_string)
fatal_error (input_location,
- "%<-iplugindir%> <dir> option not passed from the gcc driver");
+ "%<-iplugindir <dir>%> option not passed from the gcc driver");
return plugindir_string;
}