From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A0FE63858409; Tue, 4 Jul 2023 08:34:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A0FE63858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688459646; bh=c9M/IgszB+1zM8clLdzrxGQzSuHRdSRlGYPLpQ4BsFU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rKD7EwGgdrDpO4+aDSjWCt6rJqbJ2vQmbOG8He3cnvGoX/1dnQXSJX2a2LO3RZlc+ MfNRKgGa7K2iBdSuo2r5vC/Q2XWIecQQAOGl/rx0FKF3xlIJ+Fzo3P3DiZ7qis1EXT flgvzhwmAhHuKhfB6BQdgI41s5yiEImeLzDTPSLQ= From: "syq at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/104914] [MIPS] wrong comparison with scrabbled int value Date: Tue, 04 Jul 2023 08:33:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: syq at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104914 --- Comment #3 from YunQiang Su --- Ohhh, I think that the real problem is that: why DINS is used instead of INS when work with an INT?=