January 23, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2810



--- Comment #10 from bearophile_hugs@eml.cc 2011-01-23 07:17:03 PST ---
Hit by the same bug, the reduced code:

int main() {
    return foo();
}
auto foo() {
    return 0;
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 26, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2810


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei@metalanguage.com


--- Comment #11 from Andrei Alexandrescu <andrei@metalanguage.com> 2011-01-26 13:25:36 PST ---
Occurs also when using with typeof:

auto fun() { return 1; }
int gun(typeof(fun()) x) { return 2 + x; }

void main()
{
    gun(3);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 08, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2810


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


--- Comment #12 from Walter Bright <bugzilla@digitalmars.com> 2011-02-07 21:49:06 PST ---
https://github.com/D-Programming-Language/dmd/commit/79d77f2bdf1c7f121afda1a8e2647fa4ab64f217

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 12, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2810



--- Comment #13 from Don <clugdbug@yahoo.com.au> 2011-02-12 15:04:10 PST ---
*** Issue 4075 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2
Next ›   Last »