[LLVMbugs] [Bug 9537] New: In -Eonly mode, pragmas are not correctly recognized

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 23 15:03:43 PDT 2011


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

           Summary: In -Eonly mode, pragmas are not correctly recognized
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu


Create a file containing only:

_Pragma("GCC visibility push(default)")

and compile with "clang -MM test.c -Wall". Observe warnings about unknown
pragma.

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