[LLVMbugs] [Bug 11596] New: Assertion failed: (!E->isArrow() && "missing call to bound member function?"), function VisitMemberExpr, file ExprConstant.cpp, line 1888.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Dec 16 05:57:04 PST 2011


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

             Bug #: 11596
           Summary: Assertion failed: (!E->isArrow() && "missing call to
                    bound member function?"), function VisitMemberExpr,
                    file ExprConstant.cpp, line 1888.
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 7753
  --> http://llvm.org/bugs/attachment.cgi?id=7753
test case

When compiling the attached:


Assertion failed: (!E->isArrow() && "missing call to bound member function?"),
function VisitMemberExpr, file ExprConstant.cpp, line 1888.
Stack dump:
0.      Program arguments: /usr/local/bin/clang -cc1 -triple
x86_64-unknown-freebsd8.2 -fsyntax-only -disable-free -main-file-name ucnv.c
-mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases
-munwind-tables -target-cpu x86-64 -target-linker-version 2.15
-momit-leaf-frame-pointer -resource-dir /usr/local/bin/../lib/clang/3.1
-fmodule-cache-path /var/tmp/clang-module-cache -fdebug-compilation-dir
/tmp/delta-2006.08.03 -ferror-limit 19 -fmessage-length 116 -mstackrealign
-fgnu-runtime -fobjc-runtime-has-arc -fobjc-runtime-has-weak -fobjc-fragile-abi
-fdiagnostics-show-option -fcolor-diagnostics -x c ucnv.c 
1.      ucnv.c:9:56: current parser token ';'
2.      ucnv.c:6:91: parsing function body '_fromUnicodeWithCallback'
3.      ucnv.c:6:91: in compound statement ('{}')
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang: note: diagnostic msg: Please submit a bug report to
http://llvm.org/bugs/ and include command line arguments and all diagnostic
information.
clang: note: diagnostic msg: Preprocessed source(s) and associated run
script(s) are located at:
clang: note: diagnostic msg: /tmp/ucnv-gKqRAk.i
clang: note: diagnostic msg: /tmp/ucnv-gKqRAk.sh

-- 
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