emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29658: closed (asm keyword bug)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29658: closed (asm keyword bug)
Date: Wed, 13 Dec 2017 00:44:01 +0000

Your message dated Tue, 12 Dec 2017 16:43:36 -0800
with message-id <address@hidden>
and subject line Re: bug#29658: asm keyword bug
has caused the debbugs.gnu.org bug report #29658,
regarding asm keyword bug
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29658: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29658
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: asm keyword bug Date: Mon, 11 Dec 2017 00:56:30 -0500
I'm on a Mac, using Clang (Apple LLVM version 9.0.0 (clang-900.0.38))

in the coreutils "library", the file `explicit_bzero.c`, the build stops because `asm` is not a valid keyword, i had to manually change it to `__asm` for the build to finish.

So you should either `#define` it somewhere, or change it to the valid syntax, `__asm`

--- End Message ---
--- Begin Message --- Subject: Re: bug#29658: asm keyword bug Date: Tue, 12 Dec 2017 16:43:36 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0
On 12/11/2017 01:52 AM, Marcus Johnson wrote:
Ok, I undid my __asm fix, and changed the define to what you suggested here, and cleaned and recompiled and it also worked with your fix.

Thanks for checking. I installed that patch (attached) and am closing the bug.

Attachment: 0001-explicit_bzero-port-to-macOS-Clang-9.0.0.patch
Description: Text Data


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]