mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
s390x: Fix one more -Wformat-diag.
gcc/ChangeLog: * config/s390/s390.cc (s390_valid_target_attribute_inner_p): Use the error message for i386 target.
This commit is contained in:
@@ -15903,7 +15903,7 @@ s390_valid_target_attribute_inner_p (tree args,
|
||||
/* 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)
|
||||
@@ -15953,7 +15953,7 @@ s390_valid_target_attribute_inner_p (tree args,
|
||||
}
|
||||
else
|
||||
{
|
||||
error ("attribute(target(\"%s\")) is unknown", orig_p);
|
||||
error ("attribute %qs argument %<target%> is unknown", orig_p);
|
||||
ret = false;
|
||||
}
|
||||
}
|
||||
@@ -15970,7 +15970,7 @@ s390_valid_target_attribute_inner_p (tree args,
|
||||
global_dc);
|
||||
else
|
||||
{
|
||||
error ("attribute(target(\"%s\")) is unknown", orig_p);
|
||||
error ("attribute %qs argument %<target%> is unknown", orig_p);
|
||||
ret = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user