[Issue 13504] ICE(backend/cgelem.c 2418) with -O -cov

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13504

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/faa0877127cd5052d44b5fd311d2488893e041d0
fix Issue 13504 - ICE(backend/cgelem.c 2418) with -O -cov

https://github.com/D-Programming-Language/dmd/commit/1ea5d5973ac61b55d005af26e8a39aeb52e08a53
Merge pull request #4047 from MartinNowak/fix13504

--


[Issue 13504] ICE(backend/cgelem.c 2418) with -O -cov

2014-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13504

--- Comment #4 from github-bugzi...@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/3005775b9c3562562128f3e54eff5a389d648124
Merge pull request #4047 from MartinNowak/fix13504

fix Issue 13504 - ICE(backend/cgelem.c 2418) with -O -cov

--


[Issue 13504] ICE(backend/cgelem.c 2418) with -O -cov

2014-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13504

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/faa0877127cd5052d44b5fd311d2488893e041d0
fix Issue 13504 - ICE(backend/cgelem.c 2418) with -O -cov

- assert failed because goal wasn't properly passed down

https://github.com/D-Programming-Language/dmd/commit/1ea5d5973ac61b55d005af26e8a39aeb52e08a53
Merge pull request #4047 from MartinNowak/fix13504

fix Issue 13504 - ICE(backend/cgelem.c 2418) with -O -cov

--


[Issue 13504] ICE(backend/cgelem.c 2418) with -O -cov

2014-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13504

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 13504] ICE(backend/cgelem.c 2418) with -O -cov

2014-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13504

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

   Keywords||pull
 CC||c...@dawg.eu

--- Comment #2 from Martin Nowak c...@dawg.eu ---
https://github.com/D-Programming-Language/dmd/pull/4047

--


[Issue 13504] ICE(backend/cgelem.c 2418) with -O -cov

2014-09-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13504

Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com
   Severity|normal  |regression

--- Comment #1 from Vladimir Panteleev thecybersha...@gmail.com ---
This is a regression.

Introduced in https://github.com/D-Programming-Language/dmd/pull/1874

--