From issues-return-734-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Tue Mar 18 15:57:13 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 20543 invoked from network); 18 Mar 2008 15:57:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2008 15:57:13 -0000 Received: (qmail 98846 invoked by uid 500); 18 Mar 2008 15:57:11 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 98826 invoked by uid 500); 18 Mar 2008 15:57:11 -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 98817 invoked by uid 99); 18 Mar 2008 15:57:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 08:57:11 -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, 18 Mar 2008 15:56:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E8E84234C0AB for ; Tue, 18 Mar 2008 08:55:24 -0700 (PDT) Message-ID: <767007565.1205855724952.JavaMail.jira@brutus> Date: Tue, 18 Mar 2008 08:55:24 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Created: (STDCXX-784) [Sun C++ 5.3] error compiling braceexp.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [Sun C++ 5.3] error compiling braceexp.cpp ------------------------------------------ Key: STDCXX-784 URL: https://issues.apache.org/jira/browse/STDCXX-784 Project: C++ Standard Library Issue Type: Bug Components: Test Driver Affects Versions: trunk Reporter: Martin Sebor Priority: Blocker The test driver fails to build with Sun C++ 5.3 with the error below: {noformat} CC -c -D_RWSTDDEBUG -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -library=%none -g -xarch=v9 +w $(TOPDIR)/tests/src/braceexp.cpp "$(TOPDIR)/tests/src/braceexp.cpp", line 316: Error: _rw_brace_graph::_rw_brace_node is not accessible from _rw_brace_graph::_rw_brace_node_buffer. "$(TOPDIR)/tests/src/braceexp.cpp", line 316: Error: _rw_brace_graph::size is not accessible from _rw_brace_graph::_rw_brace_node_buffer. "$(TOPDIR)/tests/src/braceexp.cpp", line 350: Error: _rw_brace_graph::_rw_brace_node is not accessible from _rw_brace_graph::_rw_recursion_context. "$(TOPDIR)/tests/src/braceexp.cpp", line 361: Error: _rw_brace_graph::_rw_brace_node is not accessible from _rw_brace_graph::_rw_recursion_context. "$(TOPDIR)/tests/src/braceexp.cpp", line 1019: Warning: Conversion of 64 bit type value to "int" causes truncation. 4 Error(s) and 1 Warning(s) detected. gmake: *** [braceexp.o] Error 4 {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.