Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 85522 invoked from network); 19 Jan 2006 19:41:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 19:41:09 -0000 Received: (qmail 84219 invoked by uid 500); 19 Jan 2006 19:41:06 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 84163 invoked by uid 500); 19 Jan 2006 19:41:06 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 84142 invoked by uid 99); 19 Jan 2006 19:41:06 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 11:41:04 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 022E1C9 for ; Thu, 19 Jan 2006 20:40:43 +0100 (CET) Message-ID: <1324469769.1137699643006.JavaMail.jira@ajax.apache.org> Date: Thu, 19 Jan 2006 20:40:43 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Closed: (STDCXX-123) EDG eccp 3.7] misconfiguration due to ill-formed C++ code in libc_decl.sh In-Reply-To: <381310624.1137695082372.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-123?page=all ] Martin Sebor closed STDCXX-123: ------------------------------- Resolution: Fixed Fixed by the referenced change. > EDG eccp 3.7] misconfiguration due to ill-formed C++ code in libc_decl.sh > ------------------------------------------------------------------------- > > Key: STDCXX-123 > URL: http://issues.apache.org/jira/browse/STDCXX-123 > Project: STDCXX > Type: Bug > Components: Configuration > Versions: 4.1.3 > Environment: EDG eccp 3.7 > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Critical > Fix For: 4.1.4 > > EDG eccp 3.7 (released in January '06) started to issue a new error (see below). The error is causing all config tests for the presence of libc function declarations in libc headers to fail. > eccp -c -DCHECK_DECL -A -x --template_directory=/build/sebor/eccp-3.7-15s/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 -DHDRNAME= -DFUNNAME=acos -DFUN=acos(0.0) -DTAKE_ADDR=0 /tmp/libc_decl_tmpsrc-27371.cpp -o /tmp/acos-27371.o && eccp /tmp/libc_decl_tmpsrc-27371.cpp --template_directory=/build/sebor/eccp-3.7-15s/lib /usr/lib/libpthread.so -lm > "/tmp/libc_decl_tmpsrc-27371.cpp", line 13: error #961-D: use of a type with > no linkage to declare a variable with linkage > } funptri; > ^ > 1 error detected in the compilation of "/tmp/libc_decl_tmpsrc-27371.cpp". > Note that gcc detects the same violation but only issues a warning: > non-local variable ' u' uses anonymous type -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira