[Issue 4371] New: template tuple [misuse?] segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 22 21:36:26 PDT 2010


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

           Summary: template tuple [misuse?] segfault
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: ellery-newcomer at utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2010-06-22 21:36:24 PDT ---
The code:

struct s(T ...){
}
alias s!("hi!") t;
static if(is(t U == s!(U))){
}   
void main(){
}


The fireworks:

Segmentation fault (core dumped)

on compile.

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