[Issue 12500] ICE in codegen when multiplying an incremented size_t by a double

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

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

https://github.com/D-Programming-Language/dmd/commit/6aa6cc06907c44b8e449e7032389738465db7fa6
fix Issue 12500 - ICE in codegen when multiplying an incremented size_t by a
double

https://github.com/D-Programming-Language/dmd/commit/b1859419c236871ede849dcd61553ea440a9
Merge pull request #4415 from 9rnsr/fix12500

--


[Issue 12500] ICE in codegen when multiplying an incremented size_t by a double

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

--- Comment #4 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/6aa6cc06907c44b8e449e7032389738465db7fa6
fix Issue 12500 - ICE in codegen when multiplying an incremented size_t by a
double

Move lvalue-ness handling of BinAssignExp into glue layer.

https://github.com/D-Programming-Language/dmd/commit/b1859419c236871ede849dcd61553ea440a9
Merge pull request #4415 from 9rnsr/fix12500

Issue 12500 - ICE in codegen when multiplying an incremented size_t by a double

--


[Issue 12500] ICE in codegen when multiplying an incremented size_t by a double

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

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

   What|Removed |Added

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

--


[Issue 12500] ICE in codegen when multiplying an incremented size_t by a double

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

Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC|andrej.mitrov...@gmail.com  |

--


[Issue 12500] ICE in codegen when multiplying an incremented size_t by a double

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

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

--- Comment #3 from Kenji Hara k.hara...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/4415

--


[Issue 12500] ICE in codegen when multiplying an incremented size_t by a double

2014-04-01 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12500



--- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-04-01 
12:41:15 CEST ---
(In reply to comment #1)
 I can't reproduce with using latest git-head: f92062c

Sorry, wrong! With -m64 I can:

C:\dev\code\d_code dmd -m64 test.d
DMD v2.066 DEBUG
el:01341804 cnt=0 cs=0 =  TYuns long long 013417C4 01341844
 el:013417C4 cnt=0 cs=0 ?  TYdouble 01341C44 01341E44
  el:01341C44 cnt=0 cs=0 =  TYint 01341784 01341C04
   el:01341784 cnt=0 cs=0 var  TYlong long  foo
   el:01341C04 cnt=0 cs=0 const  TYlong long 0LL
  el:01341E44 cnt=0 cs=0 colon  TYdouble 01341C84 01341E04
   el:01341C84 cnt=0 cs=0 s64_d  TYdouble 01341B84
el:01341B84 cnt=0 cs=0 var  TYlong long  foo
   el:01341E04 cnt=0 cs=0 +  TYdouble 01341D44 01341DC4
el:01341D44 cnt=0 cs=0 s64_d  TYdouble 01341D04
 el:01341D04 cnt=0 cs=0   TYlong long 01341BC4 01341CC4
  el:01341BC4 cnt=0 cs=0 var  TYlong long  foo
  el:01341CC4 cnt=0 cs=0 const  TYlong long 9223372036854775807LL
el:01341DC4 cnt=0 cs=0 var  mTYconst|TYdouble  _TMP0
 el:01341844 cnt=0 cs=0 const  TYint 0L
Internal error: backend\cgcs.c 221

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 12500] ICE in codegen when multiplying an incremented size_t by a double

2014-04-01 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12500


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com


--- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-04-01 
12:40:35 CEST ---
I can't reproduce with using latest git-head: f92062c

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 12500] ICE in codegen when multiplying an incremented size_t by a double

2014-03-31 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12500


hst...@quickfur.ath.cx changed:

   What|Removed |Added

   Keywords||ice
 CC||hst...@quickfur.ath.cx
   Severity|normal  |major


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---