From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26015 invoked by alias); 28 Dec 2008 01:32:19 -0000 Received: (qmail 24036 invoked by uid 48); 28 Dec 2008 01:28:44 -0000 Date: Sun, 28 Dec 2008 01:32:00 -0000 Message-ID: <20081228012844.24035.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/38592] eliminate some string comparisons In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-12/txt/msg02504.txt.bz2 ------- Comment #2 from dfranke at gcc dot gnu dot org 2008-12-28 01:28 ------- This is generally the case, not just for/with strings. I don't think that anything will ever happen in this regard, at least, not on the frontend side. If (some) intrinsics, including string comparisons, were inlined, the optimizers could probably do something about it. -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dfranke at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38592