From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CF043834352; Wed, 14 Dec 2022 09:44:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CF043834352 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671011074; bh=2v6TsMvboIyydvtQ0HqAOTnvlG0CGwTiNjHKRqnNwKw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CKJ+zanERh2Khwgr+ueKBRnEDufRhlJdR/H9dh/gk0+HW3NeDaXjKzwMnaS60jX17 8qRrVokxz/5oDo3zdl2qi1op9ilX/VooUwc8OqBwQuKEGe7xW2f5Puri2CyiLmZHDV 2EEWIO10rdxfdIn/rhBWvI5/cRMLxreSwyjSOfEI= From: "arthur.cohen at embecosm dot com" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/108087] -Wodr warnings in rust/rust-lang.cc (lang_type) Date: Wed, 14 Dec 2022 09:44:33 +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: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: arthur.cohen at embecosm 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: 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=3D108087 Arthur Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.cohen at embecosm d= ot com --- Comment #4 from Arthur Cohen --- Thanks everyone, this is indeed a real issue and a mishap on our part. It's= due to our const evaluator, which was ported over from the C++ frontend, defini= ng another lang_type struct similar to what is the C++ one. I'm working on fix= ing it. I've opened up https://github.com/Rust-GCC/gccrs/issues/1702 and will report progress --=20 You are receiving this mail because: You are on the CC list for the bug.=