[LLVMbugs] [Bug 12390] New: Did a mispelling in diagnostic just get worse?

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 28 13:50:06 PDT 2012


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

             Bug #: 12390
           Summary: Did a mispelling in diagnostic just get worse?
           Product: clang
           Version: trunk
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: johnw at boostpro.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


I'm seeing this failure as of a few minutes ago:

FAIL: Clang :: SemaObjC/objc-container-subscripting-2.m (4489 of 4907)
******************** TEST 'Clang :: SemaObjC/objc-container-subscripting-2.m' 
FAILED ********************
Script:
--
/Users/johnw/Products/llvm/merge/bin/./clang -cc1 -internal-isystem 
/Volumes/Data/Products/llvm/merge/bin/../lib/clang/3.1/include  -fsyntax-only 
-verify 
/Volumes/Data/Contracts/Embarcadero/Projects/branches/merge/tools/clang/test/SemaObjC/objc-container-subscripting-2.m
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics expected but not seen: 
  Line 19: indexing expression is invalid because subscript type 'float' is not 
an intergal or objective-C pointer type
  Line 20: indexing expression is invalid because subscript type 'double' is 
not an intergal or objective-C pointer type
error: 'error' diagnostics seen but not expected: 
  Line 19: indexing expression is invalid because subscript type 'float' is not 
an intergalor objective-C pointer type
  Line 20: indexing expression is invalid because subscript type 'double' is 
not an intergalor objective-C pointer type
4 errors generated.
--

I'm guessing intergal should have been changed to integral, not intergalor?  
What is intergalor?

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