[LLVMbugs] [Bug 18930] New: clang++ miscompiles a template struct with two unnamed structs inside

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 21 10:25:41 PST 2014


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

            Bug ID: 18930
           Summary: clang++ miscompiles a template struct with two unnamed
                    structs inside
           Product: clang
           Version: 3.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: linbug+llvm at posteo.org
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 12100
  --> http://llvm.org/bugs/attachment.cgi?id=12100&action=edit
example code

clang++ compiles the attached code, but the executable produces a segmentation
fault here (64Bit Linux with clang 3.4, gcc 4.8.2 and glibc2.19). Similar code
showed the same behaviour under 32Bit Arch Linux.

-- 
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/20140221/f6e0d8cd/attachment.html>


More information about the llvm-bugs mailing list