[LLVMbugs] [Bug 2741] New: PP output loses line count with -C

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Sep 1 05:49:53 PDT 2008


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

           Summary: PP output loses line count with -C
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: NetBSD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: preprocessor
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: neil at daikokuya.co.uk
                CC: llvmbugs at cs.uiuc.edu


For example, preprocessing the following with -C puts y on the wrong line.

/* a 
   boring
   comment */ 
y

Although a problem with -C, the issue is more generic, for example if the raw
string literals patch is accepted it would have the same bug.


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