From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED51D3857B98; Wed, 24 Jan 2024 21:33:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED51D3857B98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706132006; bh=OBg8Au7Ld9szLsyHui3ZKgHaVWm3+WCHFPMOPW7b514=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dzbJibsGWq3eM2YsQyKS51IQeIrnG+fJ8/ModCirEs3zNQnW6p7tSTYN9Bn1GJ0LY 6pusigMkhxSYJHXlNGKfA4CP7n5eB6xSg+oRGbRDJwrMKtWSPvAaLzjVMkSNw2YgFb 8w/CFhXHM/sOl4jDUub4Pu7YLKTEnWvcEXWXXQwk= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113010] [RISCV] sign-extension lost in comparison with constant embedded in comma-op expression Date: Wed, 24 Jan 2024 21:33:25 +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: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at rivosinc dot com X-Bugzilla-Status: NEW 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=3D113010 --- Comment #8 from Patrick O'Neill --- >From the CI run here: https://patchwork.sourceware.org/project/gcc/patch/20240116221914.267015-1-= gkm@rivosinc.com/ It looks like this issue also affects ARM since the testcase fails.=