comparison gcc/c-decl.c @ 101:5c3ad79fc15b

modify implemeted __rectype expression
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 16 Feb 2012 18:15:22 +0900
parents 99e7b6776dd1
children fdc380f80c07
comparison
equal deleted inserted replaced
100:29a62213c1d0 101:5c3ad79fc15b
5638 { 5638 {
5639 #ifndef noCbC 5639 #ifndef noCbC
5640 if ( declspecs->typespec_word == cts_CbC_rec ) 5640 if ( declspecs->typespec_word == cts_CbC_rec )
5641 { 5641 {
5642 type = build_code_segment_type (type, NULL_TREE); 5642 type = build_code_segment_type (type, NULL_TREE);
5643 IS_RECTYPE(type) = 1;
5643 } 5644 }
5644 #endif 5645 #endif
5645 /* Merge any constancy or volatility into the target type 5646 /* Merge any constancy or volatility into the target type
5646 for the pointer. */ 5647 for the pointer. */
5647 5648