From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8C2153838150; Wed, 14 Dec 2022 21:46:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C2153838150 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671054361; bh=T3QyJtT0pvB5OFSNOX+rlt5SDpVpQaGK+idPPQp9JL4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sc4gCbGhyRcuweAk9tidv73mNaphIYEMDUhgcRhSVUPKqNeT0ESwxlookihpbrM8o JpVnqbHqTTCerIOQlIYOKbGOBWuQ9slPdqKokZy1X2g06lOrf0oQ9Yjk1lcYxw1FoS 4UV49NuAmBSlMqsbbfyCMXoHJAsYU79RKn2Kvx+4= From: "dkm at gcc dot gnu.org" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/108111] Rust meets clang Date: Wed, 14 Dec 2022 21:46:01 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: dkm 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=3D108111 --- Comment #1 from Marc Poulhi=C3=A8s --- Hello David, Looking at the errors, most of them are trivial to fix. 1-6: missing 'override'. 9: not present in most recent dev branch on github, can be ignored as it wi= ll disappear when we update the gcc master branch with latest code. 13-14: class is missing a virtual dtor 7,10-12: unused variables I'll need to read a bit more about the 8 (default move assignment op being deleted). I've a first patch that addresses most of the warnings, but I'm missing the last one. If Arthur (or someone else) doesn't beat me to it, I'll have a fix shortly --=20 You are receiving this mail because: You are on the CC list for the bug.=