OSDN Git Service

Chill testsuite problems...
authorbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Sep 1998 12:41:14 +0000 (12:41 +0000)
committerbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Sep 1998 12:41:14 +0000 (12:41 +0000)
Thu Sep  3 15:32:03 1998  Dave Brolley  <brolley@cygnus.com>
* typeck.c (layout_chill_range_type): set TYPE_SIZE_UNIT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22207 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ch/ChangeLog
gcc/ch/typeck.c

index ff42469..99b7e17 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep  3 15:32:03 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * typeck.c (layout_chill_range_type): set TYPE_SIZE_UNIT.
+
 Wed Sep 02 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
 
        * lex.c (check_newline):  Change how HANDLE_PRAGMA is called.
index 5f97494..72cff6d 100644 (file)
@@ -2692,6 +2692,7 @@ layout_chill_range_type (rangetype, must_be_const)
   TYPE_PRECISION (rangetype) = TYPE_PRECISION (type);
   TYPE_MODE (rangetype) = TYPE_MODE (type);
   TYPE_SIZE (rangetype) = TYPE_SIZE (type);
+  TYPE_SIZE_UNIT (rangetype) = TYPE_SIZE_UNIT (type);
   TYPE_ALIGN (rangetype) = TYPE_ALIGN (type);
   TREE_UNSIGNED (rangetype) = TREE_UNSIGNED (type);
   CH_NOVELTY (rangetype) = CH_NOVELTY (type);