Jump to page: 1 2
Thread overview
[Issue 15257] __traits(compiles,=?UTF-8?Q?=20=E2=80=A6?=) with malformed inline asm silently ends compilation
Oct 29, 2015
Cauterite
Oct 30, 2015
Cauterite
Oct 30, 2015
Vladimir Panteleev
Oct 30, 2015
Vladimir Panteleev
Oct 30, 2015
Cauterite
Oct 30, 2015
Vladimir Panteleev
Oct 30, 2015
Cauterite
Oct 30, 2015
Vladimir Panteleev
Aug 19, 2016
Cauterite
[Issue 15257] __traits(compiles, …) with malformed inline asm silently ends compilation
Aug 20, 2020
Dlang Bot
Aug 21, 2020
Dlang Bot
October 29, 2015
https://issues.dlang.org/show_bug.cgi?id=15257

Cauterite <cauterite@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |iasm

--
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15257

Cauterite <cauterite@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |cauterite@gmail.com

--
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15257

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Timeline:
2.058: Shows error message
2.059: Segfaults
2.060: Exits silently

--
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15257

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Vladimir Panteleev <thecybershadow@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/5244

--
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15257

--- Comment #3 from Cauterite <cauterite@gmail.com> ---
(In reply to Vladimir Panteleev from comment #2)
> https://github.com/D-Programming-Language/dmd/pull/5244

Thanks, not sure why the pull didn't get posted here automatically.

--
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15257

--- Comment #4 from Vladimir Panteleev <thecybershadow@gmail.com> ---
(In reply to Cauterite from comment #3)
> Thanks, not sure why the pull didn't get posted here automatically.

It's not, you have to post it yourself.

http://wiki.dlang.org/Pull_Requests#Create_a_pull_request

--
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15257

--- Comment #5 from Cauterite <cauterite@gmail.com> ---
(In reply to Vladimir Panteleev from comment #4)
> (In reply to Cauterite from comment #3)
> > Thanks, not sure why the pull didn't get posted here automatically.
> 
> It's not, you have to post it yourself.
> 
> http://wiki.dlang.org/Pull_Requests#Create_a_pull_request

Ah, whoops. I think the wording on that page is a bit ambiguous.

--
October 30, 2015
https://issues.dlang.org/show_bug.cgi?id=15257

--- Comment #6 from Vladimir Panteleev <thecybershadow@gmail.com> ---
(In reply to Cauterite from comment #5)
> I think the wording on that page is a bit ambiguous.

It's a wiki, fix it :)

--
August 19, 2016
https://issues.dlang.org/show_bug.cgi?id=15257

--- Comment #7 from Cauterite <cauterite@gmail.com> ---
New pull request:
https://github.com/dlang/dmd/pull/6068

I could use some help identifying the cause of buggy behaviour introduced by this patch; see: https://github.com/dlang/dmd/pull/6068#issuecomment-240745667

--
August 20, 2020
https://issues.dlang.org/show_bug.cgi?id=15257

--- Comment #8 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11597 "fix Issue 15257 - __traits(compiles, .) with malformed inline asm sil…" fixing this issue:

- fix Issue 15257 - __traits(compiles, .) with malformed inline asm silently
ends compilation

https://github.com/dlang/dmd/pull/11597

--
« First   ‹ Prev
1 2