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

           Summary: clang -MMD is different than GCC regarding pragma GCC
                    system_header
           Product: clang
           Version: 2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


With GCC, "#pragma GCC system_header" does not interfere with dependencies
emitted by -MMD.

clang suppress header files included from files using this pragma.

I think clang should emulate this *GCC* pragma as GCC does.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to