Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 99148 invoked from network); 22 Jul 2008 22:32:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 22:32:22 -0000 Received: (qmail 49193 invoked by uid 500); 22 Jul 2008 22:32:22 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 49168 invoked by uid 500); 22 Jul 2008 22:32:22 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 49157 invoked by uid 99); 22 Jul 2008 22:32:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 15:32:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 22:31:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E9099234C178 for ; Tue, 22 Jul 2008 15:31:31 -0700 (PDT) Message-ID: <111944957.1216765891953.JavaMail.jira@brutus> Date: Tue, 22 Jul 2008 15:31:31 -0700 (PDT) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (STDCXX-974) [EDG eccp/Linux] errors with optimization on long long in In-Reply-To: <1703151060.1214490945269.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615814#action_12615814 ] Travis Vitek commented on STDCXX-974: ------------------------------------- Brad, they're all in //rwtest/..., the same place they were the last time you had to make changes to the test driver. :) > [EDG eccp/Linux] errors with optimization on long long in > -------------------------------------------------------------------------- > > Key: STDCXX-974 > URL: https://issues.apache.org/jira/browse/STDCXX-974 > Project: C++ Standard Library > Issue Type: Bug > Components: Test Driver > Affects Versions: 4.2.1 > Environment: EDG eccp 3.9 on SUSE Linux Enterprise Server 10 (x86_64) > Reporter: Farid Zaripov > Assignee: Eric Lemings > Fix For: 4.2.2 > > Original Estimate: 1h > Remaining Estimate: 1h > > The rwtest library fails to compile with the EDG eccp demo on Linux. > From nightly build logs: > {noformat} > eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -A -x --template_directory=$(BUILDDIR)/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/tests/src/lockfile.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)/tests/src/lockfile.cpp". > gmake: *** [lockfile.o] Error 2 > eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -A -x --template_directory=$(BUILDDIR)/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/tests/src/qestream.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)/tests/src/qestream.cpp". > gmake: *** [qestream.o] Error 2 > eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -A -x --template_directory=$(BUILDDIR)/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/tests/src/rwmstats.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)/tests/src/rwmstats.cpp". > gmake: *** [rwmstats.o] Error 2 > eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -A -x --template_directory=$(BUILDDIR)/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/tests/src/rwqethread.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)/tests/src/rwqethread.cpp". > gmake: *** [rwqethread.o] Error 2 > eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -A -x --template_directory=$(BUILDDIR)/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/tests/src/rwtest.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)/tests/src/rwtest.cpp". > gmake: *** [rwtest.o] Error 2 > eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -A -x --template_directory=$(BUILDDIR)/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/tests/src/singleton.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)/tests/src/singleton.cpp". > gmake: *** [singleton.o] Error 2 > eccp -c -I$(TOPDIR)/include/ansi -D_RWSTDDEBUG -D_REENTRANT -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -A -x --template_directory=$(BUILDDIR)/lib -g --display_error_number --remarks --diag_suppress 193,236,340,401,261,479,487,678,679,815 $(TOPDIR)/tests/src/thread.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)/tests/src/thread.cpp". > gmake: *** [thread.o] Error 2 > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.