kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22880
Re: [RFC PATCH] No more boost::context
-
To:
Wayne Stambaugh <stambaughw@xxxxxxxxx>, KiCad Mailinglist <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Tomasz Wlostowski <tomasz.wlostowski@xxxxxxx>
-
Date:
Thu, 28 Jan 2016 17:42:47 +0100
-
Authentication-results:
spf=pass (sender IP is 188.184.36.48) smtp.mailfrom=cern.ch; gmx.de; dkim=none (message not signed) header.d=none;gmx.de; dmarc=bestguesspass action=none header.from=cern.ch;
-
In-reply-to:
<56A40455.8080906@gmail.com>
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:23
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
On 23.01.2016 23:53, Wayne Stambaugh wrote:
>> I found the issue in Boost causing crashes on x86_64 windows builds.
>> >
>> > Now I have no doubt why Windows Boost developers may have a very good
>> > reason to hate the x86 GNU assembler (well, not the tool itself but its
>> > infamous AT&T syntax). Look at the code below:
>> >
>> > mov $0x8, %rcx
>> > mov 0x8, %rcx
>> >
>> > Translated to a more human-readable form, these two lines mean:
>> >
>> > mov rcx, 0x8
>> > mov rcx, qword [ds:0x8]
> Great catch!. That is just too easy to overlook.
>
Hi all,
I've filed bug reports & sent patches both to boost & MSYS2 maintainers.
Cheers,
T.
Follow ups
References