From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9980 invoked by alias); 28 May 2012 14:57:26 -0000 Received: (qmail 9969 invoked by uid 22791); 28 May 2012 14:57:25 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 May 2012 14:57:12 +0000 From: "Greta.Yorsh at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/53476] [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c Date: Mon, 28 May 2012 15:17:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Greta.Yorsh at arm dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-05/txt/msg02649.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53476 Greta Yorsh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Greta.Yorsh at arm dot com --- Comment #3 from Greta Yorsh 2012-05-28 14:56:47 UTC --- Fails on arm-none-eabi too. FAIL: gcc.dg/attr-weakref-1.c (test for excess errors) Excess errors: attr-weakref-1.c:(.text.startup+0x1c8): undefined reference to `Wv10a' attr-weakref-1.c:(.text.startup+0x1cc): undefined reference to `Wv11a' /work/builds/tst/install/bin/arm-none-eabi-gcc /work/local-checkouts/gcc-fsf/gcc/testsuite/gcc.dg/attr-weakref-1.c -fno-diagnostics-show-caret -O2 -DSTACK_SIZE=16384 /work/local-checkouts/gcc-fsf/gcc/testsuite/gcc.dg/attr-weakref-1a.c -o /work/tmp/attr-weakref-1.exe /tmp/cch8OVNm.o: In function `main': attr-weakref-1.c:(.text.startup+0x1c8): undefined reference to `Wv10a' attr-weakref-1.c:(.text.startup+0x1cc): undefined reference to `Wv11a' collect2: error: ld returned 1 exit status