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

            Bug ID: 21337
           Summary: #pragma section and "long" attribute
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

#pragma section(".CRT$XCA",long,read)

clang raises "expected action or ')' in '#pragma section' - ignored".
It seems, it doesn't understand "long" and breaks entire pragma.

This attribute seems to be undocumented (or deprecated since Win16 years), but
MSVC still uses it in CRT.

Should we eat this attribute as noop?

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