[Issue 5197] New: Ddoc: access-attributed auto template function crashes dmd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 10 04:03:14 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=5197

           Summary: Ddoc: access-attributed auto template function crashes
                    dmd
           Product: D
           Version: D1 & D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: kiki at kmonos.net


--- Comment #0 from Kazuhiro Inaba <kiki at kmonos.net> 2010-11-10 04:02:06 PST ---
Trying to generate documents from the following source code

> cat test.d
/// doc comment
public auto f()(){}
> dmd -D test.d

crashed dmd. (I tested with dmd 2.050 on Windows).
- CRASH: protected auto f()(){}
- CRASH: private auto f()(){}
- CRASH: export auto f()(){}
- SAFE: auto f(){}
- SAFE: public void f()(){}
- SAFE: public auto f(){}

-- 
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