[Bug 71] ICE with std.algorith.uniq

2013-07-09 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=71 Iain Buclaw changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 71] ICE with std.algorith.uniq

2013-07-09 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=71 Iain Buclaw changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from Iain Buclaw 2

[Bug 71] ICE with std.algorith.uniq

2013-07-09 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=71 --- Comment #4 from Iain Buclaw 2013-07-09 21:09:31 UTC --- (In reply to comment #3) > (In reply to comment #2) > > Anyways... it's a frontend closure bug. > > > > Failing line: > > __ctmp1809->this = this; Area that generates the bad code:

[Bug 71] ICE with std.algorith.uniq

2013-07-09 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=71 --- Comment #3 from Iain Buclaw 2013-07-09 20:53:19 UTC --- (In reply to comment #2) > Anyways... it's a frontend closure bug. > Failing line: __ctmp1809->this = this; -- Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=em

[Bug 71] ICE with std.algorith.uniq

2013-07-09 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=71 --- Comment #2 from Iain Buclaw 2013-07-09 20:46:32 UTC --- Anyways... it's a frontend closure bug. (gdb) call debug_generic_expr (exp) this (gdb) p exp.base.code $1 = PARM_DECL (gdb) call debug_generic_expr (decl_function_context (exp)) Canon

[Bug 71] ICE with std.algorith.uniq

2013-07-09 Thread gdc-bugzilla
http://bugzilla.gdcproject.org/show_bug.cgi?id=71 --- Comment #1 from Iain Buclaw 2013-07-09 20:41:27 UTC --- Ideally, would like a smaller test without imports. (this one produces just under 10,000 lines of code :) -- Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email -