From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0F37D3858C52; Thu, 18 Jan 2024 09:10:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F37D3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705569041; bh=melEB8u36K6KE5v1Ms036CQRUbketfSFauFiBchP3eQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KvhmFEoCzIv/aHxC4q2vBD63Kz6X/lPqhRna8OPk+YqMW6kt8t/tpQGYiW1H5fGl/ RRNwkPflAnavwikjAxlV9pABp0ZuzdNItnM8mBBA189fMNrp8tomVaPocuaz8OLVPb S6Mx542EiPoRStqM/V9yqofErmKA21zGSTBSGjuI= From: "pinskia at gcc dot gnu.org" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/113461] [14 Regression] rust-proc-macro.cc:174:15: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'long long unsigned int' [-Werror=format=] Date: Thu, 18 Jan 2024 09:10:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rust X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 14.0 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=3D113461 --- Comment #4 from Andrew Pinski --- Try after r14-8211-g2341df1cb9b3681bfefe29207887b2b3dc271a95 which was just committed. --=20 You are receiving this mail because: You are on the CC list for the bug.=