[dmd-internals] [D-Programming-Language/dmd] 061ac3: fix Issue 14950 - Setting enum value to the last m...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Sep 1 01:21:46 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 061ac36a75866ec6cb6827c1bb99263764ccac14
https://github.com/D-Programming-Language/dmd/commit/061ac36a75866ec6cb6827c1bb99263764ccac14
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-01 (Tue, 01 Sep 2015)
Changed paths:
M src/denum.d
A test/fail_compilation/diag14950.d
Log Message:
-----------
fix Issue 14950 - Setting enum value to the last member of another enum causes int overflow error
Commit: 2748404b7ad3ba8e294d3c031bbd138942f56a79
https://github.com/D-Programming-Language/dmd/commit/2748404b7ad3ba8e294d3c031bbd138942f56a79
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-09-01 (Tue, 01 Sep 2015)
Changed paths:
M src/denum.d
A test/fail_compilation/diag14950.d
Log Message:
-----------
Merge pull request #5006 from 9rnsr/fix14950
Issue 14950 - Setting enum value to the last member of another enum causes int overflow error
Compare: https://github.com/D-Programming-Language/dmd/compare/1857062f387f...2748404b7ad3
More information about the dmd-internals
mailing list