From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6514 invoked by alias); 9 Apr 2014 05:38:59 -0000 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 Received: (qmail 4441 invoked by uid 48); 9 Apr 2014 05:38:56 -0000 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/60790] libatomic convenience library selects IFUNC implementation before obtaining cpu info. Date: Wed, 09 Apr 2014 05:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status component resolution assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-04/txt/msg00592.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60790 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|go |libgcc Resolution|--- |INVALID Assignee|ian at airs dot com |unassigned at gcc dot gnu.org --- Comment #2 from Andrew Pinski --- It is better if you just link directly against libatomic. We already require that for C11 _Atomic support in some/most cases. >We followed an approach similar to libgo libgo needs to be fixed the same way really.