[LLVMbugs] [Bug 6558] New: Assertion failed...

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 9 02:15:28 PST 2010


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

           Summary: Assertion failed...
           Product: clang
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: Fons.Rademakers at cern.ch
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Created an attachment (id=4443)
 --> (http://llvm.org/bugs/attachment.cgi?id=4443)
source code exhibiting the bug

In the original source the failure is in <map> related code:

namespace {
static std::map<int /*tagnum*/, std::set<G__ifunc_table> > & G__ifunc_refs()
{
   static std::map<int /*tagnum*/, std::set<G__ifunc_table> > ifunc_refs;
   return ifunc_refs;
}
} // unnamed namespace

To reproduce compile the attached file using:

clang++ -c aap.cxx

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list