[LLVMbugs] [Bug 8658] New: clang doesn't ignore '/' comments in assemler .s files

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Nov 21 08:06:32 PST 2010


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

           Summary: clang doesn't ignore '/' comments in assemler .s files
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ojab at ojab.ru
                CC: llvmbugs at cs.uiuc.edu


There is many errors like

./libs/js/nsprpub/pr/src/md/unix/os_Linux_x86_64.s:1:1: error: unexpected token
at start of statement
/ -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
^
./libs/js/nsprpub/pr/src/md/unix/os_Linux_x86_64.s:1:27: error: unexpected
token in argument list
/ -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-


during nspr build, os_Linux_x86_64.s can be found in the attached file. GNU as
builds it just fine.

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