From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 386B33858C50; Sun, 10 Sep 2023 15:34:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 386B33858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694360045; bh=cvMTL6RA28YCkDgbQWHkKgr3oO/BlPPoOfP+gVhGx7E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WgslyUrr6l7mBWa5hV1BIB9x7xNaJBla47gQ3SBLBaboTQoV+f6P9BJfbvs6zM19n 25HUu/vIp0PTszojD/fZ+UYBygTr+zPDy7ClhucXy0hikaStlL9/YFagAQQTZWIsEO jv2YIGSSXFXrBSdDSrodtxHgVU9AEWCA2EY8ns2g= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/91972] Bootstrap should use -Wmissing-declarations Date: Sun, 10 Sep 2023 15:34:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: build, diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: egallager 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D91972 Eric Gallager changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|easyhack | --- Comment #9 from Eric Gallager --- so, I've tried enabling this flag while building, and one problem with it is that GCC's genfoo machinery for its garbage collection system creates a bun= ch of gt-*.h headers with a bunch of autogenerated gt_ggc_mx and gt_pch_nx functions in them that all get warned about... this will require messing wi= th the generator utilities to get them to stop generating code that warns, so = this will be more difficult than I thought; removing the "easyhack" keyword...=