x86: Silence GCC 12 warning on tc-i386.c
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 31 Oct 2022 16:01:15 +0000 (09:01 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 31 Oct 2022 16:01:15 +0000 (09:01 -0700)
Silence GCC 12 warning on tc-i386.c:

gas/config/tc-i386.c: In function ‘md_assemble’:
gas/config/tc-i386.c:5039:16: error: too many arguments for format [-Werror=format-extra-args]
 5039 |     as_warn (_("only support RIP-relative address"), i.tm.name);

* config/tc-i386.c (md_assemble): Print mnemonic in RIP-relative
warning.
* estsuite/gas/i386/x86-64-prefetchi-warn.l: Updated.

gas/config/tc-i386.c
gas/testsuite/gas/i386/x86-64-prefetchi-warn.l

index fb1ce75fffccf9640d9c1e0effe3325836c0c1c3..cccd83717d01c7f609c4717401fc6c47c07bcf5e 100644 (file)
@@ -5036,7 +5036,7 @@ md_assemble (char *line)
   /* Check if IP-relative addressing requirements can be satisfied.  */
   if (i.tm.cpu_flags.bitfield.cpuprefetchi
       && !(i.base_reg && i.base_reg->reg_num == RegIP))
-    as_warn (_("only support RIP-relative address"), i.tm.name);
+    as_warn (_("'%s' only supports RIP-relative address"), i.tm.name);
 
   /* Update operand types and check extended states.  */
   for (j = 0; j < i.operands; j++)
index 4e1538946383043bef5e2bef84750e850294f60b..49be004cb90f267ee037708f73c4cf562a0e8fb4 100644 (file)
@@ -1,5 +1,5 @@
 .*: Assembler messages:
-.*:[0-9]*: Warning: only support RIP-relative address
-.*:[0-9]*: Warning: only support RIP-relative address
-.*:[0-9]*: Warning: only support RIP-relative address
-.*:[0-9]*: Warning: only support RIP-relative address
+.*:[0-9]*: Warning: 'prefetchit0' only supports RIP-relative address
+.*:[0-9]*: Warning: 'prefetchit1' only supports RIP-relative address
+.*:[0-9]*: Warning: 'prefetchit0' only supports RIP-relative address
+.*:[0-9]*: Warning: 'prefetchit1' only supports RIP-relative address