From owner-svn-ports-head@FreeBSD.ORG Thu Nov 6 15:13:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4C34235; Thu, 6 Nov 2014 15:13:39 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8631EC2A; Thu, 6 Nov 2014 15:13:39 +0000 (UTC) Received: from [192.168.0.132] (vie-188-118-252-018.dsl.sil.at [188.118.252.18]) by ainaz.pair.com (Postfix) with ESMTPSA id 079B93F419; Thu, 6 Nov 2014 10:05:17 -0500 (EST) Date: Thu, 6 Nov 2014 16:05:12 +0100 (CET) From: Gerald Pfeifer To: Bryan Drewery Subject: Re: svn commit: r372094 - head/lang/gcc5 In-Reply-To: <545AC939.5060706@FreeBSD.org> Message-ID: References: <201411030619.sA36Jcpc094345@svn.freebsd.org> <545AC939.5060706@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 15:13:39 -0000 On Wednesday 2014-11-05 17:04, Bryan Drewery wrote: >> Log: >> Update to the 20141102 snapshot of GCC 5.0. > Fails to build for me on 10.0 amd64: I actually am using 10.1 as my primary test environment with nightly builds and did not see the problem there. Until a day ago (a day or two after that machine was updated to 10.1-PRERELEASE, not sure that is related). >> In file included from .././../gcc-5-20141102/libcc1/plugin.cc:58: >> In file included from /usr/include/c++/v1/string:433: >> In file included from /usr/include/c++/v1/cwchar:107: >> In file included from /usr/include/c++/v1/cwctype:54: >> /usr/include/c++/v1/cctype:51:72: error: use of undeclared identifier >> 'do_not_use_isalnum_with_safe_ctype' >> inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalnum(int __c) {return >> isalnum(__c);} Does anyone know where this comes from and what do to about it? What I am seeing may well be a regression upstream, though that does not explain why my testing succeeded when I updated lang/gcc. Gerald