[Issue 4504] ICE(toir.c) nested function passed by alias to nested member function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 25 02:51:01 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4504
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|D2 |D1 & D2
Summary|ICE(toir.c) using |ICE(toir.c) nested function
|std.algorithm.count with |passed by alias to nested
|recursive nested function |member function
|passed by alias |
OS/Version|Mac OS X |All
--- Comment #9 from Don <clugdbug at yahoo.com.au> 2011-10-25 02:49:48 PDT ---
Reduced test case applies to D1 as well:
struct B4504(alias P)
{
static void a() {
void aa() {
P();
}
}
}
void bug4504() {
void bar() {}
B4504!(bar) b;
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list