Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: f50c0e8d8698ded6b3cf2ecc1fc683bc868adbe6
      
https://github.com/D-Programming-Language/dmd/commit/f50c0e8d8698ded6b3cf2ecc1fc683bc868adbe6
  Author: Mihails Strasuns <[email protected]>
  Date:   2014-08-05 (Tue, 05 Aug 2014)

  Changed paths:
    M src/mtype.c

  Log Message:
  -----------
  Issue 13260 : ICE accessing non-existent member

Replaces assertion with an error. Does not change language
semantics but makes possible to check for presence of such
members in `is` expression.


  Commit: 91429dcd6f0dff1ee2da36cfad9163aa12624d6b
      
https://github.com/D-Programming-Language/dmd/commit/91429dcd6f0dff1ee2da36cfad9163aa12624d6b
  Author: Walter Bright <[email protected]>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M src/mtype.c

  Log Message:
  -----------
  Merge pull request #3845 from mihails-strasuns-sociomantic/fix13260-ice

[D1] Issue 13260 : ICE accessing non-existent member


Compare: 
https://github.com/D-Programming-Language/dmd/compare/a10cbb1f3f96...91429dcd6f0d
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to