Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <00c201c0ee02$458b0d60$6982c039@3hi25.flashcom.com> Reply-To: "Clark Sims" From: "Clark Sims" To: Subject: bug report on gcc port Date: Tue, 5 Jun 2001 15:58:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 The following code fragment bombs the cygwin port of gcc: #include #include std::string foo( const std::string& rhs); std::string foo( const std::string& rhs) { std::string str = rhs; for (size_t i=0; i