From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23742 invoked by alias); 11 Feb 2010 15:39:34 -0000 Received: (qmail 22288 invoked by alias); 11 Feb 2010 15:39:14 -0000 Date: Thu, 11 Feb 2010 15:39:00 -0000 Message-ID: <20100211153914.22287.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug lto/41664] FAIL: gfortran.dg/lto/pr40725 f_lto_pr40725_0.o-f_lto_pr40725_1.o execute -O2 -fwhopr and -flto In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth 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: 2010-02/txt/msg01067.txt.bz2 ------- Comment #8 from rguenth at gcc dot gnu dot org 2010-02-11 15:39 ------- Subject: Bug 41664 Author: rguenth Date: Thu Feb 11 15:38:59 2010 New Revision: 156699 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156699 Log: 2010-02-11 Richard Guenther PR lto/41664 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize pointer-vs-decl case by swapping refs. Handle some cases of pointer-vs-decl disambiguations more conservatively. * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p to false after expanding. Modified: trunk/gcc/ChangeLog trunk/gcc/cfgexpand.c trunk/gcc/tree-ssa-alias.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41664