[Bug 65] Debug info wrong for __modtest

2014-02-19 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=65 Johannes Pfau changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 65] Debug info wrong for __modtest

2014-02-16 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=65 Johannes Pfau changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Johannes Pfa

[Bug 65] Debug info wrong for __modtest

2013-06-27 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=65 --- Comment #1 from Iain Buclaw 2013-06-27 17:40:31 UTC --- A test for you that doesn't require importing modules: --- void main() {} unittest { int* a = null; *a = 10; } unittest { int* a = null; *a = 10; } --- See comment i