comparison gcc/c-tree.h @ 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 f26ecf70364b
children
comparison
equal deleted inserted replaced
89:3356a4c26abc 90:99e7b6776dd1
199 cts_float, 199 cts_float,
200 cts_int128, 200 cts_int128,
201 cts_double, 201 cts_double,
202 #ifndef noCbC 202 #ifndef noCbC
203 cts_CbC_code, 203 cts_CbC_code,
204 cts_CbC_rec,
204 #endif 205 #endif
205 cts_dfloat32, 206 cts_dfloat32,
206 cts_dfloat64, 207 cts_dfloat64,
207 cts_dfloat128, 208 cts_dfloat128,
208 cts_fract, 209 cts_fract,