From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5068 invoked by alias); 31 Jan 2008 15:19:08 -0000 Received: (qmail 4649 invoked by uid 48); 31 Jan 2008 15:18:24 -0000 Date: Thu, 31 Jan 2008 15:55:00 -0000 Message-ID: <20080131151824.4648.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1 with IMA In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aldot 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/msg03787.txt.bz2 ------- Comment #9 from aldot at gcc dot gnu dot org 2008-01-31 15:18 ------- (In reply to comment #7) > Fails with 4.1.2 for me as well, with the static. w/o 4.1 complains > > t1.c:5: error: '__gthrw_pthread_once' defined both normally and as an alias > Works flawlessly for me (without the static, on debian with the debian-patched cc): $ gcc-4.1 pr35034-1.c pr35034-2.c -O0 -c -o foo.o -combine -pipe ; echo $? 0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35034