From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76885 invoked by alias); 25 Oct 2015 01:42:43 -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 76844 invoked by uid 48); 25 Oct 2015 01:42:39 -0000 From: "gccbugzilla at limegreensocks dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/62109] __gthr_i486_lock_cmp_xchg missing clobber Date: Sun, 25 Oct 2015 01:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gccbugzilla at limegreensocks dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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: attachments.isobsolete attachments.created 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: 2015-10/txt/msg02034.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62109 David changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33302|0 |1 is obsolete| | --- Comment #12 from David --- Created attachment 36577 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36577&action=edit Update patch per comment 11 Instead of just adding the clobber, this second patch removes the whole routine that was only needed on win95. It also removes the (no longer used) define for __GTHREAD_I486_INLINE_LOCK_PRIMITIVES and updates the comment. Note that I do not have commit privileges to svn, which is why I post this here rather than to the patches ml.