[Issue 15698] New: Compiler crash with unusual function call expression

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 17 22:26:45 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15698

          Issue ID: 15698
           Summary: Compiler crash with unusual function call expression
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Keywords: ice
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: briancschott at gmail.com

I wanted to get a test case for a stack overflow caused during template
instantiation. Dustmite gave me this instead. Oh well.

class A{} A foo() { (B, true)(); }

--


More information about the Digitalmars-d-bugs mailing list