diff 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
line wrap: on
line diff
--- a/gcc/c-family/c-common.c	Tue Dec 20 19:03:56 2011 +0900
+++ b/gcc/c-family/c-common.c	Sun Dec 25 04:04:42 2011 +0900
@@ -423,6 +423,7 @@
 #ifndef noCbC
   /* CbC project */
   { "__code",         RID_CbC_CODE,   0 },
+  { "__rectype",       RID_CbC_REC,    0},
 #endif
   { "__builtin_choose_expr", RID_CHOOSE_EXPR, D_CONLY },
   { "__builtin_offsetof", RID_OFFSETOF, 0 },