[LLVMbugs] [Bug 3281] New: diagnostics in LLParser

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jan 4 19:41:41 PST 2009


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

           Summary: diagnostics in LLParser
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM assembly language parser
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: gohman at apple.com
                CC: llvmbugs at cs.uiuc.edu


I ran a bunch of polygen-generated testcases through
the new AsmParser implementation. Attached are some
testcases that either trigger assertion failures
due to llvm-as not diagnosing invalid constructs,
some that are rejected by the old AsmParser and
accepted by the new AsmParser and look questionable,
and some that are rejected by the new AsmParser that
look questionable.

FWIW, the new AsmParser also correctly diagnoses many
errors that the old one missed :-).


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