From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29939 invoked by alias); 25 Feb 2007 20:09:33 -0000 Received: (qmail 29410 invoked by uid 48); 25 Feb 2007 20:09:23 -0000 Date: Sun, 25 Feb 2007 20:09:00 -0000 Message-ID: <20070225200923.29409.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/19431] missed optimization with ifs and deferencing In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pluto at agmk dot net" 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: 2007-02/txt/msg02832.txt.bz2 ------- Comment #12 from pluto at agmk dot net 2007-02-25 20:09 ------- (In reply to comment #11) > Bonus points if you can make that self-contained ;) -fdump-tree-optimized shows the same code for both variants and there is the if-with-dereferencing :) (...) if (variable != variable + 8B) goto ; else goto ; (...) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19431