[dmd-internals] [D-Programming-Language/dmd] ba0b1d: Add fail_compilation test for bug 2962

GitHub noreply at github.com
Tue Aug 27 13:20:06 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ba0b1d73fff98be1440d972fa88bb730d136b10c
      https://github.com/D-Programming-Language/dmd/commit/ba0b1d73fff98be1440d972fa88bb730d136b10c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    A test/fail_compilation/fail2962.d
    A test/fail_compilation/imports/fail2962a.d

  Log Message:
  -----------
  Add fail_compilation test for bug 2962


  Commit: 2ce7befb81a5ae8820caa2e5f4e161bac17b5917
      https://github.com/D-Programming-Language/dmd/commit/2ce7befb81a5ae8820caa2e5f4e161bac17b5917
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    M src/template.c

  Log Message:
  -----------
  Adjust insertion target of the instantiated template


  Commit: 3d654302d9e76c84fe603fb37897fdcf581ff0b5
      https://github.com/D-Programming-Language/dmd/commit/3d654302d9e76c84fe603fb37897fdcf581ff0b5
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    M src/glue.c
    R test/compilable/ice4481.d
    R test/compilable/imports/a4481.d
    R test/compilable/imports/b4481.d
    A test/runnable/ice4481.d
    A test/runnable/imports/ice4481a.d
    A test/runnable/imports/ice4481b.d

  Log Message:
  -----------
  Move 4481 test from compilable to runnable in order to check the generated code


  Commit: 78ca53ef95d71e436c8cdfe70a626e275be6b3c2
      https://github.com/D-Programming-Language/dmd/commit/78ca53ef95d71e436c8cdfe70a626e275be6b3c2
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    A test/runnable/ice10086a.d
    A test/runnable/ice10086b.d
    A test/runnable/imports/ice10086x.d
    A test/runnable/imports/ice10086y.d

  Log Message:
  -----------
  fix Issue 10086 - ICE(glue.c) or wrong code on passing variable as template value parameter


  Commit: c15aa9327faf781729533017a99861e94f1944fd
      https://github.com/D-Programming-Language/dmd/commit/c15aa9327faf781729533017a99861e94f1944fd
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    A test/runnable/ice10857.d
    A test/runnable/imports/ice10857a.d
    A test/runnable/imports/ice10857b.d

  Log Message:
  -----------
  fix Issue 10857 - ICE(glue.c, bugzilla 2962?) or compiles, depending on the files order


  Commit: 274718428aee31c5e52d4ce66a932a2e0f4af1e3
      https://github.com/D-Programming-Language/dmd/commit/274718428aee31c5e52d4ce66a932a2e0f4af1e3
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-08-27 (Tue, 27 Aug 2013)

  Changed paths:
    M src/glue.c
    M src/template.c
    R test/compilable/ice4481.d
    R test/compilable/imports/a4481.d
    R test/compilable/imports/b4481.d
    A test/fail_compilation/fail2962.d
    A test/fail_compilation/imports/fail2962a.d
    A test/runnable/ice10086a.d
    A test/runnable/ice10086b.d
    A test/runnable/ice10857.d
    A test/runnable/ice4481.d
    A test/runnable/imports/ice10086x.d
    A test/runnable/imports/ice10086y.d
    A test/runnable/imports/ice10857a.d
    A test/runnable/imports/ice10857b.d
    A test/runnable/imports/ice4481a.d
    A test/runnable/imports/ice4481b.d

  Log Message:
  -----------
  Merge pull request #2485 from 9rnsr/fix10857

Issue 10086 & 10857 - Adjust instantiated template process order, and fix ICE in glue.c


Compare: https://github.com/D-Programming-Language/dmd/compare/0542bbb77850...274718428aee


More information about the dmd-internals mailing list