On 2/3/22 10:08, Jakub Jelinek wrote:
This is backwards, isn't it?  It should be
"attribute %<target%> argument %qs is unknown", no?

Oh, correct:

cat x.c && gcc x.c -c
int __attribute__((target("-ff"))) foo() { }
x.c:1:36: error: attribute ‘-ff’ argument ‘target’ is unknown
    1 | int __attribute__((target("-ff"))) foo() { }
      |                                    ^~~

Let me prepare a patch for both targets.

Martin

Reply via email to