[llvm-bugs] [Bug 25130] New: Static initializers bug on PPC

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 9 16:52:13 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25130

            Bug ID: 25130
           Summary: Static initializers bug on PPC
           Product: tools
           Version: trunk
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: llc
          Assignee: unassignedbugs at nondot.org
          Reporter: kyle+llvm at iteratee.net
                CC: echristo at gmail.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15045
  --> https://llvm.org/bugs/attachment.cgi?id=15045&action=edit
Minimal replication test case.

The given example should pass and create separate type_numbers for
wrapper::wrapped<A> and wrapper::wrapped<B>

It doesn't.

To recompile, compile with -fpic and link to executable

-- 
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/20151009/4115c262/attachment.html>


More information about the llvm-bugs mailing list