Re: [PATCH] dynatype.cpp

2007-03-07 Thread Martin Sebor
Farid Zaripov wrote: Below is a patch of dynatype.cpp example to get compiled on MSVC. ChangeLog: * dynatype.cpp: protortype dynatype::remove > changed to dynatype::remove; protortype dynatype::copy > changed to dynatype::copy; removed dynatype::operator= >; added code to get com

RE: Cygwin libc_decl.sh script error

2007-03-07 Thread Mark Brown
I have not tried gcc 4.1.1 on Cygwin yet but I successfully configured stdcxx/trunk with gcc 3.4.4. Aside from the problems I reported I also got it to build in at least one configuration. I have not seen the problem you pointed out. -- Mark > -Original Message- > From: [EMAIL PROTECT

[jira] Assigned: (STDCXX-349) [gcc 4.1.1] warnings compiling iostore.cpp

2007-03-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-349: --- Assignee: Martin Sebor > [gcc 4.1.1] warnings compiling iostore.cpp > ---

[jira] Created: (STDCXX-350) [gcc 4.1.1] -O2 warning: std::temporary_buffer dereferences type-punned pointer

2007-03-07 Thread Martin Sebor (JIRA)
[gcc 4.1.1] -O2 warning: std::temporary_buffer dereferences type-punned pointer --- Key: STDCXX-350 URL: https://issues.apache.org/jira/browse/STDCXX-350 Project: C++ Standard

[jira] Created: (STDCXX-349) [gcc 4.1.1] warnings compiling iostore.cpp

2007-03-07 Thread Martin Sebor (JIRA)
[gcc 4.1.1] warnings compiling iostore.cpp -- Key: STDCXX-349 URL: https://issues.apache.org/jira/browse/STDCXX-349 Project: C++ Standard Library Issue Type: Bug Components: Build Affects

Re: [PATCH] for STCXX-346 - [Cygwin] gcc -fPIC warnings

2007-03-07 Thread Martin Sebor
Mark Brown wrote: Here's a patch for the -fPIC warnings on Cygwin (issue STCXX-346). I got a little crafty with the conditional and used findstring instead of two ifs. I hope that's okay. I also took the liberty to add a "-*- Makefile -*-" tag to the top of the file to enable emacs syntax high

[jira] Created: (STDCXX-348) [HP aCC 3.73] +DD64 warnings in time_put.cpp

2007-03-07 Thread Martin Sebor (JIRA)
[HP aCC 3.73] +DD64 warnings in time_put.cpp Key: STDCXX-348 URL: https://issues.apache.org/jira/browse/STDCXX-348 Project: C++ Standard Library Issue Type: Bug Components: Build Aff

Re: Cygwin libc_decl.sh script error

2007-03-07 Thread Martin Sebor
Scott Zhong wrote: Windows XP with Cygwin DLL 1.5.24-2 GNU GCC 4.1.1 checking if the compiler is sane ok (invoked with gcc) checking if the linker is sane ok (invoked with gcc) checking system architecture ILP32 little endian :

Cygwin libc_decl.sh script error

2007-03-07 Thread Scott Zhong
Windows XP with Cygwin DLL 1.5.24-2 GNU GCC 4.1.1 checking if the compiler is sane ok (invoked with gcc) checking if the linker is sane ok (invoked with gcc) checking system architecture ILP32 little endian : command not found/stdc

Testing setup changes

2007-03-07 Thread Andrew Black
Greetings all. Earlier today I checked a change into our internal version control system that will alter how we do our nightly testing of stdcxx. This change alters the the sources used in the testing to include our internal (legacy) tests and test driver. As a result, a couple things will

Re: xlC link errors caused by commas in BUILDDIR

2007-03-07 Thread Andrew Black
Greetings Martin. For what it's worth, this isn't a problem restricted to XLC++. My reading of the .config files indicates that the only compilers that won't be affected are the osf_cxx, Sunpro, reliant_cds, como and eccp compilers. The first two compilers don't use a comma in the rpath option,

Re: [PATCH] Re: --compat mode behavior issues

2007-03-07 Thread Martin Sebor
Andrew Black wrote: Greetings Martin, all. Attached is a patch that partly rewrites the check_compat_test method, taking the points raised below into consideration. Changelog: * util/output.cpp (check_compat_test): Rewrite FSM to eliminate seek to near end (was causing parsing issues

xlC link errors caused by commas in BUILDDIR

2007-03-07 Thread Martin Sebor
I've run into a linker error when building with IBM XLC++ in a directory whose name contains a comma (see below). The problem is that we're passing the absolute pathname of $BUILDDIR/lib to the linker via the -Wl compiler driver option. This option uses the comma to separate individual arguments f

[PATCH] Re: --compat mode behavior issues

2007-03-07 Thread Andrew Black
Greetings Martin, all. Attached is a patch that partly rewrites the check_compat_test method, taking the points raised below into consideration. Changelog: * util/output.cpp (check_compat_test): Rewrite FSM to eliminate seek to near end (was causing parsing issues on tests with

[jira] Created: (STDCXX-347) [HP aCC] incorrect warning 578

2007-03-07 Thread Martin Sebor (JIRA)
[HP aCC] incorrect warning 578 -- Key: STDCXX-347 URL: https://issues.apache.org/jira/browse/STDCXX-347 Project: C++ Standard Library Issue Type: Bug Components: External Environment: HP aCC 3

Re: svn commit: r511015 - in /incubator/stdcxx/trunk/tests: include/21.strings.h include/23.containers.h src/23.containers.cpp

2007-03-07 Thread Martin Sebor
[EMAIL PROTECTED] wrote: Author: faridz Date: Fri Feb 23 08:57:54 2007 New Revision: 511015 URL: http://svn.apache.org/viewvc?view=rev&rev=511015 Log: 2007-02-23 Farid Zaripov <[EMAIL PROTECTED]> ChangeLog: * 21.strings.h: #included 23.containers.h; struct StringIds inhe

[PATCH] dynatype.cpp

2007-03-07 Thread Farid Zaripov
Below is a patch of dynatype.cpp example to get compiled on MSVC. ChangeLog: * dynatype.cpp: protortype dynatype::remove > changed to dynatype::remove; protortype dynatype::copy > changed to dynatype::copy; removed dynatype::operator= >; added code to get compiled on MSVC