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

           Summary: CHECK-NOT should be more flexible
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gccas
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


I would like these cases to work, simply to avoid needing grep:
--
ddun...@ozzy:tmp$ cat t.txt
// CHECK: foo
// CHECK-NOT: bar
ddun...@ozzy:tmp$ echo foo | FileCheck t.txt
error: 'CHECK-NOT:' not supported after last check line.
ddun...@ozzy:tmp$ cat t.txt
// CHECK-NOT: bar
ddun...@ozzy:tmp$ echo foo | FileCheck t.txt
error: no check strings found with prefix 'CHECK:'
ddun...@ozzy:tmp$ 
--


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to