Thread overview | |||||
---|---|---|---|---|---|
|
May 30, 2012 [Issue 8168] New: dmd crashes when asm statement with wrong opcode | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8168 Summary: dmd crashes when asm statement with wrong opcode Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: kekeniro2@yahoo.co.jp --- Comment #0 from kekeniro2@yahoo.co.jp 2012-05-30 08:08:37 PDT --- When building the following code, then DMD2.059 crashes after compile error. void main() { asm { unknown; // wrong opcode } } DMD2.058 does not reproduce. environment: Windows XP SP3 32bit D2.059 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 31, 2012 [Issue 8168] dmd crashes when asm statement with wrong opcode | ||||
---|---|---|---|---|
| ||||
Posted in reply to kekeniro2@yahoo.co.jp | http://d.puremagic.com/issues/show_bug.cgi?id=8168 --- Comment #1 from github-bugzilla@puremagic.com 2012-05-30 18:39:56 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/65c7bb6192db5bf2170df02492d37a0f5742106b fix Issue 8168 - dmd crashes when asm statement with wrong opcode -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 31, 2012 [Issue 8168] dmd crashes when asm statement with wrong opcode | ||||
---|---|---|---|---|
| ||||
Posted in reply to kekeniro2@yahoo.co.jp | http://d.puremagic.com/issues/show_bug.cgi?id=8168 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation