Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 71645 invoked from network); 23 Jul 2008 16:18:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2008 16:18:06 -0000 Received: (qmail 16637 invoked by uid 500); 23 Jul 2008 16:18:06 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 16570 invoked by uid 500); 23 Jul 2008 16:18:06 -0000 Mailing-List: contact dev-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 dev@stdcxx.apache.org Received: (qmail 16557 invoked by uid 99); 23 Jul 2008 16:18:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 09:18:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 16:17:12 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m6NGHaeb012423 for ; Wed, 23 Jul 2008 16:17:36 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [jira] Commented: (STDCXX-974) [EDG eccp/Linux] errors with optimization on long long in Date: Wed, 23 Jul 2008 10:17:17 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [jira] Commented: (STDCXX-974) [EDG eccp/Linux] errors with optimization on long long in Thread-Index: Acjs3bDtFBU6GyYWRYuFO9SbK1y4mQAAYuWQ References: <1149436000.1216765891939.JavaMail.jira@brutus> <488753EB.3070000@roguewave.com> From: "Eric Lemings" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 > -----Original Message----- > From: Andrew Black [mailto:ablack@roguewave.com]=20 > Sent: Wednesday, July 23, 2008 9:53 AM > To: dev@stdcxx.apache.org > Subject: Re: [jira] Commented: (STDCXX-974) [EDG eccp/Linux]=20 > errors with optimization on long long in >=20 > Eric Lemings wrote: > [snip] > >> Brad, they're all in //rwtest/..., the same place they were=20 > >> the last time you had to make changes to the test driver. :) > >> > >>> [EDG eccp/Linux] errors with optimization on long long in=20 > >> > > ... > >=20 > > Well that explains it. What are files from SourcePro's RWTest doing > > STDCXX builds? Is it supposed to pull RWTest files from 3 different > > repositories, 1 in Subversion and 2 in Perforce? If so, can't we > > simplify this somehow? Sheesh... >=20 > The RWTest files from //rwtest/... are there because the legacy test > suite (from //stdcxx/trunk/tests/...) depend on them. Once porting of > the test suite is complete, the dependencies on perforce will go away. Right. And the legacy tests are in the //stdcxx/trunk/tests reposititory. Is there any reason why the files could not reside in the //stdcxx/trunk/tests/src directory (where one would expect to find them)? :) As it is, if I were to update those files that would affect SourcePro, wouldn't it? Brad.