public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2240] xtensa: Fix missing mode warning in "*eqne_INT_MIN"
@ 2023-07-02 14:26 Max Filippov
  0 siblings, 0 replies; only message in thread
From: Max Filippov @ 2023-07-02 14:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0778f4dcdafa7dabb015a3375089addc1a4df49b

commit r14-2240-g0778f4dcdafa7dabb015a3375089addc1a4df49b
Author: Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
Date:   Sun Jul 2 02:19:03 2023 +0900

    xtensa: Fix missing mode warning in "*eqne_INT_MIN"
    
    gcc/ChangeLog:
    
            * config/xtensa/xtensa.md (*eqne_INT_MIN):
            Add missing ":SI" to the match_operator.

Diff:
---
 gcc/config/xtensa/xtensa.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/xtensa/xtensa.md b/gcc/config/xtensa/xtensa.md
index 4b4ab3f5f37..b1af08eba8a 100644
--- a/gcc/config/xtensa/xtensa.md
+++ b/gcc/config/xtensa/xtensa.md
@@ -3191,7 +3191,7 @@
 
 (define_insn_and_split "*eqne_INT_MIN"
   [(set (match_operand:SI 0 "register_operand" "=a")
-	(match_operator 2 "boolean_operator"
+	(match_operator:SI 2 "boolean_operator"
 		[(match_operand:SI 1 "register_operand" "r")
 		 (const_int -2147483648)]))]
   "TARGET_ABS"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-02 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-02 14:26 [gcc r14-2240] xtensa: Fix missing mode warning in "*eqne_INT_MIN" Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).