https://issues.dlang.org/show_bug.cgi?id=19249

--- Comment #2 from Nicholas Wilson <[email protected]> ---
Hmm, for 64-bit 

module dmd.backend.cod4;
enum
{
    BX,
    DX,
    CX
}
extern (C++):
__gshared const uint[4] dblreg = [ BX,DX,cast(uint)-1,CX ];
void main() 
{

}

does not reproduce.

Any odd flags being used?

--

Reply via email to