[LLVMbugs] [Bug 16734] New: Assertion `StartColNo <= EndColNo && "Invalid range!"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 29 09:44:05 PDT 2013


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

            Bug ID: 16734
           Summary: Assertion `StartColNo <= EndColNo && "Invalid range!"'
                    failed.
           Product: clang
           Version: 3.2
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: z.ul-huda at grs-sim.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10949
  --> http://llvm.org/bugs/attachment.cgi?id=10949&action=edit
as asked by clang

clang ends with an error. The source file is included. the command to compile
is 

/usr/local/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj
-disable-free -main-file-name dct.c -mrelocation-model static -menable-no-infs
-menable-no-nans -menable-unsafe-fp-math -ffp-contract=fast -ffast-math
-masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64
-target-linker-version 2.22 -momit-leaf-frame-pointer -g -D
"PARSEC_VERSION=3.0-beta-20120904" -D "PARSEC_VERSION=3.0-beta-20120904" -D
"HAVE_MALLOC_H" -D "ARCH_X86_64" -D "SYS_LINUX" -O3 -Wall -ferror-limit 19
-fmessage-length 270 -funroll-loops -mstackrealign -fobjc-runtime=gcc
-fdiagnostics-show-option -fcolor-diagnostics -x c dct-HjOQbG.c

Please let me know if it is me doing something wrong or is it a llvm bug. I
know there are many useless flags in command but same file is compiled with gcc
with these flags but clang fails.

Waiting for your response.

Best Regards

-- 
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/20130729/5282f555/attachment.html>


More information about the llvm-bugs mailing list