From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16217 invoked by alias); 31 Jan 2008 10:35:43 -0000 Received: (qmail 16065 invoked by uid 48); 31 Jan 2008 10:35:00 -0000 Date: Thu, 31 Jan 2008 10:40:00 -0000 Message-ID: <20080131103500.16064.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 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: 2008-01/txt/msg03754.txt.bz2 ------- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-31 10:35 ------- I suppose the static function static const unsigned char * read_uleb128 (const unsigned char *p, _uleb128_t *val) { in unwind-pe.h should be marked 'inline', otherwise it will be emitted multiple times to the asm file by -combine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35034