[Issue 13387] Bug with arithmetic opertions on integer types smaller than int

2020-02-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13387 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13387] Bug with arithmetic opertions on integer types smaller than int

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13387 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 13387] Bug with arithmetic opertions on integer types smaller than int

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13387 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 13387] Bug with arithmetic opertions on integer types smaller than int

2014-08-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13387 --- Comment #1 from Uranuz --- AFAIK, in C++ the same rules used, but it don't have problems with assignment of type *unsigned short = unsigned short + unsigned short*. So it's strange that we have such type of problem in D. But still integer promoti

[Issue 13387] Bug with arithmetic opertions on integer types smaller than int

2014-08-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13387 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #