From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E0AD7385BAF9; Fri, 1 Dec 2023 08:21:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0AD7385BAF9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701418903; bh=qNjbxi3NIMQh5gXlTONLINSS/133kI/1mt36HTz1SLU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ICMe1rTzh22+AEBmVvoSjrJ3heoBHKVJxyDdf34kAGKYUTV4uOpHDf/n+hV68Q8SB qO3wuA9CURM4CiNvKyUifyykmRAem6egRGi1k0GQSyXnguHAYAwDdH/LRkTxy5lv1m CXnL99gDQkIQHofMKzqgW5Zhb+wbOUOhKAnbvHcU= From: "sjames 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: Fri, 01 Dec 2023 08:21:41 +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: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson see_also target_milestone 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=3D96284 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |108476, 85678 See Also|https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D108476 | Target Milestone|--- |14.0 --- Comment #14 from Sam James --- I'm going to boldly call this done for 14 given we've covered all the major stuff, with the exception of prototypes which as discussed elsewhere are not easy to split up into obsolete/not. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D85678 [Bug 85678] -fno-common should be default https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108476 [Bug 108476] Please turn -Wreturn-type on by default for C=