From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11226 invoked by alias); 25 Jul 2006 15:20:57 -0000 Received: (qmail 11166 invoked by uid 48); 25 Jul 2006 15:20:49 -0000 Date: Tue, 25 Jul 2006 15:20:00 -0000 Message-ID: <20060725152049.11165.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/28364] poor optimization choices when iterating over a std::string (probably not c++-specific) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rakdver at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg01938.txt.bz2 List-Id: ------- Comment #26 from rakdver at gcc dot gnu dot org 2006-07-25 15:20 ------- A patch for the "return in the middle of the loop" problem: http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00893.html (to be commited once mainline is open). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28364