gcc/ChangeLog:
* config/s390/s390.cc (s390_valid_target_attribute_inner_p):
Use the error message for i386 target.
/* Process the option. */
if (!found)
{
- error ("attribute(target(\"%s\")) is unknown", orig_p);
+ error ("attribute %qs argument %<target%> is unknown", orig_p);
return false;
}
else if (attrs[i].only_as_pragma && !force_pragma)
}
else
{
- error ("attribute(target(\"%s\")) is unknown", orig_p);
+ error ("attribute %qs argument %<target%> is unknown", orig_p);
ret = false;
}
}
global_dc);
else
{
- error ("attribute(target(\"%s\")) is unknown", orig_p);
+ error ("attribute %qs argument %<target%> is unknown", orig_p);
ret = false;
}
}