[LLVMbugs] [Bug 14218] New: Redeclaration of "log" shows incorrect note

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 30 12:24:27 PDT 2012


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

             Bug #: 14218
           Summary: Redeclaration of "log" shows incorrect note
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


compiling:

int log;

is arguably a valid C program. It certainly should fail with pointing to the
very same line as re-definition of log.

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