Thread overview
[Issue 18772] [ICE] Internal error: dmd\backend\cgcod.c 607
Apr 17, 2018
ponce
[Issue 18772] [ICE] Internal error: dmd\backend\cgcod.c 607 no optimizations
Apr 17, 2018
ponce
May 21, 2019
Dlang Bot
April 17, 2018
https://issues.dlang.org/show_bug.cgi?id=18772

--- Comment #1 from ponce <aliloko@gmail.com> ---
Successfully reproduced using:

dmd_2.079.1 (latest)
dmd_2.074.1
dmd_2.070.0 (2 years ago)

--
April 17, 2018
https://issues.dlang.org/show_bug.cgi?id=18772

ponce <aliloko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[ICE] Internal error:       |[ICE] Internal error:
                   |dmd\backend\cgcod.c 607     |dmd\backend\cgcod.c 607 no
                   |                            |optimizations

--
April 18, 2018
https://issues.dlang.org/show_bug.cgi?id=18772

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |hsteoh@quickfur.ath.cx
           Severity|enhancement                 |critical

--- Comment #2 from hsteoh@quickfur.ath.cx ---
ICE is always a critical bug.

--
April 19, 2018
https://issues.dlang.org/show_bug.cgi?id=18772

uplink.coder@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder@googlemail.com

--- Comment #3 from uplink.coder@googlemail.com ---
the ice happens in alignsection, I'll see what else I can come up with.

--
May 21, 2019
https://issues.dlang.org/show_bug.cgi?id=18772

Suleyman Sahmi (سليمان السهمي) <sahmi.soulaimane@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sahmi.soulaimane@gmail.com

--- Comment #4 from Suleyman Sahmi (سليمان السهمي) <sahmi.soulaimane@gmail.com> ---
This is not an ICE by the way, it compiles. The segfault is when the executable is ran.

--
May 21, 2019
https://issues.dlang.org/show_bug.cgi?id=18772

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9828 "Fix issue 18772 - Runtime segfault in _memset" was merged into stable:

- 47d51377fba9db0a6e516c08ce96c003ac4f2751 by سليمان السهمي  (Suleyman Sahmi):
  Fix issue 18772 - Runtime segfault in _memset

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

--