From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BDEEC3858C52; Thu, 19 Jan 2023 12:06:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BDEEC3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674129982; bh=EK0psi2TE0dRUv9gF58nC/qIilGqx9UnS3jBLXgA0jg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FWK0sqq385mz/UTFZJaKGi9Jna36vgysE2L2mG8D8YpDDm15NRqs+gCUS36fAuJIu lr/Xe8jEc6uwxZA7IH0+qZMAEOBR21IOIfOZ9tgqEnAClht/cDJlhGs45hHwsRKgfs umHR806ll75gezDvrxr8Kd5yassGQ0fc/JHUyoOc= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108457] [13 Regression] tree-ssa-loop-niter.cc:2255:23: warning: variable 'mode' set but not used Date: Thu, 19 Jan 2023 12:06:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D108457 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek --- Space between cast and mode. Though I think various other uses of these macros solve this by simply using SCALAR_INT_TYPE_MODE (utype) directly as argument to those macros rather th= an using a temporary variable.=