From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25276 invoked by alias); 30 May 2010 01:01:11 -0000 Received: (qmail 21187 invoked by uid 48); 30 May 2010 01:00:59 -0000 Date: Sun, 30 May 2010 01:01:00 -0000 Message-ID: <20100530010059.21182.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug objc/44140] ObjC lto/whopr fails In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "iains 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-05/txt/msg03251.txt.bz2 ------- Comment #12 from iains at gcc dot gnu dot org 2010-05-30 01:00 ------- OK, so I've patch obj-act.c to remove the two cases where ASM_xxxx was called. The test code compiles and runs without -flto and produces the errors as per comment #9 when -flto is given. The required content is present, it's just that the elements have become disconnected - it looks like the reference has been updated, but not what it refers too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44140