From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14595 invoked by alias); 25 Jan 2008 18:03:38 -0000 Received: (qmail 13973 invoked by uid 48); 25 Jan 2008 18:02:47 -0000 Date: Fri, 25 Jan 2008 18:54:00 -0000 Message-ID: <20080125180247.13970.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/31537] duplicate weakref emitted 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/msg03066.txt.bz2 ------- Comment #8 from aldot at gcc dot gnu dot org 2008-01-25 18:02 ------- Mine. $ cat pr31537.i static int __gthrw_pthread_once __attribute__ ((__weakref__ ("pthread_once"))); $ gcc-4.3-HEAD -S -o - -Os pr31537.i pr31537.i pr31537.i \ pr31537.i pr31537.i pr31537.i -fno-tree-vnhoist -combine .file "pr31537.i" .weakref __gthrw_pthread_once,pthread_once .ident "GCC: (GNU) 4.3.0 20080125 (experimental)" .section .note.GNU-stack,"",@progbits Regression-testing still in progress.. -- aldot at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aoliva at gcc dot gnu dot | |org AssignedTo|unassigned at gcc dot gnu |aldot at gcc dot gnu dot org |dot org | Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-01-25 18:02:47 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31537