diff gcc/c-decl.c @ 107:a3a2f64cf8f4

modify implementation of rectype
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 14 Jun 2012 19:44:54 +0900
parents 85047c4f1ca4
children
line wrap: on
line diff
--- a/gcc/c-decl.c	Wed Jun 13 17:18:58 2012 +0900
+++ b/gcc/c-decl.c	Thu Jun 14 19:44:54 2012 +0900
@@ -5159,6 +5159,7 @@
 #ifndef noCbC
   if ( declspecs->typespec_word == cts_CbC_rec )
     {
+      //      IS_RECTYPE(type) = 1;
       //      type = build_code_segment_type (type, NULL_TREE);
       IS_RECTYPE(type) = 1;
     }