[llvm-bugs] [Bug 26873] New: Assertion failed: AllocSize && "Allocation size not a constant int?"

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 7 22:46:37 PST 2016


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

            Bug ID: 26873
           Summary: Assertion failed: AllocSize && "Allocation size not a
                    constant int?"
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: gold-plugin
          Assignee: unassignedbugs at nondot.org
          Reporter: zyfwong at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 16002
  --> https://llvm.org/bugs/attachment.cgi?id=16002&action=edit
failed file

$gold --version
GNU gold (GNU Binutils for Ubuntu 2.24) 1.11
Copyright 2013 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.

$gold --plugin=$PATH_TO_LLVMgold.so -r -o libcommon.o bug.bc
bool (anonymous namespace)::CallAnalyzer::visitAlloca(llvm::AllocaInst &):
Assertion `AllocSize && "Allocation size not a constant int?"' failed.

-- 
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/20160308/d4e79566/attachment.html>


More information about the llvm-bugs mailing list