From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12454 invoked by alias); 17 Oct 2009 00:21:52 -0000 Received: (qmail 12425 invoked by uid 48); 17 Oct 2009 00:21:41 -0000 Date: Sat, 17 Oct 2009 00:21:00 -0000 Message-ID: <20091017002141.12424.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/41735] [4.5 Regression] inlined comdat function sometimes is emitted In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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: 2009-10/txt/msg01502.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2009-10-17 00:21 ------- Oh if I did not have t = 0; there, the function would have been eliminated too as const/pure is able to figure out that function is constant and able to remove it and something comes along and updates the cgraph. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41735