diff options
Diffstat (limited to 'test/Preprocessor')
-rw-r--r-- | test/Preprocessor/init.c | 100 | ||||
-rw-r--r-- | test/Preprocessor/stdint.c | 100 |
2 files changed, 0 insertions, 200 deletions
diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c index 6c27a6c431..88eecac6c6 100644 --- a/test/Preprocessor/init.c +++ b/test/Preprocessor/init.c @@ -508,106 +508,6 @@ // MSP430:#define __WINT_WIDTH__ 16 // MSP430:#define __clang__ 1 // -// RUN: %clang_cc1 -E -dM -ffreestanding -triple=pic16-none-none < /dev/null | FileCheck -check-prefix PIC16 %s -// -// PIC16:#define __CHAR16_TYPE__ unsigned short -// PIC16:#define __CHAR32_TYPE__ unsigned int -// PIC16:#define __CHAR_BIT__ 8 -// PIC16:#define __DBL_DENORM_MIN__ 1.40129846e-45F -// PIC16:#define __DBL_DIG__ 6 -// PIC16:#define __DBL_EPSILON__ 1.19209290e-7F -// PIC16:#define __DBL_HAS_DENORM__ 1 -// PIC16:#define __DBL_HAS_INFINITY__ 1 -// PIC16:#define __DBL_HAS_QUIET_NAN__ 1 -// PIC16:#define __DBL_MANT_DIG__ 24 -// PIC16:#define __DBL_MAX_10_EXP__ 38 -// PIC16:#define __DBL_MAX_EXP__ 128 -// PIC16:#define __DBL_MAX__ 3.40282347e+38F -// PIC16:#define __DBL_MIN_10_EXP__ (-37) -// PIC16:#define __DBL_MIN_EXP__ (-125) -// PIC16:#define __DBL_MIN__ 1.17549435e-38F -// PIC16:#define __DECIMAL_DIG__ -1 -// PIC16:#define __FLT_DENORM_MIN__ 1.40129846e-45F -// PIC16:#define __FLT_DIG__ 6 -// PIC16:#define __FLT_EPSILON__ 1.19209290e-7F -// PIC16:#define __FLT_EVAL_METHOD__ 0 -// PIC16:#define __FLT_HAS_DENORM__ 1 -// PIC16:#define __FLT_HAS_INFINITY__ 1 -// PIC16:#define __FLT_HAS_QUIET_NAN__ 1 -// PIC16:#define __FLT_MANT_DIG__ 24 -// PIC16:#define __FLT_MAX_10_EXP__ 38 -// PIC16:#define __FLT_MAX_EXP__ 128 -// PIC16:#define __FLT_MAX__ 3.40282347e+38F -// PIC16:#define __FLT_MIN_10_EXP__ (-37) -// PIC16:#define __FLT_MIN_EXP__ (-125) -// PIC16:#define __FLT_MIN__ 1.17549435e-38F -// PIC16:#define __FLT_RADIX__ 2 -// PIC16:#define __INT16_TYPE__ short -// PIC16:#define __INT32_C_SUFFIX__ L -// PIC16:#define __INT32_TYPE__ long int -// PIC16:#define __INT8_TYPE__ char -// PIC16:#define __INTMAX_MAX__ 2147483647L -// PIC16:#define __INTMAX_TYPE__ long int -// PIC16:#define __INTMAX_WIDTH__ 32 -// PIC16:#define __INTPTR_TYPE__ short -// PIC16:#define __INTPTR_WIDTH__ 16 -// PIC16:#define __INT_MAX__ 32767 -// PIC16:#define __LDBL_DENORM_MIN__ 1.40129846e-45F -// PIC16:#define __LDBL_DIG__ 6 -// PIC16:#define __LDBL_EPSILON__ 1.19209290e-7F -// PIC16:#define __LDBL_HAS_DENORM__ 1 -// PIC16:#define __LDBL_HAS_INFINITY__ 1 -// PIC16:#define __LDBL_HAS_QUIET_NAN__ 1 -// PIC16:#define __LDBL_MANT_DIG__ 24 -// PIC16:#define __LDBL_MAX_10_EXP__ 38 -// PIC16:#define __LDBL_MAX_EXP__ 128 -// PIC16:#define __LDBL_MAX__ 3.40282347e+38F -// PIC16:#define __LDBL_MIN_10_EXP__ (-37) -// PIC16:#define __LDBL_MIN_EXP__ (-125) -// PIC16:#define __LDBL_MIN__ 1.17549435e-38F -// PIC16:#define __LONG_LONG_MAX__ 2147483647LL -// PIC16:#define __LONG_MAX__ 2147483647L -// PIC16:#define __NO_INLINE__ 1 -// PIC16:#define __PIC16 1 -// PIC16:#define __POINTER_WIDTH__ 16 -// PIC16:#define __PTRDIFF_TYPE__ int -// PIC16:#define __PTRDIFF_WIDTH__ 16 -// PIC16:#define __SCHAR_MAX__ 127 -// PIC16:#define __SHRT_MAX__ 32767 -// PIC16:#define __SIG_ATOMIC_WIDTH__ 32 -// PIC16:#define __SIZEOF_DOUBLE__ 4 -// PIC16:#define __SIZEOF_FLOAT__ 4 -// PIC16:#define __SIZEOF_INT__ 2 -// PIC16:#define __SIZEOF_LONG_DOUBLE__ 4 -// PIC16:#define __SIZEOF_LONG_LONG__ 4 -// PIC16:#define __SIZEOF_LONG__ 4 -// PIC16:#define __SIZEOF_POINTER__ 2 -// PIC16:#define __SIZEOF_PTRDIFF_T__ 2 -// PIC16:#define __SIZEOF_SHORT__ 2 -// PIC16:#define __SIZEOF_SIZE_T__ 2 -// PIC16:#define __SIZEOF_WCHAR_T__ 2 -// PIC16:#define __SIZEOF_WINT_T__ 2 -// PIC16:#define __SIZE_TYPE__ unsigned int -// PIC16:#define __SIZE_WIDTH__ 16 -// PIC16:#define __UINTMAX_TYPE__ long unsigned int -// PIC16:#define __USER_LABEL_PREFIX__ _ -// PIC16:#define __WCHAR_MAX__ 32767 -// PIC16:#define __WCHAR_TYPE__ int -// PIC16:#define __WCHAR_WIDTH__ 16 -// PIC16:#define __WINT_TYPE__ int -// PIC16:#define __WINT_WIDTH__ 16 -// PIC16:#define __address(Addr) __attribute__((section("Address="#Addr))) -// PIC16:#define __clang__ 1 -// PIC16:#define __config(conf) asm("CONFIG "#conf) -// PIC16:#define __idlocs(value) asm("__IDLOCS "#value) -// PIC16:#define __llvm__ 1 -// PIC16:#define __pic16 1 -// PIC16:#define __section(SectName) __attribute__((section(SectName))) -// PIC16:#define interrupt __attribute__((section("interrupt=0x4"))) __attribute__((used)) -// PIC16:#define near __attribute__((section("Address=NEAR"))) -// PIC16:#define ram __attribute__((address_space(0))) -// PIC16:#define rom __attribute__((address_space(1))) -// // RUN: %clang_cc1 -E -dM -ffreestanding -triple=powerpc64-none-none -fno-signed-char < /dev/null | FileCheck -check-prefix PPC64 %s // // PPC64:#define _ARCH_PPC 1 diff --git a/test/Preprocessor/stdint.c b/test/Preprocessor/stdint.c index f8bb921a68..b3ae843803 100644 --- a/test/Preprocessor/stdint.c +++ b/test/Preprocessor/stdint.c @@ -421,106 +421,6 @@ // MSP430:INTMAX_C_(0) 0L // MSP430:UINTMAX_C_(0) 0UL // -// RUN: %clang_cc1 -E -ffreestanding -triple=pic16-none-none %s | FileCheck -check-prefix PIC16 %s -// -// PIC16:typedef signed long int int32_t; -// PIC16:typedef unsigned long int uint32_t; -// PIC16:typedef int32_t int_least32_t; -// PIC16:typedef uint32_t uint_least32_t; -// PIC16:typedef int32_t int_fast32_t; -// PIC16:typedef uint32_t uint_fast32_t; -// -// PIC16:typedef signed short int16_t; -// PIC16:typedef unsigned short uint16_t; -// PIC16:typedef int16_t int_least16_t; -// PIC16:typedef uint16_t uint_least16_t; -// PIC16:typedef int16_t int_fast16_t; -// PIC16:typedef uint16_t uint_fast16_t; -// -// PIC16:typedef signed char int8_t; -// PIC16:typedef unsigned char uint8_t; -// PIC16:typedef int8_t int_least8_t; -// PIC16:typedef uint8_t uint_least8_t; -// PIC16:typedef int8_t int_fast8_t; -// PIC16:typedef uint8_t uint_fast8_t; -// -// PIC16:typedef int16_t intptr_t; -// PIC16:typedef uint16_t uintptr_t; -// -// PIC16:typedef long int intmax_t; -// PIC16:typedef long unsigned int uintmax_t; -// -// PIC16:INT8_MAX_ 127 -// PIC16:INT8_MIN_ (-127 -1) -// PIC16:UINT8_MAX_ 255 -// PIC16:INT_LEAST8_MIN_ (-127 -1) -// PIC16:INT_LEAST8_MAX_ 127 -// PIC16:UINT_LEAST8_MAX_ 255 -// PIC16:INT_FAST8_MIN_ (-127 -1) -// PIC16:INT_FAST8_MAX_ 127 -// PIC16:UINT_FAST8_MAX_ 255 -// -// PIC16:INT16_MAX_ 32767 -// PIC16:INT16_MIN_ (-32767 -1) -// PIC16:UINT16_MAX_ 65535 -// PIC16:INT_LEAST16_MIN_ (-32767 -1) -// PIC16:INT_LEAST16_MAX_ 32767 -// PIC16:UINT_LEAST16_MAX_ 65535 -// PIC16:INT_FAST16_MIN_ (-32767 -1) -// PIC16:INT_FAST16_MAX_ 32767 -// PIC16:UINT_FAST16_MAX_ 65535 -// -// PIC16:INT32_MAX_ 2147483647L -// PIC16:INT32_MIN_ (-2147483647L -1) -// PIC16:UINT32_MAX_ 4294967295UL -// PIC16:INT_LEAST32_MIN_ (-2147483647L -1) -// PIC16:INT_LEAST32_MAX_ 2147483647L -// PIC16:UINT_LEAST32_MAX_ 4294967295UL -// PIC16:INT_FAST32_MIN_ (-2147483647L -1) -// PIC16:INT_FAST32_MAX_ 2147483647L -// PIC16:UINT_FAST32_MAX_ 4294967295UL -// -// PIC16:INT64_MAX_ INT64_MAX -// PIC16:INT64_MIN_ INT64_MIN -// PIC16:UINT64_MAX_ UINT64_MAX -// PIC16:INT_LEAST64_MIN_ INT_LEAST64_MIN -// PIC16:INT_LEAST64_MAX_ INT_LEAST64_MAX -// PIC16:UINT_LEAST64_MAX_ UINT_LEAST64_MAX -// PIC16:INT_FAST64_MIN_ INT_FAST64_MIN -// PIC16:INT_FAST64_MAX_ INT_FAST64_MAX -// PIC16:UINT_FAST64_MAX_ UINT_FAST64_MAX -// -// PIC16:INTPTR_MIN_ (-32767 -1) -// PIC16:INTPTR_MAX_ 32767 -// PIC16:UINTPTR_MAX_ 65535 -// PIC16:PTRDIFF_MIN_ (-32767 -1) -// PIC16:PTRDIFF_MAX_ 32767 -// PIC16:SIZE_MAX_ 65535 -// -// PIC16:INTMAX_MIN_ (-2147483647L -1) -// PIC16:INTMAX_MAX_ 2147483647L -// PIC16:UINTMAX_MAX_ 4294967295UL -// -// PIC16:SIG_ATOMIC_MIN_ (-2147483647L -1) -// PIC16:SIG_ATOMIC_MAX_ 2147483647L -// PIC16:WINT_MIN_ (-32767 -1) -// PIC16:WINT_MAX_ 32767 -// -// PIC16:WCHAR_MAX_ 32767 -// PIC16:WCHAR_MIN_ (-32767 -1) -// -// PIC16:INT8_C_(0) 0 -// PIC16:UINT8_C_(0) 0U -// PIC16:INT16_C_(0) 0 -// PIC16:UINT16_C_(0) 0U -// PIC16:INT32_C_(0) 0L -// PIC16:UINT32_C_(0) 0UL -// PIC16:INT64_C_(0) INT64_C(0) -// PIC16:UINT64_C_(0) UINT64_C(0) -// -// PIC16:INTMAX_C_(0) 0L -// PIC16:UINTMAX_C_(0) 0UL -// // RUN: %clang_cc1 -E -ffreestanding -triple=powerpc64-none-none %s | FileCheck -check-prefix PPC64 %s // // PPC64:typedef signed long int int64_t; |