[LLVMbugs] [Bug 11957] New: Support for "Common Predefined Macros" from gcc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 9 00:31:16 PST 2012


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

             Bug #: 11957
           Summary: Support for "Common Predefined Macros" from gcc
           Product: clang
           Version: 3.0
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Headers
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: naveen.c at samsung.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Currently following predefined macros are missing/not supported in llvm.
__INT_LEAST8_TYPE__
__INT_LEAST16_TYPE__
__INT_LEAST32_TYPE__
__INT_LEAST64_TYPE__
__UINT_LEAST8_TYPE__
__UINT_LEAST16_TYPE__
__UINT_LEAST32_TYPE__
__UINT_LEAST64_TYPE__
__INT_FAST8_TYPE__
__INT_FAST16_TYPE__
__INT_FAST32_TYPE__
__INT_FAST64_TYPE__
__UINT_FAST8_TYPE__
__UINT_FAST16_TYPE__
__UINT_FAST32_TYPE__
__UINT_FAST64_TYPE__

Any plans for supporting these in future?

Reference : http://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html

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