From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1DF893858C74; Sat, 4 Mar 2023 00:45:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DF893858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677890741; bh=likFT/w+UilXYxaPtsM1KzaP2/HjszJFpLfzBSQrKIQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o/4pcqNfG794JkYfuRtosmcq8Sa7dXGmH/KdAYRXcdaPh6k0W1LjZlsCA5EbNtg5Q ZCERVtqbOVy7YRAi+VpcQhnXg/K5zSkRCkFrfPxZwwsL2imY68HTUM7gLTX6bQIJjS ayL5pK5PwGevKYGqd+cFEasqet35+N7H5cpLxRBc= From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108982] While recompiling when even we modify any line in got its giving error Date: Sat, 04 Mar 2023 00:45:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 4.8.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D108982 Hans-Peter Nilsson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hp at gcc dot gnu.org --- Comment #16 from Hans-Peter Nilsson --- (In reply to Andrew Pinski from comment #2) > Third you might need to run fix includes again after doing the install. I'm afraid that's incomprehensible to someone unfamiliar with gcc and that = has supposedly never heard of "fixincludes". I'd phrase that as 'find and re-run the script by the name "fixincludes" (w= hich is installed as part of the gcc package)'. Alternatively, un-install and re-install gcc by the same method you installed it. HTH.=