Jump to page: 1 2
Thread overview
[Issue 14896] x64 codegen problem when using -O
Aug 10, 2015
ponce
Aug 10, 2015
ponce
Aug 10, 2015
ponce
Aug 19, 2015
ponce
Aug 19, 2015
Sobirari Muhomori
Aug 19, 2015
ag0aep6g@gmail.com
Aug 23, 2015
ponce
Aug 23, 2015
ponce
[Issue 14896] x64 synchronized problem when using -O
Aug 23, 2015
ponce
Sep 01, 2015
Vladimir Panteleev
Sep 01, 2015
ponce
Aug 29, 2020
Walter Bright
Sep 03, 2020
Walter Bright
Dec 19, 2020
ponce
August 10, 2015
https://issues.dlang.org/show_bug.cgi?id=14896

ponce <aliloko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|x64 codegen when using -O   |x64 codegen problem when
                   |                            |using -O

--
August 10, 2015
https://issues.dlang.org/show_bug.cgi?id=14896

--- Comment #1 from ponce <aliloko@gmail.com> ---
Also happens with DMD v2.068.0

--
August 10, 2015
https://issues.dlang.org/show_bug.cgi?id=14896

--- Comment #2 from ponce <aliloko@gmail.com> ---
How I work-around this bug today: disabling -O for font.d and compiling it separately.

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

--- Comment #3 from ponce <aliloko@gmail.com> ---
Why no answer? Is there a problem with this report?

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

Sobirari Muhomori <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

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

ag0aep6g@gmail.com changed:

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

--- Comment #4 from ag0aep6g@gmail.com ---
(In reply to ponce from comment #3)
> Why no answer? Is there a problem with this report?

You generally don't get a response unless something is happening. I.e., no "thank you for your bug report" kind of messages.

The test case is pretty large. It will probably have to be reduced further before work on a fix can begin. This may be something you can do to drive things forward.

--
August 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14896

--- Comment #5 from ponce <aliloko@gmail.com> ---
Can't reproduce on Mac OS X, odd.

--
August 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14896

--- Comment #6 from ponce <aliloko@gmail.com> ---
Removing the synchronized(this) in font.d:L118 removes the bug. It doesn't seem related to codegen afterall.

--
August 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14896

ponce <aliloko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|x64 codegen problem when    |x64 synchronized problem
                   |using -O                    |when using -O

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14896

Vladimir Panteleev <thecybershadow@gmail.com> changed:

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

--- Comment #7 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Have you had any success with DustMite?

--
« First   ‹ Prev
1 2