comparison gcc/c-family/c-common.c @ 90:99e7b6776dd1

implemeted __rectype expression. add CbC-exanples/fact-rectype.s
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 25 Dec 2011 04:04:42 +0900
parents b81903832de2
children 5211b774b8b5
comparison
equal deleted inserted replaced
89:3356a4c26abc 90:99e7b6776dd1
421 { "__attribute", RID_ATTRIBUTE, 0 }, 421 { "__attribute", RID_ATTRIBUTE, 0 },
422 { "__attribute__", RID_ATTRIBUTE, 0 }, 422 { "__attribute__", RID_ATTRIBUTE, 0 },
423 #ifndef noCbC 423 #ifndef noCbC
424 /* CbC project */ 424 /* CbC project */
425 { "__code", RID_CbC_CODE, 0 }, 425 { "__code", RID_CbC_CODE, 0 },
426 { "__rectype", RID_CbC_REC, 0},
426 #endif 427 #endif
427 { "__builtin_choose_expr", RID_CHOOSE_EXPR, D_CONLY }, 428 { "__builtin_choose_expr", RID_CHOOSE_EXPR, D_CONLY },
428 { "__builtin_offsetof", RID_OFFSETOF, 0 }, 429 { "__builtin_offsetof", RID_OFFSETOF, 0 },
429 { "__builtin_types_compatible_p", RID_TYPES_COMPATIBLE_P, D_CONLY }, 430 { "__builtin_types_compatible_p", RID_TYPES_COMPATIBLE_P, D_CONLY },
430 { "__builtin_va_arg", RID_VA_ARG, 0 }, 431 { "__builtin_va_arg", RID_VA_ARG, 0 },