[dmd-internals] [D-Programming-Language/dmd] fbe7a1: fix Issue 4364 - ICE(class.c) compiling a struct d...

GitHub noreply at github.com
Tue Jun 12 15:56:29 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: fbe7a1c9e107c9eb4bba8f27c87f248b7e6889ae
      https://github.com/D-Programming-Language/dmd/commit/fbe7a1c9e107c9eb4bba8f27c87f248b7e6889ae
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M src/class.c
    M src/statement.c
    A test/compilable/test4364.d

  Log Message:
  -----------
  fix Issue 4364 - ICE(class.c) compiling a struct def named 'Object' followed by a class definition

Stop looking for 'Object' type.


  Commit: 1c618b0b1eeee336e442767037cf86a103446765
      https://github.com/D-Programming-Language/dmd/commit/1c618b0b1eeee336e442767037cf86a103446765
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M src/class.c
    M src/statement.c
    A test/compilable/test4364.d

  Log Message:
  -----------
  Merge pull request #974 from 9rnsr/fix4364

Issue 4364 - ICE(class.c) compiling a struct def named 'Object' followed by a class definition


Compare: https://github.com/D-Programming-Language/dmd/compare/053ee7208565...1c618b0b1eee


More information about the dmd-internals mailing list