Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 44996 invoked from network); 14 Oct 2007 19:53:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Oct 2007 19:53:51 -0000 Received: (qmail 32704 invoked by uid 500); 14 Oct 2007 19:53:39 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 32692 invoked by uid 500); 14 Oct 2007 19:53:39 -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 32681 invoked by uid 99); 14 Oct 2007 19:53:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2007 12:53:39 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2007 19:53:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D64E671420D for ; Sun, 14 Oct 2007 12:52:50 -0700 (PDT) Message-ID: <11353849.1192391570875.JavaMail.jira@brutus> Date: Sun, 14 Oct 2007 12:52:50 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-595) [EDG eccp/Linux] error with optimization on long long in MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [EDG eccp/Linux] error with optimization on long long in ------------------------------------------------------------------------- Key: STDCXX-595 URL: https://issues.apache.org/jira/browse/STDCXX-595 Project: C++ Standard Library Issue Type: Bug Components: Build Affects Versions: trunk Environment: EDG eccp 3.10 with gcc 4.1.1-52.el5 on Red Hat Enterprise Linux Server release 5 (Tikanga) Reporter: Martin Sebor Fix For: 4.2.1 The library fails to compile with the EDG eccp demo on Linux in optimized mode (see below). Since the EDG eccp demo is expected to be used only (mainly?) for conformance testing I'm leaving the Priority at Major rather than marking the issue a Blocker as would otherwise be the case, and scheduling it for 4.2.1. >From nightly build logs: ### gmake builddir BUILDMODE=pthreads,archive,optimized,narrow CONFIG=eccp.config creating BUILDDIR=/build2/batman/5.0.0/builds/34159501/source-buildspace/build generating /build2/batman/5.0.0/builds/34159501/source-buildspace/build/makefile.in from /build2/batman/5.0.0/builds/34159501/source-buildspace/etc/config/eccp.config build directory created: BUILDDIR=/build2/batman/5.0.0/builds/34159501/source-buildspace/build ### gmake config gmake[1]: Entering directory `$(BUILDDIR)' gmake[2]: Entering directory `$(BUILDDIR)/include' gmake config gmake[3]: Entering directory `$(BUILDDIR)/include' configuring stdcxx 4.2.0 for eccp-3.9 on linux-2.6.18-8.el5xen-x86_64 checking if the compiler is sane ok (invoked with eccp) checking if the linker is sane ok (invoked with eccp) checking system architecture ILP32 little endian ... gmake: Entering directory `$(BUILDDIR)/lib' eccp -c -I$(TOPDIR)/include/ansi -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -A -x --template_directory=$(BUILDDIR)/lib -O --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/src/assert.cpp eccp -c -I$(TOPDIR)/include/ansi -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -A -x --template_directory=$(BUILDDIR)/lib -O --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/src/bitset.cpp "/usr/include/bits/pthreadtypes.h", line 121: error #450-D: the type "long long" is nonstandard __extension__ unsigned long long int __total_seq; ^ "/usr/include/bits/pthreadtypes.h", line 122: error #450-D: the type "long long" is nonstandard __extension__ unsigned long long int __wakeup_seq; ^ "/usr/include/bits/pthreadtypes.h", line 123: error #450-D: the type "long long" is nonstandard __extension__ unsigned long long int __woken_seq; ^ "/usr/include/bits/pthreadtypes.h", line 129: error #450-D: the type "long long" is nonstandard __extension__ long long int __align; ^ 4 errors detected in the compilation of "$(TOPDIR)/src/bitset.cpp". gmake: *** [bitset.o] Error 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.