[LLVMbugs] [Bug 22471] New: clang++ crashes with 6 lines of code

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 4 21:17:19 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22471

            Bug ID: 22471
           Summary: clang++ crashes with 6 lines of code
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: unassignedclangbugs at nondot.org
          Reporter: ytj000 at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

int main() {
    int&& i = 1;
    struct A {
        constexpr int a() { return i; }
    };
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150205/7d4638cc/attachment.html>


More information about the llvm-bugs mailing list