[Issue 5409] Disallow (!x & y)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 13 09:58:33 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5409



--- Comment #5 from bearophile_hugs at eml.cc 2011-11-13 09:57:46 PST ---
I think one of those bugs are present in DMD sources too:
http://article.gmane.org/gmane.comp.lang.d.dmd.devel/2648

dmd\src\backend\cgreg.c(51):

> void cgreg_init()
> {
>     if (!config.flags4 & CFG4optimized)
>         return;

.\backend\cgreg.c(53) : warning C4806: '&' : unsafe operation: no value 
of type 'bool' promoted to type 'int' can equal the given constant

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


More information about the Digitalmars-d-bugs mailing list