[dmd-internals] [D-Programming-Language/dmd] 8ea1a0: fix Issue 6652 - 1. Warn modifying non ref variabl...
GitHub
noreply at github.com
Thu Jun 21 14:19:19 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8ea1a0ef35b9cef3047699396487f4d2fe149a39
https://github.com/D-Programming-Language/dmd/commit/8ea1a0ef35b9cef3047699396487f4d2fe149a39
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-06-20 (Wed, 20 Jun 2012)
Changed paths:
M src/declaration.h
M src/expression.c
M src/mars.h
M src/statement.c
A test/fail_compilation/fail6652a.d
A test/fail_compilation/fail6652b.d
Log Message:
-----------
fix Issue 6652 - 1. Warn modifying non ref variable if -w is specified.
Commit: 4c1f71e7644e3096d01101b919304d4838225cb3
https://github.com/D-Programming-Language/dmd/commit/4c1f71e7644e3096d01101b919304d4838225cb3
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-06-20 (Wed, 20 Jun 2012)
Changed paths:
M test/runnable/iasm.d
M test/runnable/iasm64.d
Log Message:
-----------
fix iasm.d and iasm64.d to keep offsets of local varibles.
Commit: 38a0a5141a3455395e8b9571a57bf85ed698c6b3
https://github.com/D-Programming-Language/dmd/commit/38a0a5141a3455395e8b9571a57bf85ed698c6b3
Author: Walter Bright <walter at walterbright.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M src/declaration.h
M src/expression.c
M src/mars.h
M src/statement.c
A test/fail_compilation/fail6652a.d
A test/fail_compilation/fail6652b.d
M test/runnable/iasm.d
M test/runnable/iasm64.d
Log Message:
-----------
Merge pull request #1008 from 9rnsr/fix6652_1
fix Issue 6652 - 1. Warn modifying non ref variable if -w is specified.
Compare: https://github.com/D-Programming-Language/dmd/compare/0b1ffa8feecf...38a0a5141a34
More information about the dmd-internals
mailing list