From owner-svn-src-all@FreeBSD.ORG Wed Dec 18 15:42:53 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 83B2F3FE; Wed, 18 Dec 2013 15:42:53 +0000 (UTC) Date: Wed, 18 Dec 2013 15:42:53 +0000 From: Alexey Dokuchaev To: "Pedro F. Giffuni" Subject: Re: svn commit: r259555 - in head/contrib: gcc gcc/doc gcclibs/libcpp gcclibs/libcpp/include Message-ID: <20131218154253.GA18580@FreeBSD.org> References: <201312181453.rBIEranx037463@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201312181453.rBIEranx037463@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 15:42:53 -0000 On Wed, Dec 18, 2013 at 02:53:36PM +0000, Pedro F. Giffuni wrote: > New Revision: 259555 > URL: http://svnweb.freebsd.org/changeset/base/259555 > > Log: > gcc: add Apple compatible -Wnewline-eof > > GCC 4.2 and previous have always warned about > "No newline at end of file". > > Upstream GCC removed the warning completely but > Apple made it an optional warning. Adopt it for > compatibility with older GCC and clang. As someone who hates files that lack newline at EOF, I could never understand why they (upstream) removed this warning. ./danfe