From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 02FA4385700A; Tue, 28 Jul 2020 07:39:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02FA4385700A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595921959; bh=7Mz5rSc5Kx3FsQu/QCd2OzUC375TSkf9sn761PR69lk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uGaCINvQX6QPx6m2ekQjiXtU0jhmiEDu7jZfEKpY8Z7IzqY9r8bs1RLIpHvgTq975 wvvx84WrI44L619ygF0jJIPf+vk1LpeIb1+x5UalMzWvZfxjrLDJgYoOqq42WqXtlq pZ7KnohzVz7zVYRphKXKWrJxmCWdkagYXS/ZCpKY= From: "fw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/96284] Outdated C features should be made errors with newer standards Date: Tue, 28 Jul 2020 07:39:18 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fw 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2020 07:39:19 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96284 --- Comment #7 from Florian Weimer --- (In reply to David Brown from comment #6) > I'm not bothered about my own code - I have makefiles with the relevant > options set in case I make mistakes. My hope is for gcc to be able to ha= ve > stricter warnings to reduce bugs in code written now and in the future. = But > I understand that it's also important not to cause trouble for existing c= ode > and build systems. The implicit function declaration warning does not seem to be quite enough,= it would help programmers to turn it into an error. But that's what also impac= ts configure scripts.=